@charset "utf-8";
html {
	overflow-y: scroll;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	background-image: url(../images/home.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #999;
	background-attachment: fixed;
}


#container {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
} 
#spacer {
	width: 250px;
	float: left;
	height: 200px;
}


#nav {
	width: 150px;
	margin-top: 50px;
	float: left;
}
#nav ul {
	width: 150px;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
#nav a {
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	font-family: "Arial Black";
	font-size: 12px;
	text-align: right;
	margin: 0px;
	color: #333;
}
#nav a:hover {
	color: #FFF;

}
#nav a.on {
	color: #000;

}



#mainContent {
	width: 500px;
	float: left;
} 
#mainContent img {
	padding: 5px;
	border: 1px dashed #CC3433;
}
#mainContent     img.top {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contentbottom {
	float: left;
	margin-top: 0px;

}
h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 22px;
	text-transform: uppercase;
	color: #900;
	margin-left: 40px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 50px;
	font-family: "Arial Black";
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	margin-left: 40px;
	margin-right: 50px;
	font-family: "Arial Black";
}




p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	line-height: 1.5em;
	width: 410px;
	padding-left: 40px;
}

