body {
	margin:0px auto;
	width:885px;
	background-color:#eabe00;
}
#content {
	width:885px;
	background-image:url(../images/back.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	float:left;
}
.col {
	height:630px;
	float:left;
	padding-bottom:30px;
}
#nav {
	height:24px;
	overflow:hidden;
	width:90%;
	margin-left:10px;
	margin-top:34px;
	margin-bottom:53px;
}
.navbox {
	height:48px;
	overflow:hidden;
	float:left;
}
.navbox:hover {
	margin-top:-24px;
}
.title {
	width:90%;
	padding:11px 15px; 
}
a {
	text-decoration:none;
	color:inherit;
}
.text p {
	margin:0px 0px 5px 0px;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 5px 15px;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#626262;
}
.text a{
	font-weight:bold;
	color:inherit;
}
img {
	border:none;
}
#footer {
	height:30px;
	width:100%;
	color:#FFFFFF;
	float:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#bab9b6;
	margin-bottom:100px;
}