 body {
 	width: 98%;
 	background-color: #b5b3b3;
	font-family: Verdana, Arial, Helvetica, sans;
	font-size: .7em;
	margin-top: 40px;
 }
 
 a img {
 	border: none;
 }
 
 a:visited {
 	color: #e1001a;
 }
 
 h1 {
 	font-size: 1em;
 	color: #e1001a;
 	text-transform: capitalize;
 	padding-top: 10px;
 }
 
 #container {
 	width: 780px;
 	border: 3px solid white;
 	margin: 0 auto;
 	background: #c0c0c0 url('../images/containerbg.gif') top left repeat-y;
 	background-position: 170px 0;
 }
 
 #header {
 	height: 90px;
 	text-align: left;
 	background-color: #ebebeb;
 	border-bottom: 3px solid #878787;
 }
 
 #left {
 	float: left;
 	width: 170px;
 	height: 100%;
 	background-color: #7c7c7c;
 	overflow: hidden;
 }
 
 #left span {
 	border-bottom: 1px solid #878787;
 	background-color: #878787;
 }
 
 #main {
 	float: left;
 	width: 440px;
 }
 
 #navigation {
 	font-weight: bold;
 	float: left;
 	width: 100%;
	background-color: #d00018;
 	border-left: 3px solid #878787;
 	border-right: 3px solid #878787;
 	text-align: center;
 	padding: 20px 0;
 }
 
 #navlist {
 	margin: 0;
 	padding: 0;
 }
 
 #navlist li {
 	list-style-type: none;
 	display: inline;
 	padding: 0 5px;
 }
 
 #navlist li a {
 	color: white;
 	text-decoration: none;
	text-transform: capitalize;
 }
 
 #navlist li a:hover, #navlist #selected a {
 	color: black;
 }
 
 #subnavigation {
 	background-color: black;
 	border-bottom: 3px solid #878787;
 }
 
 #subnavigation #subnavlist {
 	margin: 0;
 	padding: 0;
 }

 #subnavigation ul {
	margin-left: 0;
	padding-left: 0;
	background-color: black;
	list-style-type: none;
	margin: 0;
 }

#subnavigation a {
	text-indent: 1.3em;
	display: block;
	height: 13px;
	padding: 5px;
	width: 100%;
	text-transform: capitalize;
 }

 #subnavigation a:link, #subnavigation a:visited {
	color: #fff;
	text-decoration: none;
	border: none;
	background: black url('../images/listbackground.jpg') top left repeat-x;	
 }
 
 #subnavigation a span {
 	background: transparent;
	text-decoration: none;
	border: none;
 }

 #subnavigation a:hover {
	color: #000;
	background: black url('../images/listbackgroundhover.jpg') top left repeat-x;
 }
 
 #subnavigation #selected a {
	background: black url('../images/listbackgroundactive.jpg') top left repeat-x;
	color: #fff;
	font-weight: bold;
 }
 
 #stripes {
 	float: left;
 	width: 100%;
 	background: #c1c1c1 url('../images/strepen.jpg') top left no-repeat;
 	background-position: 10px 0px;
 	height: 20px;
 	border-left: 3px solid #878787;
 	border-right: 3px solid #878787;
 }
 
 
/* for Mozilla/Safari/Opera */
*>#contentwrap {
	padding-top: 493px;
	min-height: 1px;
}
*>#contentwrap #content {
	margin-top: -493px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #contentwrap {
	height: 496px;
}
/* end filter */

#contentwrap {
	float: left;
	width: 440px;
}

#content {
	padding: 1em;
	line-height: 1.5em;	
}

#right {
	width: 170px !important;
	width: 164px;
	overflow: hidden;
	float: left;
}

#pageimage {
	float: right;
	width: 164px;
	overflow: hidden;
 	border-bottom: 3px solid #878787;
}

#pageicon {
	float: right;
	width: 170px;
	overflow: hidden;
 	border-bottom: 3px solid #878787;
}

.clear {
	clear: both;
}
