/*
Theme Name: Weightloss-s
Description: 
Version: 1.0
Author: Troy
*/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(img/bg.png) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 83%; 
	text-align: center;
	margin: 0; 
	padding: 0;
	color: #555;
	height: 100%;
	}
img { border: 0; }
ul, 
p { line-height: 1.4em; font-size: 1em; margin: 15px 0 20px; }
h1 {font-size: 18px; font-weight: normal; color: #000; margin: 0; line-height: 40px;}
h2 { font-size: 14px; font-weight: normal; color: #000; margin: 0; }
h3, h4 { font-size: 2em; font-weight: normal; color: #000; margin: 0; }
h4 { font-size: 1.7em; }
a { color: #06F; text-decoration: none; }		
a:hover { border-color: #f00; }
.l1 { border: none !important; margin: 0 !important; }


ul { 
	padding: 0;
	list-style-type: none;
	line-height: 1.8em;
	}
ul li {  }
		
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/		

#container {
	width: 710px;
	margin: 0 auto;
	text-align: left;
	}
* html #container { width: 740px; }	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/			
#header { width: 918px; height: 230px; background-image: url(img/head_bg.png); background-repeat:no-repeat; }


/** Navigation **/

#nav {
	height: 15px;
	width: 710px;
	padding-top: 197px;
	padding-left: 30px;
	z-index: 100;
}

#nav ul {
	display:inline;
}

#nav ul li {
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	padding-right: 47px;
}

#nav ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/

#contentwrap{
	background-image:url(img/body_bg.png);
	background-repeat:no-repeat;
	width: 710px;
	height: auto;
	margin: auto;
}
#content {
	float: left; 
	height: auto !important;
	min-height: 100%; 
	height: auto;
	width: 450px;	
	padding: 23px 0 0 20px;
	margin-right: 25px;
	}

iframe{
	width:455px;
	height: 1650px;
	border: none;
}


/*------------------------------------------------------------*
**  Sidebar
**------------------------------------------------------------*/

#sidebar{
	float:right;
	width: 200px;
	height: 1500px;
	margin-top: 10px;
}
	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer{ 
	width: 710px;
}