@charset "utf-8";
body {
	background-color: #0C230D;
}
#wrapper {
	width: 941px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 270px;
}
#content_middle {

}

#logo {
	height: 224px;
	width: 339px;
	float: left;
}
#graphic_background {
	height: 263px;
	width: 581px;
	float: left;
	background-image: url(images/banner_image_shadow.png);
	background-repeat: no-repeat;
}
#nav {
	margin-bottom: 25px;
}
#nav ul {
	display: block;
	list-style-type: none;
	margin: 0px;
}
#nav li {
	float: left;
	height: 41px;
	width: 147px;
	margin-right: 20px;
}
a:link  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 41px;
	width: 147px;
}
a:hover {
	background-image: url(images/nav_rollover.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 147px;
	margin: 0px;
	display: block;
}
#graphic {
	height: 263px;
	width: 581px;
}
#wrapper_top {
	background-image: url(images/wrapper_top.png);
	background-repeat: no-repeat;
	height: 14px;
}
#wrapper_bottom {
	background-image: url(images/wrapper_bottom.png);
	background-repeat: no-repeat;
	height: 14px;
}
#wrapper_mid {
	background-color: #F7F5CB;
	padding-left: 10px;
}
#left_column {
	float: left;
	width: 425px;
	padding-left: 15px;
	padding-right: 10px;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .90em;
	color: #333333;
	letter-spacing: .10em;
}

#right_column {
	float: left;
	width: 450px;
	padding-top: 20px;
}
#footer {
	margin-top: 20px;
	padding-bottom: 10px;
}

#footer  p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	font-size: .80em;
	letter-spacing: .20em;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	letter-spacing: .10em;
}


.clearfloat {
	clear: both;
}
.img_no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
dl {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .10em;
	color: #333333;
	margin: 0px;
}
dt {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.img_float_right {
	float: right;
}

