body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F4F4F4;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
	padding: 160px 0 0 0;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	width: 980px;
	float: right;
	padding: 20px 10px 0 0;
	font-size: 90%;
	font-family: Helvetica,Georgia, serif;
	line-height: 1.5em;
}
#content p {
	font-size: 90% Helvetica,Georgia, serif;
	line-height: 1.5em;
	padding-left: 2em;
}
#content h1 {
	font: normal 180% Georgia, Arial, Helvetica, sans-serif;
	color: #B51032;
	background-color: transparent;
}
#content h2 {
	font-size: 120%;
	color: #940D1E;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
}
.adbox {
	float: left;
	width:200px;
	height:150px;
	margin-right: 6px;
	margin-bottom: 10px;
	padding: 12px 14px 12px 6px;
	border: 1px solid #B1B1B1;
	background-color: #F4F4F4;
}
.adbox a:link, .adbox a:visited {
	text-decoration: none;
	}
.adbox-bottom {
	float: left;
	width:400px;
	height:50px;
	margin-right: 6px;
	margin-bottom: 10px;
	padding: 12px 14px 12px 6px;
	border: 1px solid #B1B1B1;
	background-color: #F4F4F4;
}


#navigation {
	width:600px;
	margin-left: 10px;
	border-bottom: 3px solid #A62020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(kent_model_agency.JPG);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { 
	margin-right: 2px;
	padding: 3px 10px 2px 10px; 
	color: #A62020;
	background-color: #FCE6EA;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}
#navigation a:hover {
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#footer {
	clear: both;
	padding: 0 0 10px 25px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
}

