*{
	margin: 0;
	padding: 0;
}

body, html{
	height: 100%;
	background-color: #CCCCCC;
	font-family: Arial;
	font-size: 12px;
}

* html #wrapper {
	height: 100%;	
}

#wrapper{
	min-height: 100%;
	width: 710px;
	margin: 0 auto;
	background-color:white;
	background-repeat: repeat-y;
}


#wrapper p{
	padding: 20px 90px;
	font-size: 18px;
	font-weight: bold;
	background-color: #93b66c;
	text-align: center;
	
}
#clear{
	clear: both;
}


.header{
	text-indent: -9999px;
	background-image: url(../_images/header_logo.png);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	height: 77px;
}

h1{
	font-size: 35px;
	font-weight: bold;
	background-image: url(../_images/h1_monthly_bonus.jpg);
	background-repeat: no-repeat;
	color: white;
	height: 135px;
	padding: 50px 250px 10px 40px;
	border-bottom: 1px solid black;
}

#guide_selector{
	width: 710px;
	height: 32px;
	border-top: 1px solid black;
}

#guide_selector li{
	list-style: none;
	float: left;
	
}

#guide_selector li a{
	text-decoration: none;
	padding: 7px 0 7px 0;
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 355px;
	text-align: center;	
	color: white;
	background-image: url(../_images/sidebar_h2.png);
	background-repeat: repeat-x;
	background-color: black;
	
}

#guide_selector li a.active{
	color: black;
	background-image: none;
	background-color: white;
	margin-top:-4px;
	width: 353px;
	padding-bottom: 5px;
	padding-top: 12px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

h3, h4, h5{
	margin-top: 13px;
	margin-bottom: 8px;
}


h3{
	font-size: 18px;
}

h4{
	font-size: 15px;
}

h5{
	font-size: 13px;
}

#client_guide_div, #webpage_guide_div{
	width: 648px;
	float: left;
	background-color: white;
	padding: 30px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	clear: both;
}

#client_guide_div{
	display: none;
}


ol li{
	margin-left: 0;
	text-align: left;
	color: black;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	width: 450px;
	
}

.one, .two, .three, .four, .five{
	background-repeat: no-repeat;
	padding: 0px 0 40px 50px;
}

.one{
	background-image: url(../_images/step1.gif);

}
.two{
	background-image: url(../_images/step2.gif);
}
.three{
	background-image: url(../_images/step3.gif);
}
.four{
	background-image: url(../_images/step4.gif);
}
.five{
	background-image: url(../_images/step5.gif);
}

ol li a{
	text-decoration: none;
	clear: both;
	
}

ol li img{
	margin-top: 10px;
}

#footer{
	margin:0 auto;
	margin-top:-30px;
	width: 710px;
	height:30px;
	background-image:url(../_images/footer.png);
	background-color: #CCCCCC;
}
