body {
	margin: 0px;
	background-color: #00529f;
}

#top {	
	background-color: #FFFFFF;
	background-image: url(../images/top_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 13px;
	padding-bottom: 13px;
}

#bottom {	
	background-color: #00529f;
}

/* --- main container --------------------------------------------------------- */
#main_container {
	margin: auto;
	width: 904px;
	text-align: left;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #666666;	
}

#content_landing {
	width: 904px;
	height: 554px;
	background-image: url(../images/landing_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#landing_butt_bm {
	position: absolute;
	margin-left: 275px;
	margin-top: 435px;
	width: 154px;
	height: 54px;	
}

#landing_butt_en {
	position: absolute;
	margin-left: 476px;
	margin-top: 435px;
	width: 154px;
	height: 54px;	
}

#content_top_en {
	width: 904px;
	height: 317px;
	background-image: url(../images/content_top_en.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#content_top_bm {
	width: 904px;
	height: 317px;
	background-image: url(../images/content_top_bm.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	margin-left: 32px;
	margin-top: 46px;
	width: 140px;
	height: 38px;
}

#content_area {
	width: 704px;
	padding-top:15px;
	padding-left: 100px;
	padding-right: 100px;
	background-image: url(../images/content_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;	
}

.content_text {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-align: justify;
}

.content_text a:link, .content_text a:visited, .content_text a:active {
	color: #333333;
	text-decoration: underline;	
}

.content_text a:hover {
	color: #00529f;
	text-decoration: underline;
}

.content_title {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #00529f;
	line-height: normal;
	font-weight: bold;
	text-align: left;
}

.h_seperator {
	height: 15px;
	background-image: url(../images/h_seperator.gif);
	background-position: left;
	background-repeat: repeat-x;
}

#content_bottom {
	width: 904px;
	height: 20px;
	background-image: url(../images/content_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
/* ---------------------------------------------------------------------------- */


/* --- footer ----------------------------------------------------------------- */
#footer {
	width: 900px;
	height: 40px;
	text-align: left;
}

.footer_text {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
}

.footer_text a:link, .footer_text a:visited, .footer_text a:active {
	color: #FFFFFF;	
	text-decoration: none;	
}

.footer_text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.btmright_text {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	line-height: normal;
	text-align: right;		
}

.btmright_text a:link, .btmright_text a:visited, .btmright_text a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.btmright_text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* ---------------------------------------------------------------------------- */