/*** Fix HTML Default Styles ***/

img {
	border: 0;
	padding: 0px;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

div, h1, h2, h3, h4, h5, h6, p, li, ol, il, dd, dt, dl, img, blockquote, span, address, pre {
	margin: 0px;
	padding: 0px;
}

/*** Typography ***/

p {
	font-family: "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.7em;
}
.highlighted {
	font-weight: bold;
}
.fineprint {
	font-size: .7em;
}


h1 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.6em;
	color: #3768AE;
	line-height: 1.2em;
	padding-bottom: .4em;
	}
	
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #3479B0;
}
a:active {
	text-decoration: none;
	color: #3479B0;
}
	
/*** Box/Main ***/

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 880px;
}#advertRight {
	height: auto;
	width: 220px;
	display: block;
	float: right;
}
#advertLeft {
	float: left;
	width: 220px;
	height: auto;
	display: block;
}
#advertBottom {
	display: block;
	clear: both;
	float: left;
	height: 160px;
	width: 800px;
}
#advertMiddle {
	height: 160px;
	width: 800px;
	float: left;
	display: block;
	padding-top: 20px;
}
#advertMiddle , #advertBottom img{
	float: left;
}
.advert {
	display: inline;
	float: left;
	padding: 0px 20px;
}
.advert p {
	clear: both;
	text-decoration: underline;
}
#content {
	width: 440px;
	display: block;
	float: left;
	height: 160px;
}
.advertLarge {
	padding-top: 116px;
}
.advertise {
	font-size: .7em;
	padding-top: 20px;
}
#customSearch {
	margin-bottom: 20px;
}
.small {
	font-size: 0.8em;
}
.contentImage {
	text-align: center;
}
.GoogleLogo {
	float: left;
}
