body {
	margin: 0px;
	font-size: 11px;
	line-height: 20px;
	font-family: Serif, Times New Roman;
	background-color: #dddddd;
}

a {
	color: #0B6D5E;
	text-decoration: none;
}

a img {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	padding: 0px;
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	background-color: #818181;
	font-weight: normal;
	color: #fff;
	margin: 10px 0;
	height: 21px;
}

h1 span {
	background: #616161;
	padding: 0px 10px 0px 0px;
}

p {
	
}

#wrapper {
	width: 970px;
	margin: auto;
	background-color: white;
}

#header {
	background: url(images/style/head.png) repeat-x white;
	clear: both;
	width: 100%;
	height: 140px;
}

#logo {
	position: absolute;
	margin: auto;
	text-align: center;
	width: 95%;
	margin-top: 80px;
	font-size: 23px;
}

#content {
	width: 100%;
	background-color: white;
}

#sidebar {
	float: left;
	width: 200px;
	background-color: white;
	padding: 10px 10px 20px 10px;
	height: auto;
}

#main_content {
	width: 720px;
	bottom: 0px;
	float: right;
	background-color: #ffffff;
	color: #000;
	padding: 10px;
	padding-top: 10px;
}

#text_body {
	padding: 0px;
}

#footer {
	height: 140px;
	clear: both;
	background: white;
}

#foot_text {
	padding-top: 5px;
	padding-left: 50px;
	margin: 0px 0px 0px 0px;
	clear: both;
	background: #0B6D5E;
	color: #ffffff;
	font-size: 10px;
	line-height: 13px;
}

#left_footer {
	float: left;
	padding: 10px 0 0 10px;
	color: #000;
	font-size: 12px;
}

#left_footer a {
	color: #000;
}

#left_footer a:hover {
	text-decoration: none;
}

#right_footer {
	float: right;
	padding: 10px 10px 0 0;
	color: #000;
	font-size: 12px;
	text-align: right;
}

#right_footer a {
	color: #000;
}

#right_footer a:hover {
	text-decoration: none;
}
