/* CSS Document */

body, html {
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}

#page {
	width: 900px;
	margin:0 auto; 
	text-align:center; 
	/*background: none;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;*/
}

#page-content {
	width:900px;
	/*margin:0 auto;*/
	margin-top:0px;
	text-align:left;
}

#content-top {
	background-image:url(../images/bg_top.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

#content-top #header {
	margin-left:30px;
	height:85px
}

#content-top #header #logo {
	float:left;
	width:125px;	
}

#content-top #header #links {
	float:left;
	margin-left:40px;
	width:500px;
	margin-top:32px;
}

#content-top #header #links a:link, #header #links a:visited {
	font-size:12px;
	color:#ffffff;
	border-left:1px solid #D35918;
	text-decoration:none;
	height:35px;
	padding-left:20px;
	padding-right:20px;
}

#content-top #header #links a:hover {
	font-size:12px;
	color:#E6A27E;
	border-left:1px solid #D35918;
	text-decoration:none;
	height:35px;
	padding-left:20px;
	padding-right:20px;
}

#content-top #body-content {
	height:445px;
	margin-top:20px;
	margin-left:35px;
	width:675px;
}

#body-content a:link {color:#620505; text-decoration:none}
#body-content a:visited {color:#620505; text-decoration:none}
#body-content a:hover {color:#620505; text-decoration:underline}

#content-top #body-content #body-text {
	margin-bottom:10px;
}

#content-top #body-content #body-links {

}

#content-footer {
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	height:247px;
	padding-left:30px;
	padding-top:0px;
	margin-top:0px;
}

#content-footer #sub-footer {
	padding-top:30px;
	height:170px;
	width:675px;
}

#content-footer #sub-footer h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#620505;
	font-weight:normal;
	margin-bottom:10px;
}

#content-footer #footer p {
	font-size:10px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#620505;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#620505;
}

p, td {
	font-size:12px;
	color:#620505;
}

li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#620505;
}

.img-left {
	margin-right:10px;
	margin-bottom:10px;
}
