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

* {
	margin: 0;
	padding: 0;
}
body, html {
	background: #eff1f6 url(images/bkgrnd.jpg) repeat-x;
	color: #6f7a88;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}
p {
	margin: 8px 0;
}
a {
	color: #475260;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0 0 10px 0;
}
.clear {
	clear: both;
}
#top_section {
	height: 245px;
}
#header {
	width: 900px;
	height: 245px;
	margin: 0 auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#mid_section {
	background: #ffffff;
}
#left_col {
	width: 200px;
	float: left;
}
#content_wrap {
	width: 900px;
	margin: 0 auto;
}
#content {
	width: 700px;
	margin: 0 auto;
	padding: 0 0 25px 0;
	float: right;
}
#footer {
	padding: 15px 0;
	background: url(images/footer.jpg) repeat-x;
	color: #a1aebf;
}
#footer a {
	color: #8794a5;
}


