* {
	margin-top: 0;
	padding: 0;
	border:0px solid black;
	}
html {
	height: 100%;
}
body
{
    font-size: 10px;
    color: #ffffff;
    height: 100%;
    font-family: arial, verdana, sans-serif;
    text-align: center;
    background-color: #F9F9F7;
}
h2 {
	color: #008d25;
	font-size: 18px;
	}
h3 {
	font-size: 15px;
}
.wrap {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	}
.header {
	text-align: center;
	width: 100%;
	height: 120px;
	}
.header img {
	float: left;
	}
.header div{
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
	}
.hrTop {
	background: url("img/hrTop.png");
	width: 100%;
	height: 17px;
	}
.hrBottom {
	background: url("img/hrBottom.png");
	width: 100%;
	height: 11px;
	}
.content {
	background-color: #ffffff;
	height: 650px;
	}
.left {
	float: left;
	width: 400px;
	color: #000000;
	}
.left h2 {
	position: relative; 
	left: 58px;
	top: 10;
	margin-bottom: 10px;
	text-align: left;
	}
.left h3 {
	color: #008d25;
	position: relative; 
	left: 10px;
	text-align: left;
	}
.left img {
	float: left;
	/*position: relative; 
	left: -3px;*/
	}
.txtLeft {
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 58px;
	width: 340px;
	}
.right {
	float: right;
	width: 450px;
	font-size: 16px;
	}
.right img {
	float: left;
	position: relative; 
	left: -3px;
	}
.right h3 {
	text-align: left;
	}
.ex {
	background-color: #008d25;
	height: 122px;
	position: relative; 
	top: 20px;
	margin-bottom: 30px;
	}
.txt {
	margin-left: 100px;
	margin-top: 10px;
	padding-top: 20px;
	text-align: left;
	}
.btn {
	float: right; 
	position: relative; 
	left: -15px;
	top: 85px;	
	}
.soon {
	position: relative; 
	top: -12px;
	}
.borderR {
	background: url("img/borderR.png");
	border:	0px solid black;
	width: 13px;
	height: 630px;
	position: relative;
	left: 900px;
	}
	#adv
{
    width: 900px;
    background-color: #F9F9F7;
    color: #CCCCCC;
}

