* {
	margin:0;
	padding:0;
}
body,td,th {
	font-family: "Lucida Grande", verdana, helvetica, sans-serif;
	font-size:14px;
	color:#CFE6EF;
	background: url(../images/bg.gif) repeat-x #10445a;
}
a {
	text-decoration:none;
	color:#a2e37d;
	font-weight:bold;
}
a:hover {
	color:white;
}
img { border:0; }
.title {
	color:white;
	font-family:"Lucida Bright", georgia, times, "times new roman", serif;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
}
#container {
	width:800px;
	margin:1px auto;
	margin-top:20px;
}
#top {
	border-bottom:1px #456a79 solid;
	margin-bottom:10px;
}
#left {
	width:75%;
}
#right {
	width: 24%;
	float:right;
}
#ads {
	background: url(../images/ads.gif) no-repeat center;
	padding-top:40px;
}
#copyright {
	margin-top:15px;
	border-top:1px #456a79 solid;
	padding-top:5px;
	color:#456a79;
}