/* CSS Document */
/* colors:
dark blue: #1b174a;
cream: #e8e3ba;
light brown: #8e895e;
med brown: #6e6a48;
*/
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e6a48;
	background-color: #d7d1a4;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
}
/*containers*/
#wrapper {
	border: solid 2px #e8e3ba;
	width: 990px;
	height:auto;
	margin: 0 auto;
}
#wrapper #header
{
	width: 990px;
	height: 164px;
	margin: 0 auto;
	background-image: url(../images/img_pg/leverone_cpa.jpg);
	text-align: right;
	color: #e8e3ba;
     line-height: 25px;
}
#wrapper #header a {
     padding: 0px 10px 0px 10px;
     color: #e8e3ba;
     line-height: 25px;
     text-decoration: none;
     font-weight: bold;
}
#wrapper #header a:hover,#wrapper #header a.on {
     text-decoration: underline;
}
#wrapper #header a.default {
     float:left;
     margin: 50px 0px 0px 100px;
     width: 550px;
     height: 90px;
     text-decoration: none;
}
#wrapper #header a.default:hover {
     text-decoration:none;
}
#footer {
     margin: 0 auto;
     padding: 10px 0;
}
#footer a {
     color: #6e6a48;
     text-decoration: none;
}
#wrapper #content h1 {
     font-family: Georgia, Times New Roman;
     font-size: 155%;
	font-style:italic;
}
#wrapper #content h2 {
     font-family: Georgia, Times New Roman;
     font-size: 135%;
}
#wrapper #content h3 {
     font-family: Georgia, Times New Roman;
     font-size: 125%;
}
a {
     color: #1b174a;
     font-weight: bold;
}
a:hover {
     text-decoration: none;
}
