body {
	margin:10px;
	margin-bottom:25px;
	background-color:#d6d6d6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background-image:url(../images/background.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

a:link, a:visited, a:active {
	color:#971b1e;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:underline;	
}

#header {
	width:990px;
	height:211px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}

#menu {
	padding-top:160px;
	font-weight:bold;
}

#menu a:link, #menu a:visited, #menu a:active {
	color:#000;
	text-decoration:none;
}

#menu a:hover {
	color:#971b1e;
	text-decoration:none;	
}

#content {
	width:990px;
	background-image:url(../images/content.png);
	background-repeat:repeat-y;
}

#top {
	background-image:url(../images/top.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:139px;
}

#bottom {
	background-image:url(../images/bottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:184px;
}

#text {
	padding:10px 0;
	padding-right:100px;
}

#text h1, #text h2, #text p {
	margin:0;
}

#text h1 {
	font-size:15px;
	color:#636466;
	margin-bottom:10px;
}

#text h2 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:3px;
}

#text p {
	margin-bottom:10px;
}

#left {
	background-image:url(../images/panel.gif);
	background-position:top left;
	height:206px;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:14px;
	padding:10px;
	padding-right:25px;
}

#right {
	background-image:url(../images/panel.gif);
	background-position:top left;
	height:206px;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:14px;
	padding:10px;
	padding-right:25px;
}

#right img {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}

#left h3, #right h3 {
	font-size:12px;
	font-weight:bold;
	color:#971b1e;
	margin:0;
}

#left p, #right p {
	margin-bottom:6px;
}

#footer {
	width:990px;
	height:52px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:top center;
	font-size:10px;
	padding:0 100px;
}

#footer h1 {
	font-size:10px;
	font-weight:normal;
}

.back {
	text-align:right;
	font-size:11px;
	padding-top:20px;
}

.right {
	margin-top:4px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	padding:4px;
	border:1px solid #961A1D;
}

.left {
	margin-top:4px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:4px;
	border:1px solid #961A1D;
}