/* CSS Document */

body {
	margin: 0 0 0 0;
	background-image: url(assets/columnleft.gif);
	background-repeat: repeat-y;
	background-color: #7f909f;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}

#topframe {
	margin: 0 0 0 0;
	float: left;
	background-image: url(assets/top_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 995px;
	height: 200px;
}

#title {
	margin-left: 160px;
	margin-top: 25px;
}

#hometitle {
	font-size: 75px;
	text-align: center;
}

#hometitle2 {
	font-size: 36px;
	text-align: center;
}

#picleft {
	margin-right: 30px;
}

a {
	text-decoration: none;
	color: #660000;
}

a:hover {
	text-decoration: underline;
	color: #660000;
}

#body {
	float: left;
	width: 995px;
	font-size: 15px;
	background-image: url(assets/bottom_background.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
		/* background-image: url(assets/bottom_background_back.jpg);
		background-repeat:y-repeat; */
	bottom: 0px;	
}

#innerbody {
	background-image: url(assets/bottom_background_back.jpg);
	background-repeat:y-repeat;
	float: left;
	width: 995px;
}

/* #body2 {
	margin: 0 0 0 0;
	float: left;
	width: 995px;
	background-image: url(images/background.gif);
	background-repeat:repeat-y;
} */

#nav {
	margin-top: 45px;
	margin-left:0px;
	float: left;
	width: 186px;
}

#nav2 {
	margin-left:0px;
	float: left;
}

#quicknav {
	position: relative;
	float: right;
	margin-top: 171px;
	margin-right: 0px;

}

#text {
	float: right;
	width: 675px;
	font-size: 16px;
	margin-top: 5px;
	padding-right: 30px;
	text-align: justify;
	color: #ffffff;
}

#leftcolumn {
	float: left;
	width: 250px;
	text-align: left;
}

#rightcolumn {
	float: right;
	width: 280px;
	text-align: left;
}



#footer {
	float:left;
	padding-left: 130px;
	font-size: 12px;
	text-align: center;
	width: 995px;
	color: #000;
}

#footer a {
	text-decoration: none;
	color: #660000;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}