@charset "utf-8";
/* CSS Document */

#container {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	text-align: left;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	background-image: url(../assets/images/blocks.jpg);
	background-position: 0px 725px;
	background-repeat: no-repeat;
}
#header {
	height: 125px;
	width: 920px;
	background-image: url(../assets/images/header.jpg);
}
#left_nav {
	float: left;
	width: 200px;
	height: 700px;
}
#footer {
	height: 60px;
	width: 920px;
	background-image: url(../assets/images/footer.jpg);
	clear: both;
	background-color: #FFF;
	background-position: bottom;
	background-repeat: no-repeat;
}
#body {
	float: right;
	width: 720px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#text_left {
	float: left;
	width: 240px;
}
A:link {
	text-decoration: none;
	color: #62a335;
}
A:visited {
	text-decoration: none;
	color: #999;
}
#text_right {
	float: right;
	width: 240px;
}
#text_middle {
	float: left;
	width: 240px;
}

A:active {text-decoration: none}
A:hover {text-decoration: none}
h6 {
	font-size: 10px;
	color: #999;
}
h5 {
	font-family: 'Sorts Mill Goudy', Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #445660;
	text-align: left;
	vertical-align: top;
	margin: 0px;
}
