body{
	margin:0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
}

a{color: #000}

#container{
	width: 900px;
	margin-left: auto;
	margin-right:auto;
	height: auto;
}

#top{
	background-image: url(../images/top.jpg);
	background-repeat: no-repeatx;
	height: 13px;
	float: left;
	width: 900px;
}

#banner{
	margin-left: auto;
	margin-right: auto;
	width:900px;
	float:left;
}

#nav{
	background-image:url(../images/nav.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 57px;
	float: left;
}

#new{
	background-image:url(../images/news.png);
	background-repeat:no-repeat;
	width: 263px;
	height: 89px;
	position: relative;
	float: left;
	z-index: 1;
}

#navigation{
	width: 637px;
	height: 40px;
	text-align: center;
	position: relative;
	left: 96px;
	top: 14px;
}

#navigation a{
	color:#000;	
}

#navigation hover{
	color: #FFF;	
}

#contentsection{
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	float: left;
}


/*always be the same height*/
#newscontainer{
	background-color: #e4e4e4;
	width: 249px;
	height: 900px; /*edit news height*/
	padding-top: 30px;
	padding-left: 5px;
	float:left;
}

/*always be the same height*/
#contentcontainer{
	width: 636px;
	float:left;
	padding: 5px 5px 5px 5px;
	height: 500px;/*edit content height*/
}
#footer{
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	width: 900px;
	height: 41px;
	margin-left: auto;
	margin-right:auto;
	float: left;
}