body {
	margin: 0;
	background: #808080;
	font: 14px "Tahoma", Arial, sans-serif;
}

p {
	line-height: 1.5em;
}

a {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/*
header
*******/

#wrapper {
	width: 850px;
	height: 100%;
	margin: 0 auto;
	padding-top: 40px;
	background: url(img/wrapper_bg.jpg) repeat-x top #f5f1e1;
}

#masthead {
	
}

#masthead h1 {
	height: 94px;
	background: url(img/logo.gif) no-repeat;
	text-indent: -10000px;
	margin: 0 0 0 10px;
}

#header {
	margin: 0 0 10px 0;
	width: 100%;
	background: #dddddd;
	border-top: 7px solid #AA884D;
}

.quick_contact {
	float: right;
	margin-right: 10px;
}

/*
Navigation
*****/
ul#nav {
	margin: 10px 5px -1px 0;
	float: right;
}

ul#nav a {
	text-decoration: none;
}

ul#nav li {
	list-style: none;
	display: inline;
	margin: 0;
	padding-top: 5px;
	text-align: center;
	width: 100px;
}

ul#nav li a {
	padding: 5px 27px 0px 27px;
	width: 100px;
}

ul#nav li.current {
	background: #0e42b7 url(img/currentbg.png) top no-repeat;
}
ul#nav li.current a {
	color: #ffffff;
}

#page_info {
	margin: 0px auto 0 auto;
	padding-top: 20px;
	width: 100%;
	height: 125px;
	background: url(img/page_info_bg.png) repeat-x;
}

#page_info h3 {
	margin: 0  0 20px 0;
	padding: 0 50px;
	color: #ffffff;
}

/*
Main content
*****************************/
#main_content {
	margin: 0;
	width: 100%;
	background: url(img/main_content_bg.png) repeat-x;
}

#content_box {
	margin: 10px;
	padding: 5px 1em;
	border: 10px solid #be934a;
}

/*
Clear fix
*****************************/
.cf:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.cf {display: inline-block;}
/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

/*
Providers
********/
p.title {
	font-style: italic;
	font-size: 1.2em;
}

p.bio {
	padding: 2px 10px;
}
