/* CSS Document */

body {
	background-image:url(../images/homePageBG.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000000;
	color:#000000;
	background-position: center top;
	background-attachment: scroll;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content {
	text-decoration:none;
	text-align:left;
	font-size:12px;
	font-family:Times New Roman, Times, serif;
	color:#340c0c;
}
.content a {
	text-decoration:none;
	text-align:left;
	font-size:12px;
	font-family:Times New Roman, Times, serif;
	color:#1e4519;
}
.content a:hover {
	text-decoration:underline;
	text-align:left;
	font-size:12px;
	font-family:Times New Roman, Times, serif;
	color:#efd29d;
	background:#1e4519;
}
a.link {
	color:#393;
	text-decoration:none;
}

/* wrapper */
#wrapper {
width:994px;
margin:398px auto;
}

#nav {
	width:994px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#homeColumn{
	background-image:url(../images/homepageColumnBG.jpg);
	background-repeat:no-repeat;
	color:#000000;
	background-position:center top;
	padding:10px;
	width:932px;
	height:305px;
	margin: 0 auto;
}
#subColumn{
	background-image:url(../images/contentBGTile.jpg);
	background-repeat:repeat-y;
	color:#000000;
	background-position:center top;
	padding:10px;
	width:932px;
	margin: 0 auto;
}
#subContent {
	width: 800px;
	margin: 0 auto;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	font-family:Times New Roman, Times, serif;
	color:#340c0c;
}
