body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-image: url(../App_Themes/scarabhealth/images/bg.jpg);
	color: #397182;
}

a {
	outline: none;
	color: #397182;
}

a:hover {
	text-decoration: none;
}

#lid {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #e7692e;
}

.site-container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #fef1e0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fbb057;
	padding-top: 25px;
	padding-bottom: 25px;
}

#header h1 {
	float: left;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header h1 a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header ul {
	padding: 0px;
	list-style-type: none;
	float: right;
	margin-top: 50px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header li{
	float: left;
}

#header li a{
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	line-height: normal;
	margin-right: 10px;
	background-image: url(../App_Themes/scarabhealth/images/bg.jpg);
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-position: center;
}

#header li a:hover{
	background-color: #fbb057;
	background-image: none;
}

#header li:hover a, #header li.sfhover a {
	background-color: #fbb057;
	background-image: none;
}

#header li ul {
	position: absolute;
	left: -999em;
	z-index: 5;
	margin: 0px;
}

#header li:hover ul, #header li.sfhover ul {
	left: auto;
}

#header li li {
	float: none;
}

#header li li a{
	font-size: 13px;
	padding-bottom: 8px;
	width: 126px;
	font-weight: normal;
	text-transform: none;
	background-color: #fbb057;
	background-image: none;
}

#header li li a:hover{
	color: #fcd6a8;
}

#main {
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fbb057;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 22px;
}

#main h1 {
	line-height: normal;
}

#main h2 {
	color: #e7692e;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 23px;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}

#main h3 {
	color: #fbb057;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}

#main p, #main ul {
	margin-top: 0px;
	margin-bottom: 20px;
}

#footer {
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6da6b7;
	padding-right: 5px;
	padding-left: 5px;

}


#footer li img {
	margin-bottom: -7px;	
} 

#footer li.last {
	border-right-style: none;
}

.clear {
	clear: both;
}

.pic {
	float: right;
	margin-bottom: 25px;
	margin-left: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fbb057;
	clear: both;
}

.bbb {
	float: right;
	margin-bottom: 25px;
	margin-left: 25px;
	clear: both;
}

