html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

}

body {
	font-family: Verdana;
	font-size: 10px;
	background-color: #eaf1e9;
}
#container {
	width: 705px;
	margin: 5px auto 20px auto;
}
#header {
	width: auto;
	margin: 5px auto 0 auto;
}
#topnav {
	width: auto;
	margin: 5px auto 0 auto;
	text-align: right;
}
#topnav a{
	color: #999;
	text-decoration: none;
}
#logo {
	width: auto;
	margin: 5px auto 0 auto;
	text-align: center;
}
#menu {
	width: 705px;
	margin: 15px auto 0 auto;
}
#content {
	width: 705px;
	margin: 10px auto 0 auto;
	height: 300px;
}

#footer {
	width: 705px;
	margin: 35px auto 0 auto;
	text-align: center;
}
#footer li{
	float:left;
	list-style-type:none;
	white-space:nowrap;
}

#footer li a{
	display:block;
	padding:0 35px 0 35px;
	font-size:0.9em;
	font-weight:normal;
	text-decoration:none;
	background-color:inherit;
	color:#999
}
/**************** contents ****************/
.homeleft{
	float:left;
	width:564px;
	height:303px;
	background-color: #c7f1f1;
	background-image: url(../images/back-home-1.jpg);
}
.homeright{
	float:right;
	width:141px;
	height:303px;
}
.homeleft .text{
	padding:20px 20px 0 40px;
	color: #524f50;
}
.aboutleft{
	float:left;
	width:173px;
	height:300px;
}
.aboutright{
	float:right;
	width:528px;
	height:300px;
}
.aboutright .text, .aboutrightreach .text{
	padding:10px 20px 0 40px;
	color: #FFF;
}
.aboutleft .text, .aboutleftreach .text, .aboutcenterstrategy .text p{
	padding:10px 20px 0 20px;
	color: #FFF;
}
.aboutright .text p, .aboutleft .text p, .aboutleftreach .text p, .aboutrightreach .text p, .aboutcenterstrategy .text p{
	margin: 8px 0 8px 0;
	display: block;
}
.aboutright .text a{
	color:#717075;
	text-decoration: none;
}
.aboutright .text a:hover{
	color:#000;
	text-decoration: underline;
}
.aboutleftreach .text a{
	float:right;
	color:#c1d72e
}

.aboutleftreach{
	float:left;
	width:216px;
	height:300px;
}
.aboutrightreach{
	float:right;
	height:300px;
}
.aboutcenterstrategy{
	float:left;
	width:376px;
	height:300px;
}
.aboutrightstrategy{
	float:right;
	height:300px;
}
