body, a, img, form, div, ul, li, h1, h2, h3, h4, h5, table, tr, td, p, span {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	background: white;
	margin: 0px;
	color: #5f5f5f;
}

a { color: black; text-decoration: none; }
a:hover { text-decoration: underline; }



.center { width: 960px; margin: 0 auto 0 auto; }
.top { width: 100%; background-image: url('../img/top_bg.jpg'); background-repeat: repeat-x; }
.top2 { height: 338px; background-image: url('../img/top.jpg'); background-repeat: no-repeat; }
.top2 h1 { color: #37481d; font-weight: bold; font-size: 25px; position: absolute; margin: 35px 0 0 80px; }

.top2 .menu_top { font-size: 15px; font-weight: bold; position: absolute; list-style-type: none; margin: 48px 0 0 480px; }
.top2 .menu_top a { text-decoration: none; color: #38659d; }
.top2 .menu_top a:hover { color: #ae3901; }
.top2 .menu_top li { display: inline; margin-left: 30px; }

.top2 .menu_bottom { position: absolute; list-style-type: none; margin: 313px 0 0 480px; }
.top2 .menu_bottom a { text-decoration: none; color: #5f5f5f; }
.top2 .menu_bottom a:hover { text-decoration: underline; }
.top2 .menu_bottom li { display: inline; margin-left: 30px; }

.top2 .white { font-weight: bold; font-size: 18px; color: white; width: 430px; position: absolute; margin: 140px 0 0 480px; }

.main { background-color: #eeeeee; width: 100%;  }
.main .left { float: left; width: 230px; display: inline; }
.main .left ul { margin: 20px 0 20px 0; width: 210px; list-style-type: none; }
.main .left li { text-align: right; padding: 3px 0 3px 0; }
.main .left a:hover { font-weight: bold; text-decoration:none; }


.main .right { float: left; width: 720px; margin-left: 10px; display: inline; }
.main .right .top3 { width: 213px; height: 47px; background-image: url('../img/top2.jpg'); }
.main .right h1 { font-size: 15px; font-weight: bold; color: black; margin: 10px; }
.main .right p { background-color: #d4d4d4; padding: 15px; margin-bottom: 20px; }

.footer { height: 58px; background-image: url('../img/footer.jpg'); background-repeat: repeat-x; padding: 16px 0 0 50px; font-size: 11px; }
.clear { clear: both; }



