#body_wrapper{
	width:900px;
	margin:0 auto;
	background-color:#000000;
	border: thin solid #000000; 
	/*background-image:url('images/bg.jpg'); background-repeat: repeat-x;*/
}
#top_header{
	width:900px;
	color:#cccccc;
	margin:0 auto;
}
#top_header div{
	margin:10px 0px 10px 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Menu styles */
#site-map{
	float:right; 
	width:725px;
	margin:0 auto;
}
#site-map #menu {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 100px;
	padding: 0;
	width: 100%;
}
#site-map #menu li {
	float: left;
	font: 14px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#site-map #menu a {
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 5px;
	text-decoration: none;
	
}
#site-map #menu a:hover {
	/*background: #ffffff ;*/
	color: #ffffff;
}


.header #menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: thin none #cccccc; 
}
.header #menu li {
	float: left;
	font: 14px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.header #menu a {
	background: url("/images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 42px;
	text-decoration: none;
	
}
.header #menu a:hover {
	/*background: #ffffff ;*/
	color: #ffffff;
}

#sharpend{
	margin-top:50px;
}
#sharpend a{
	color:#ffffff;
	text-decoration:none;
}