/* CSS Document */

body {
	background-color:#606C2E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	line-height:1.3em;
	margin-top:10px;
}

a {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.table {
	width:875px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

/* Headers */

h1 {font-size:140%; font-weight:normal;}
h2 {font-size:130%; font-weight:normal;}
h3 {font-size:120%; font-weight:normal;}
h4 {font-size:110%; font-weight:normal;}

/* Font Color */

.red {
color:#FF0000;
}

.blue {
color:#0000FF;
}

.yellow {
color:#FFFF00;
}

.purple {
	color:#8452CD;
}

/*********************************************************************** Font Styles */

.lpOpachich {
	font-size:200%;
	color:#8452CD;
	line-height:1.5em;
}

.lineHeight15 {
	line-height:1.5em;
}
.timesroman {
	font-family:"Times New Roman", Times, serif;
	color:#9966cc;
	font-size:14px;
}

/* Menu */

#menuLeft {
	width:184px;
	height:450px;
	float:left;
	margin:40px 8px 10px 0px;
	line-height:2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;	
	background-image:url(../images/menuBG.jpg);
	background-repeat:no-repeat;
	padding:10px 8px 0px 8px;
}

	#menuLeft a {
		color:#8452CD;
		font-weight:bold;
		text-decoration:none;
	}
	
	#menuLeft a:hover {
		color:#FF0000;
		text-decoration:underline;
	}
	
#menuBottom {
	width:100%;
	float:right;
	padding-right:0px;
	margin-top:30px;
	font-size:80%;
	color:#666666;
}
	#menuBottom a {
		color:#666666;
		text-decoration:none;
	}
	
	#menuBottom a:hover {
		color:#FF0000;
		text-decoration:underline;
	}

/* Graphics */

#header {
	width:100%;
	height:300px;
	background-image:url(../images/WL-Headercopy.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#footer {
	width:100%;
	height:70px;
	clear:both;
	background-image:url(../images/bg_footer875x70.jpg);
	background-repeat:no-repeat;
}

#WeightLoss1 {
	width:142px;
	float:right;
	margin:5px;
}

#video {
	width:320px;
	float:right;
	margin:0px 0px 5px 8px;
}
	#videoText {
		width:315px;
		color:#CC0000;
		padding-left:3px;
		padding-bottom:5px;
	}

#weightLoss2 {
	width:252px;
	float:right;
	margin:5px;
}
#weight_loss3 {
	width:289px;
	float:right;
	padding:5px;
}
/* Div's */

#pageContent {
	width:865px;
	margin:0px 5px 10px 5px;
}

#mainContent {
	width:655px;
	float:right;
	margin:10px 0px 10px 0px;
}

#welcome {
	width:100%;
	font-size:140%;
	color:#8752C8;
	padding-bottom:4px;
	border-bottom:1px solid #666666;
}

#welcome2 {
	width:100%;
	color:#8752C8;
	border-bottom:1px solid #666666;
}

#faq {
	width:100%;
	font-size:140%;
	color:#8752C8;
	padding-bottom:4px;
	border-bottom:1px solid #666666;
}

#addressLeft {
	width:100%;
	font-size:80%;
	line-height:1.3em;
	margin-top:10px;
	border-top:1px solid #666666;
	padding-top:5px;
}
