body {
	margin: 0px auto;
	padding: 0px;
	background: #FFFFCC;
	font: 0.75em arial,sans-serif;
	color: #000000;
}

h1 {
	margin-bottom: 10px;
	font: 18px arial,sans-serif;
	color: #000;
	font-weight: bold;
}

.bgwhite {
background: ##FFFFFF;
}



.clearboth {
	clear: both;

}


#container {
	width: 800px;
	margin: 0px auto;

}

.floatleft {
	float: left;
	display: inline;
}

#nav{
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
}

#nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav li{
	display: inline;
	padding: 0px 0px 0px 35px;
}

#nav a{
	font-weight: normal;
	font-size: 14px;
	color: #a5d30f;
	text-decoration: none;
	line-height: 25px;
}

#nav a:hover{
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 25px;
}



#footer ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #ff3b7a;
}

#footer li{
	display: inline;
	margin: 0px 0px 0px 0px;
	color: #a5d30f;
}

#footer a{
	font-weight: bold;
	font-size: 1em;
	color: #a5d30f;
	text-decoration: none;
}
