@import url('/css/netedit.css');
@media screen{

body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #dbd8c9;
}
form
{
	width: 100%;
	text-align: center;
}

#wrap{
	width: 900px;
	margin: 8px auto;
	text-align: left;
}

#topbar{
	height: 150px;	
}

#menu{
	margin: 10px 0 0 0px;
	float: right;
}

#menu span{
	margin: 0 0 0 20px;
}

#menu a, #menu a:visited, #menu a:hover{
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Tahoma, sans-serif;
	COLOR: #7a7869;
	font-weight: bold;
	text-decoration :none;
}

#menu .selected a, #menu .selected a:visited,#menu a:hover{
	color: #ff8000;
}

#logo{
	float: left;
}

#menuUtil{
	text-align: right;
	clear: both;
}

#mainSection{
	
}



#footer{
	text-align: center;
	color :#fff;
}


/*media screen END - do not remove*/
}
/*media screen END - do not remove*/









