@import url('clean.css');

body {
	font: 80%/1.4 helvetica, arial, sans-serif;
	background: rgb(2,62,115);
}
a {
	color: #000;
}
div#wrapper {
	background: rgb(255,255,255);
}
div#inner-wrapper {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
div#branding {
	width: 100%;
	background: rgb(63,131,191);
	text-align: center;
	padding: 2em 0;
	border-bottom: 2px #999 solid;
}
div#branding h1 {
	font-size: 300%;
	color: #fff;
}
div#branding h2 {
	font-size: 150%;
}
div#content {
	width: 720px;
	float: left;
}
div#google-ads {
float: right;
width: 140px;
background: #E7EEF4;
padding: 4px;
border: solid 1px rgb(2,62,115);
}
br.clear {
clear: both;
}
div#footer {
width: 800px;
margin: 20px auto;
color: rgb(121,180,217);
}
table {
width: 100%;
border: 1px solid #444;
}
table th {
font-weight: bold;
font-size: 150%;
text-align: center;

border-bottom: 1px solid #000;
}
table td{
	padding: 3px 10px;
	}
table td.col1 {
	font-weight: bold;
	width: 150px;

	}
tr.alt {
	background: #E7EEF4;
	}
p {
	padding-top: 0.5em;
}
ul#featured li {
margin-bottom: 2em;
}
h3 {
font-size: 130%;
}


