@charset "UTF-8";
body {
	background-color: #14122A;
}
#container {
	margin: auto;
	width: 928px;
	background-image: url(images/background_repeat.jpg);
}
#content {
	background-image: url(images/background_top.jpg);
	height: 691px;

}
#footer {
	background-image: url(images/background_bottom.jpg);
	height: 43px;
	clear: both;
}
#header {
	height: 98px;
	width: 310px;
	float: right;
	padding-top: 60px;
	padding-right: 100px;
}
#headline {
	height: 100px;
	clear: right;
	padding-top: 85px;
	margin-left: 470px;
}
#nav {
	width: 180px;
	margin-top: 29px;
	float: left;
	margin-left: 89px;
}
#nav img {
	margin-top: 10px;
	text-align: center;
	border: 0px;
}
#content_body {
	width: 560px;
	float: right;
	margin-right: 50px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
}
#container #content #content_body p {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;

}
#spacer {
	height: 5px;
	clear: both;
}
.subheads {
	font-weight: bold;
	font-size: 15px;
	color: #12102B;
}

a:link {
	color: #282655;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #282655;
}
a:hover {
	text-decoration: none;
	color: #14122A;
}
a:active {
	text-decoration: underline;
	color: #282655;
}

.sidepics {
	margin-top: 5px;
	margin-right: 10px;

}


.sidepicsright {
	margin-top: 5px;
	margin-left: 10px;
}.centertable {
	text-align: center;
}

.clearfix:after {
background-color:blue;
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.italichead {
	font-style: italic;
}
.ghead {
	font-size: 13px;
}
.gcomment {
	font-size: 12px;
}
