@charset "UTF-8";
/* CSS Document */

body {
	background-color: #8e7f53;
	text-align: center;
	margin: 0px;
}
#main_container {
	height: 600px;
	width: 900px;
	margin-top: -300px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#left {
	float: left;
	height: 600px;
	width: 300px;
	position: relative;
}
#right_top {
	height: 100px;
	width: 600px;
	position: relative;
	float: left;
}
#content {
	height: 490px;
	width: 580px;
	overflow: auto;
	position: relative;
	background-attachment: scroll;
	background-image: url(images/web_05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	padding: 10px;
}
#content a:link {
	color: #000000;
	text-decoration: underline;
}
#content a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #00A3E6;
}
#inset_links {
	float: left;
	height: auto;
	width: 160px;
	padding-right: 0px;
	padding-bottom: 10px;
	position: relative;
}
#footer {
	clear: both;
	height: auto;
	width: 900px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: left;
}
#footer a:link {
	color: #000000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #00A3E4;
}

