/***************************************************************
Style Sheet for BusinessCoachPros.com

Copyright 2005-2006 by Sebo Marketing, All Rights Reserved
***************************************************************/

body {
	padding-bottom:40px;
}

#container {
	position:relative;
	top:20px;
}

#content {
	position:relative;
	margin-top:64px;
}




#header {
	position:absolute;
	top:0px;
	left:0px;
	padding:0;
	
	width:100%;
	height:64px;
		
	background: #fff;
}

#headerWrapper {
	position:relative;
	top:4px;
	height:60px;
	background: url('images-layout/wood.gif') top left repeat-x ; /*#6e2e17*/
}

#header .headerLogo {
	z-index:100;
	position:absolute;
	top:3px;
	left:11px;
}
#header .tagline1 {
	position:absolute;
	top:32px;
	left:250px;
	
	font-size:115%;
	color:#fff;
}
#header .tagline2 {
	position:absolute;
	top:2px;
	right:265px;
	
	font-size:95%;
	color:#fff;
}

#headerLinks {
	position:relative;
	float:right;
	top:-4px;
	width:230px;
	height:24px;
	
	padding:0 15px 0 5px;
	background: url('images-layout/header-links-bg.gif') top left no-repeat;
}
#headerLinks ul {
	float:right;
	height:22px;
	
	margin:0;
	padding:5px 0 0 0;
}
#headerLinks ul li {
	display:inline;
	padding:0 8px;
	font-size:90%;
}
#headerLinks ul li a:link, #headerLinks ul li a:visited {
	padding:0;
	text-decoration:none;
	color:;	
}
#headerLinks ul li a:hover, #headerLinks ul li a:active {
	text-decoration:underline;
}