body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin:auto;
	width: 970px;
	
}


header{
	height: 70px;
	padding-top:60px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

iframe{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	width:100%;
	height:600px;
	}
#templatemo_slider {
	width: 970px;
	height: 302px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
}
section{
	clear: both;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	width: 950px;
	line-height: 18px;
}

.img_border {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

h2{
	color: #369E2B;
	font-weight: bolder;
	font-size: 18px;
}
h2 span{	
	color: #333333;
}

h3{
	font-size: 18px;
	color: #333;
}


h6 {
	font-size: 14px;
	padding: 0;
	color: #333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

a{
	color: #996600;
	text-decoration: none;
}

hr{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EAEAEA;
	margin-top: 30px;
	margin-bottom: 30px;
}




/* copyright */

footer {
	clear: both;
	text-align: center;
	color: #666;
	padding: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	font-size: 10px;
}

