body {
	color: #000000;
	background-color: #222222;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

#header {
	background-image: url("/images/site/header_green_bg.png");
 background-position: top right;
 background-repeat: no-repeat;
 background-color: #000000;
 height: 120px;
 color: #FFFFFF;
}

#header img {
 border: 0;
}

#contentContainer {
 background-color: #EEEEEE;
 overflow: auto;
}

#container {
	background-image: url("/images/site/container_bg.png");
	background-position: center center;
	background-repeat: repeat-y;
	width: 980px;
	margin: 0px auto;
	padding: 0 10px;
}

#logo {
 margin: 0;
 padding: 10px 0 0 20px;
}

#siteMenu ul {
 border-top: 1px solid #000000; border-top: 1px solid #000000;
 background-color: #131218;
 background-image: url("/images/site/menu_bg.png");
 background-repeat: repeat-x;
 height: 30px;
 list-style-image: none;
 list-style-position: outside;
 list-style-type: none;
 padding: 3px 10px;
 margin: 0;
}

#siteMenu ul li {
 display:inline;
 float:left;
}

#siteMenu ul a {
 color: #FFFFFF;
 display: block;
 font-family: Trebuchet MS, Arial, sans-serif;
 font-weight: bold;
 text-transform: uppercase;
 margin: 3px 15px 0 0;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
 padding: 3px 10px;
 text-decoration: none;
}

#siteMenu ul a.current {
 background-color: #336699;
 color: #FFFFFF;
}

#siteMenu ul a.current:focus, #siteMenu ul a.current:active, #siteMenu ul a.current:hover {
 background-color: #336699;
}

#siteMenu ul a:focus, #siteMenu ul a:active, #siteMenu ul a:hover {
 background-color: #000000;
}

#footer {
	background-color: #000000;
 color: #CCCCCC;
 padding: 5px;
 clear: both;
 font-size: 0.9em;
 overflow: auto;
}

#footer a, #footer a:visited {
 color: #CCCCCC;
 text-decoration: none;
}

#footer a:hover, #footer a:active {
 color: #CCCCCC;
 text-decoration: underline;
}