

* {
	padding:				0 auto;
	margin:					0 auto;
}	

body{
	background-color:		#000;
	background-repeat:		no-repeat;
	text-align:				center;
  }

.clearfix:after {
    content:   				".";
    display:   				block;
    clear:    				both;
    visibility:  			hidden;
    line-height:  			0;
    height:   				0; 
}
 
.clearfix {
    display:   				inline-block; 
}
 
html[xmlns] .clearfix {
    display:  				block; 
}
 
* html .clearfix {
    height:   				1%; 
}


.wrap{
	text-align:				center;
	color:					#BED1C7;
	width:					1000px;
	padding:				0 auto;
	margin:					0 auto;
}

.headerArea {
	background:				#BED1C7 url(/images/static/greenways/bg_top.jpg) no-repeat;
	text-align:				center;
	height:					200px;
}

.logoArea {
	text-align:				center;
	background:				#D3B471;
	padding:				0 0 0 113px;
	
}

.headerPic {
	float:					left;
	width:					200px;
	padding:				30px 0 0 0;
}

.logo {
	float:					left;
	width:					380px;
	padding:				15px 0 0 0;
}	
.contentAreaBg {
	background:				#000 url(/images/static/greenways/bg_bottom1.jpg) no-repeat;
	width:					1000px;
	background-position:	bottom;
}
.contentArea{
	width: 					800px;
	background-color:		#BED1C7;
	color:					#0066CC;
	text-align:				left;
	
}


.leftColumn {
	float:					left;
	width:					200px;
	padding:				0 0 0 20px;
}

.middleColumn {
	float:					left;
	width:					370px;
}

.rightColumn {
	float:					left;
	width:					200px;
	padding:				0 10px 0 0;
}


.contentPadding {
	padding:				0 30px;
}

.featuresBox {
	background:				#A8C4B8;
	padding:				10px;
	margin:					10px 15px;
	border:					1px solid #91B1A3;
}

.footerArea {
	height:					80px;
	background:				#000 url(/images/static/greenways/bg_bottom2.jpg) no-repeat;
	width:					1000px;
	background-position:	bottom;
}




p {
	color:					#615656;
	font:					12px verdana ;
	line-height:			16px;
	text-align:				center;
}

h1 {
	color:					#615656;
	font:					bold 20px times ;
	font-style: 			italic;
	line-height:			16px;
	text-align:				center;
}



.featuresText {
	color:					#586665;
	font:					11px verdana ;
	line-height:			16px;
	text-align:				center;
}

.smallText {
	color:					#615656;
	font:					10px verdana ;
	line-height:			15px;
	text-align:				center;
}

.footerText {
	padding:				20px 0 0 0;
	font:					11px verdana ;
	color:					#D0CBC4;
}


a {
	color:					#fff;
	text-decoration:		underline;
}

