body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	width: 800px;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
}

/* MAIN */
#main {
	border: 3px solid #000;
	}

#main-head {

	}
	
#container-head
{
	border: 3px solid #000;
	background-color: #903;
	background-image: url(http://www.employmenttrends.com/images/utwo.png);
	background-position: 99% 90%;
	background-repeat: no-repeat;
	height: 55px;
}

#head
{
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	background-color: #2a2a2a;
	height: 20px;
	text-align: center;
}

#navlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#navlist li {
	text-align: center;
	vertical-align: middle;
	display: inline;	
}

#navlist li a {
	padding: 2px 10px;
	color: #fff;
	text-decoration: none;
}

#navlist li a:hover {
	background-color: #ffcc01;
	color: #000;
}


/* FOOTER */
#footer {
	border: 3px solid #000;
	border-top: 0px;
	background-color: #903;
	color: #fff;
}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}
