@charset "utf-8";
body {
	behavior: url("csshover.htc");
	background-color: #f2f2d8;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
img {border:0;}
p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
a {
	color:#660000;
	text-decoration: none;
}
a:hover { color:#000000;}
div#header, div#topnav, div#photo, div#container{ behavior: url(iepngfix.htc) }
#background {
	background-image: url(images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	width: 100%;
}

.wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	background-image: url(images/bg-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 65px;
	padding-top: 44px;
	height: 77px;
}
#topnav {
	padding-right: 11px;
	padding-left: 11px;
	float: left;
	background-image: url(images/fill-shadow.png);
	background-repeat: repeat-y;
	width: 958px;
}
#photo {
	font-size: 1px;
	float: left;
	padding-left: 11px;
	background-image: url(images/fill-shadow.png);
	background-repeat: repeat-y;
	width: 969px;
}

#container {
	float: left;
	width: 958px;
	padding-right: 11px;
	padding-left: 11px;
	background-image: url(images/fill-shadow.png);
	background-repeat: repeat-y;
}
#content {
	background-color: #FFFFFF;
	background-image: url(images/bg-container.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 958px;
	padding-top: 50px;
}
#body {
	float: left;
	width: 500px;
	padding-left: 55px;
}
#body h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/dotted-line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #660000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#body p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
#body ul {font-size:11px;}
#body ul li {padding-bottom:15px;}
#rightnav {
	float: right;
	width: 255px;
	padding-right: 65px;
}
#rightnav h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/dotted-line-submenu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #660000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#direction {
	float: left;
	width: 255px;
	background-image: url(images/dotted-line-submenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#direction h2 {
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	padding-bottom: 5px;
}
#direction p {
	line-height: 17px;
}

#rightnav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightnav ul li{
	padding-top: 5px;
	padding-bottom: 5px;
}
#rightnav ul li a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#rightnav ul li a:hover {
	color: #660000;
}

#footer {
	background-color: #9c1300;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	float: left;
	width: 938px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#footer a {
	color:white;
	text-decoration:none;
	padding-right: 4px;
	padding-left: 4px;
}
#footer a:hover {text-decoration:underline;}
#footer #right {
	float: right;
	width: 180px;
}
#footer #left {
	float: left;
}
#end-footer {
	float: left;
	width: 980px;
	background-image: url(images/bg-endfooter.gif);
	background-repeat: no-repeat;
	height: 10px;
}
