/* CSS Document */

@import url(display.css);

#container{
	width: 760px;
	margin: 0 auto;
}

#logo{
	width:235px;
	float:left;
}

#header{
	width:525px;
	float:left;
}


#content{
	width:760px;
	background:url(../images/bgcontainer.gif) repeat-y;
}

#lhs{
	width:200px;
	float:left;
	padding:15px 10px 15px 25px;
}

#rhs{
	width:485px;
	float:left;
	padding:15px 20px 15px 20px;
	
}

#footer{
	width:730px;
	height:28px;
	background:url(../images/footer.gif);
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
}

#bottom_nav{
	float:left;
}

#credits{
	float:right;
}

div.clear {
	clear: both;
	margin: -1px 0 0 0;
	visibility: hidden;
	height: 1px;
}

div.clear hr {
	display: none;
}