body {
	font: 13px verdana, arial, helvetica, sans-serif;
}

#total {
	width: 740px;
	margin: 0px auto;
}

#top {
	background-position: top right;
	background-image: url(custom.jpg);
	background-repeat: no-repeat;
	height: 100px;
	font: 15px georgia,"times new roman",times,serif;
	background-color: #3277A3;
	border: 1px solid #112266;
	color: white;
}

#top a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#menu {
	margin: 0px 0px 5px;
	height: 30px;
	text-align: center;
	font: 13px verdana, arial, helvetica, sans-serif;
}

#menu ul {
	background-color: #FFFCEC;
	list-style-type: none;
	display: block;
	margin: 0px 5px;
	border-width: 0px 1px 1px 1px;
	border-color: #D7BE9B;
	border-style: solid;
	padding: 8px;
}

#menu ul li {
	display: inline;
	margin: 0px 10px;
}

#menu ul li a {
	color: black;
	padding: 5px;
}

h1,h2 {
	margin: 0px;
}

h1 {
	font-weight: normal;
	color: white;
	font-size: 18px;
	padding-top: 75px;
	padding-left: 30px;
	text-decoration: none;
}

#content {
	margin-bottom: 20px;
}

#kwlink {
	display: block;
	text-decoration: none;
	color: black;
}

#keywords {
	cursor: pointer;
	font-size: 11px;
	float: right;
	width: 150px;
	padding: 5px;
	background-color: #DBF8FB;
	margin: 10px 0px 10px 10px;
	border: 1px solid #8BB3BA;
}

#keywords h2 {
	font-size: 13px;
}

#ads {
	text-align: center;
	clear: both;
	margin: 40px;
}

#links {
	clear: both;
	width: 100%;
	border-width: 0px;
	background-color: #eee;
}

#links tr td {
	width: 33%;
	padding: 5px;
	vertical-align: top;
}