* { 
	padding: 0;
	margin: 0;
}

body {
	font: 1em Arial, Helvetica, sans-serif;
	background: #111;
	text-transform: capitalize;
	background-image: url(img_sitemap/bg_sitemap.jpg);
}

h2 { font-size: 1em; }
a { color: #FFFF99; }

#wrap {	margin: 20px auto;	width: 90%; background: transparant; }

#header {
	height: 120px;
	margin: 0;
	padding: 0;
	background-image: url(#);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 10px;
}

#header h1 {
	margin: 0;
	padding-left: 1px;
	padding-top: 12px;
	font-size: 16px;
	color: #333333;
	font-weight: lighter;
}
#header h1 a { font-size: 28px; color: #669900; text-decoration: none;}
#header h2 {
	margin: 0;
	padding-left: 1px;
	padding-top: 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: lighter;
}
#header h3 {
	margin: 0;
	padding-left: 1px;
	padding-top: 0px;
	font-size: 11px;
	color: #fff;
	font-weight: lighter;
}

#topmenu a {
	float: right;
	display: block;
	height: 22px;
	line-height: 20px;
	padding: 0 10px;
	overflow: hidden;
	color: #FFF;
	background-color: #666666;
	position: relative;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #444;
	border-bottom: 0px solid;
	text-align: center;
	background-attachment: fixed;
} 

#topmenu a:hover {background-color: #999999;}
#topmenu a:visited {color: #ddd;}

#topmenu {
    height: 22px;
	line-height: 20px;
	border-bottom: 1px solid #444;
	text-align: right;
	margin-bottom: 10px;
	color: #fff;
	height: 22px;
	bottom: 20px;
	background-color: none;
}

#content {
float: right;
width: 60%;
margin-top: 5px;
margin-left: 10px;
}

#right {
	float: right;
	width: 60%;
	margin-top: 20px;
	margin-left: 5px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: lighter;

}

#header h3 {
	margin: 0;
	padding-left: 1px;
	padding-top: 0px;
	font-size: 11px;
	color: #fff;
	font-weight: lighter;
}
#left {
	font: 0.8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 40%;
	padding: 10px;
	line-height: 1.4em;
	margin-top: 10px;
	font-weight: lighter;
}


#left li {
	list-style-type: square;color: #FFFF99;
	list-style-position: inside;
}
#left li a {text-decoration: none; }
#left li a:hover {
	color : #FFFFFF;
	font-weight: bold;
}

	#footer {clear:both; padding:20px;}
    #footer p {margin:0;}