body {
	font-size: 11px;
	background-color: #fff;
	color: #3e3d40;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: url(../../layout/background.jpg) repeat-x;
	/*overflow: hidden;*/
}

div#container {
	margin: 0 auto;
	width: 1030px;
	text-align: left;
	position: relative;
}

div#logo {
	float: left;
	width: 835px;
	height: 127px;
	margin-left: 6px;
}

div#navi_menu {
	color: #001f57;
	font-size: 12px;
	padding-top: 10px;
}

div#navi_menu a{
	color: #001f57;
	text-decoration: none;
	margin: 5px;
}

div#navi_menu a:hover, div#navi_menu a.navi_menu_act {
	text-decoration: underline;
}

div#navi_menu ul, div#navi_menu li, div#main_menu ul, div#main_menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

div#main_menu {
	clear: both;
	margin-left: 15px;
	text-transform: uppercase;
	border-left: solid 1px #cf9f15;
	height: 40px;
	font-size: 12px;
}

div#main_menu a {
	display: block;
	float: left;
	color: #00396d;
	border-top: solid 1px #d9b244;
	border-left: solid 1px #fce67c;
	border-right: solid 1px #cf9f15;
	border-bottom: solid 1px #cf9f15;
	padding: 12px 25px;
	text-decoration: none;
}

div#main_menu a:hover, div#main_menu a.main_menu_act {
	color: #fff;
	border: solid 1px #001a47;
	background: url(../../layout/main_menu_btn_over.jpg);
}

div#header_bg{
	width: 2100px;
	height: 361px;
	position: absolute; left: -535px;
	background: url(../../layout/home/header_bg.jpg);
}

div#header{
	width: 1000px;
	height: 361px;
	overflow: hidden;
	margin-left: 15px;
	color: #fff;
	position: relative;
}

div#header #p_first {
	margin-top: 80px;
	margin-left: 380px;
	margin-bottom: 0;
	font-size: 24px;
	color: #fff;	
}

div#header #p_second {
	margin-top: 10px;
	margin-left: 380px;
	margin-bottom: 0;
	font-size: 18px;
	color: #7a8eaf;	
}

div#header #p_third {
	margin-top: 10px;
	margin-left: 380px;
	font-size: 14px;
	color: #3c5a8c;	
}


div#content {
	background: url(../../layout/home/content_bg.jpg) no-repeat;
	height: 340px;
	position: relative;
}
	
div#content_left{
	width: 195px;
	height: 290px;
	position: absolute; left: 30px; top: 33px;
	overflow: hidden;
} 

div#content_left p {
	line-height: 20px;
}

div#content_top {
	float: left; 
	width: 725px;
	height: 73px;
	position: absolute; top: -100px; left: 280px;
	overflow: hidden;
	z-index: 3;
}

div#content_box1_text{
	width: 195px;
	height: 152px;
	position: absolute; left: 285px; top: 33px;
	overflow: hidden;
}

div#content_box1_text p {
	line-height: 20px;
}


div#content_box1_image{
	width: 225px;
	height: 143px;
	position: absolute; left: 273px; top: 184px;
	overflow: hidden;
}

div#content_box2_text{
	width: 195px;
	height: 152px;
	position: absolute; left: 544px; top: 33px;
	overflow: hidden;
}

div#content_box2_text p {
	line-height: 20px;
}

div#content_box2_image{
	width: 225px;
	height: 143px;
	position: absolute; left: 532px; top: 184px;
	overflow: hidden;
}

div#content_box3_text{
	width: 195px;
	height: 152px;
	position: absolute; left: 802px; top: 33px;
	overflow: hidden;
}
div#content_box3_text p {
	line-height: 20px;
}

div#content_box3_image{
	width: 225px;
	height: 143px;
	position: absolute; left: 790px; top: 184px;
	overflow: hidden;
}

div#footer {
	clear: both;
	height: 111px;
	background: url(../../layout/home/footer_bg.jpg) no-repeat;
	padding: 23px 0 0 30px;
}



div#footer table {
	font-size: 10px;
	color: #fff;
}

div#footer table th {
	text-align: left;
}

div#footer a{
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}

div#googler {
	clear: both;
	padding: 30px;
	background: url(../../layout/googler_bg.jpg);
}

h1, h2, h3, h4, h5, h6 {
        font-size: 14px;
        color: #00396d;
        margin: 0;
        padding: 0;
}

div#content_left h1, div#content_left h2, div#content_left h3, div#content_left h4, div#content_left h5, div#content_left h6 {
        font-size: 14px;
        color: #fff;
        margin: 0;
        padding: 0;
}

p {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}


