@charset "utf-8";
body	{
	margin: 0 auto;
	background-image: url(images/bodybg.gif);
	background-color: #CFFAFE;
	background-repeat: repeat-x;
}
#header 	{
	width: 100%;
	height: 25px;
	background-color: #0A1D2C;
	border-bottom: 2px solid #5fe9ff;
}
#footer	{
	width:100%;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	height: 100px;
}
#half	{
	width:50%;
	float: left;
}
#listing	{
	
}
#wrapper	{
}
#container	{
	width: 790px;
}
#floatright	{
	float:right;
	margin-left: 10px;
}
#floatleft	{
	float:left;
	margin-right: 10px;
}
#buttons	{
	float:right;
}
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

