@charset "utf-8";
/* CSS Document */

BODY {
	font-family: Verdana, Geneva, sans-serif;
}

.container {
	margin: 0 auto;
	width: 900px;
	border: solid;
	border-color: #600;
}

.header {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #600;
	height: 140px;

}

.header_title {
	float: left;
	width: 500px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
}

.header_title a {
	color: #FFF;
	text-decoration: none;
}

.header_insert a {
	color: #FFF;
	text-decoration: none;
}

.header_insert {
	float: left;
	width: 200px;
	margin-left: 130px;
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
}

.body_container {
	clear: both;
	margin: 0px;
}

.left_col {
	float: left;
	width: 200px;
	height: 580px;
	font-size: 12px;
	background-color: #878766;
}

.col_box1 {
	padding: 10px;
	margin-top: 50px;
	text-align: center;
}

.col_box2 {
	padding: 10px;
	margin-top: 80px;
	text-align: left;
}

.content {
	float: left;
	width: 690px;
}

.content_box1 {
	width: 690px;
	height: 189px;
	padding: 10px;
	font-size:16px;
	text-shadow: inherit;
}

.content_box2 {
	text-align: center;
}

.footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 25px;
	line-height: 25px;
}
