@charset "utf-8";
/* CSS Document */

body{
	background-color:#1b222c;
	margin:0;
	margin-top:10px;
	padding:0;
	font-size:11px;
	text-align:center;
	font-family:Verdana, Arial, sans-serif;
	color:#ffffff;
	line-height:19px;
}
ul{
	margin-left:20px;
	padding:0;
}
li {
	margin:0;
	padding:0;
}

#Wrapper{
	margin:auto;
	text-align:left;
	width:750px;
}
#Header{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:175px;
	padding-bottom:10px;
}
#Footer{
	clear:both;
	padding-bottom:20px; 
	padding-top:10px;
	text-align:center;
	font-size:9px;
}
#Footer a {
	font-weight:normal;
	padding-right:10px;
	color:#555555;
}

#Nav{
	float:left;
	width:250px;
	height:564px;
	margin:0;
}
#FlashNav{
	height:203px;
}

#Nav div{	
	background-repeat:no-repeat;
	height:100%;
}
#Nav #Home{
	background-image:url(../images/nav/home_03.jpg);
}
#Nav #Expect{
	background-image:url(../images/nav/expect_03.jpg);
}
#Nav #TestingUnderstanding{
	background-image:url(../images/nav/understand_03.jpg);
}
#Nav #FineTune{
	background-image:url(../images/nav/finetune_03.jpg);
}
#Nav #wellness{
	background-image:url(../images/nav/about_03.jpg);
}
#Nav #Contact{
	background-image:url(../images/nav/contact_03.jpg);
}
#Nav #Contact #Copy{
	height:auto;
	width:150px; 
	padding-left:25px; 
	padding-top:100px; 
	text-align:left;
}
#Nav #Contact #Copy a{
	color:#ff7900;
	text-decoration:none;	
}
#Content{
	float:left;
	width:500px;
	height:800px;
	overflow:visible;
}
#Content div{	
	background-repeat:no-repeat;
}
#Content #Home{
	background-image:url(../images/contentbg/home.jpg);
	height:100%;
}
#Content #Normal{
	background-image:url(../images/contentbg/content2.jpg);
	padding-left:50px;
	padding-right:60px;
	width:410px;
	height:100%;
}
#Content #Text{
	height:400px;
}
.Orange{
	color:#BCA37B;
	font-size:13px;
	font-weight:bold;
}
.Yellow{
	color:#BCA37B;
	font-size:10px;
	font-weight:bold;
	padding-top:5px;
}

#Staff{
	height:104px;
}
.StaffLeft{
	float:left;
}
.StaffRight{
	text-align:left;
	width:250px;
	float:right;
}
h1{
	margin:0;
	color:#ff9a3d;
	font-size:14px;
}
a{
	color:#ff3e00;
	text-decoration:none;
	font-weight:bold;

}