html {background:white url(../images/bg_header_rep.jpg) repeat-x center top}

body {
	margin:0 auto;
	padding:0;
	width:1000px;
	position:relative;
}

#header {
	height:203px;
/* 	background:#f3e5cb url(../images/bg_header.jpg) no-repeat 0 0; */
	position:relative;
}

h1, h2 {
	margin:0;
	text-indent:-5000em;			
	position:absolute;
}

h1 {
	width:319px;
	height:128px;
	background:transparent url(../images/logo.gif) no-repeat 0 0;
	
	left:15px;
	top:23px;
}

h1 a {
	display:block;
	height:100%;
	width:100%;
}

h2 {
	width:368px;
	height:26px;
	background:transparent url(../images/bg_h2.gif) no-repeat 0 0;
	
	right:15px;
	top:22px;
}

#search_form {
	display:block;
	width:400px;

	position:absolute;
	left:320px;
	top:120px;
}

#search_form input.text {
	display:block;
	width:280px;
	float:left;
	
	padding:3px;
	font-size:.9em;
	color:#555;
}

#search_form #m {
	width:84px;
	height:27px;
	float:left;
	margin-left:1.5em;
}

#header .photo_wrapper {
	width:267px;
	height:168px;

	position:absolute;
	right:0;
	top:54px;
}

#content {
	margin:4em 2em 2em 215px;
	padding:0 20px 4em;
	background:transparent url(../images/bg_divider_brown.png) repeat-y 0 0;
}

#sidebar {
	margin:4em 22px;
	width:171px;
	float:left;
}

#sidebar div.find_your_expert {
	background:#7c0d40 url(../images/bg_sidebar_top.png) no-repeat 0 0;
	width:140px;
	padding:5px 15px 10px;
}

#sidebar div.find_your_expert h3 {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	color:white;
	
	margin:0 0 .5em;
	padding:.75em 0 25px;
	background:transparent url(../images/bg_sidebar_h3.png) no-repeat center bottom;
}

#sidebar div.find_your_expert a {
	display:block;
	text-align:center;
	color:white;
}

#sidebar div.find_your_expert div.end_cap {
	height:13px;
	margin:0 -15px -10px;
	width:170px;
	padding-top:15px;
	
	background:transparent url(../images/bg_sidebar_bottom.png) no-repeat center bottom;
}

div.fifth,
div.two_fifths {
	float:left;
	margin:0 10px;
	padding:5px;
}

div.fifth {width:200px;}
div.two_fifths {width:450px;}

div.full {
	float:none;
	clear:both;
	width:700px;
	margin:1em auto;
}

#footer {
	clear:both;
	
	padding:.25em;
	background:#7d4e00;
	color:white;
}

#footer a {
	color:white;
	text-decoration:none;
	border-bottom:1px dotted white;
}

h6 {
	margin:0 0 .25em;
	font-size:.8em;
	text-align:center;
}
