
 /*home page css */

html body {
	background-color: #f90;
	text-align: left;
	padding: 0;
	margin: 0;
}
img{
	border: 0;
}
div#main{
	width: 100%;
	text-align: left;
	margin: 0;
	height: 352px;
	float: left;
}
div#nav{
	width: 100%;
	height: 27px;
	border-top: 1px solid yellow;
	border-bottom: 1px solid yellow;
	background: #060;
	position: absolute;
	top: 175px;
	left: 0px;
}
p.ab a{
	color: yellow;
	font: .7em helvetica, arial, sans-serif;
	text-decoration: none;
	float: right;
}
p.ab {
	position: relative;
	top: 10px;
	margin-right: 2px;
}
p.ab a:hover{
	color: #060;
}
div#nav div#links{
	width: 470px; 
	position: absolute;
	top: 3px; 
	margin-left: 491px;
}
div#nav div#links a{
	margin-left: 20px;
}
div#logo{
	position: absolute;
	top: 0;
	left: 0;
  width: 461px;
	height: 352px; 
	margin: 0;
	z-index: 10;
}
div#content{
	
}