/*
Design Name: Webrepreneur's Guides
Author: Nathan Hangen
Content Copyright: Nathan Hangen
*/

html,body{
margin:0;
padding:0;
}

body{
	font-size: 15px;
	line-height: 21px;
	font-family: helvetica, arial, sans-serif;
	background: #B6BAA4;
	color: #565656;
}

a{
color: #736d17;
text-decoration: underline;
font-style: italic;
}

a:hover{
color: #00526e;
}

strong {
	color: #005A8C;
}

a img {
border: 0;
padding-bottom: 12px;
}

blockquote {
float: right;
width: 270px;
margin: 0;
padding: 21px 0 15px 30px;
font-style: italic;
line-height: 39px;
color: #6e7649;
font-family: georgia;
font-size: 18px;
}


ul {
margin: 0;
padding: 0 0 21px 21px;
list-style: none;
}

li {
background: url(images/bullet.gif) no-repeat 0 15%;
padding-left: 21px;
padding-bottom: 12px;
}


div#container{
position: relative;
width:984px;
margin: 0 auto;
padding; 0;
border-top: 0;
border-bottom: 0;
background: url(images/containerbg.gif) repeat-y top left;
}

div#header {
	margin:0 auto;
	padding:0 20px;
	position: relative;
	height: 124;
	width: 984px;
}

div#content{
	float: left;
	padding: 0 20px;
}

div#video {
float: left;
width: 437px; 
padding-right: 22px;
}

#content p {
margin: 0;
padding: 0 0 21px 0;
}

#header h1 {
text-indent: -9999px;
font-size: 1px;
height: 1px;
}

h2 {
margin: 0 0 3px 0;
padding: 6px 0 3px 0;
color: #008591;
background: url(images/underline.gif) repeat-x bottom left;
font-weight: normal;
font-size: 27px;
line-height: 33px;
}

h3 {
color: #9a997d;
margin: 0; 
padding: 0;
font-size: 18px;
font-weight: normal;
}

h2+ul {
padding-top: 21px;
}
#container #content .style4 {
	line-height: 10px;
}
