body {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 0px;
	width: 800px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	background-color: #DEFD02;
}


#container {	
	width: 800px;
	float: left;
	padding: 1px;
	padding-top: 0px;
}	


#main {
	width: 800px;
	float: left;
	vertical-align: top;
	background-color:#ffffff;
	height: 100%;
}

#main_left {
	width: 260px;
	padding-left: 10px;
	float: left;
	vertical-align: top;
	height: 100%;
	font-size: 14px;
	background-color: #FFFFFF;
}

#nav_area {
	width: 225px;
	background-color:#29EEDE;
	height: 275px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-image:url(../images/menu-bg.gif);
	background-repeat:no-repeat;
}

#header {	
	width: 800px;
	height: 189px;
	float: left;
	background-color:#DEFD02;
} 


#main {
	width: 800px;
	float: left;
	vertical-align: top;
	background-color:#ffffff;
	height: 100%;
}


#main_right {
	width: 520px;
	float: right;
	vertical-align: top;
	background-color:#ffffff;
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
}


#press_area {
	width: 230px;
	background-color:#ffffff;
	height: 320px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-image:url(../images/press-bg.gif);
	background-repeat:no-repeat;
}

 #press_content {
 
 	width: 92%;
	margin: 0;
	padding: 0px 0px;
	margin-left: 10px;
	margin-top: 8px;
	list-style: none;
	text-align: left;
	float: left;
}


#sucstory_area {
	width: 230px;
	background-color:#ffffff;
	height: 230px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../images/suc-stories-bg.gif);
	background-repeat:no-repeat;
}

 #sucstory_content {
 
 	width: 92%;
	margin: 0;
	padding: 0px 0px;
	margin-left: 10px;
	margin-top: 8px;
	list-style: none;
	text-align: left;
	float: left;
}


#footer {	
	width: 800px;
	height:35px;
	float: left;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	background-image: url(../images/footer-bg.gif);
} 



