body{
	text-align:center;
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(images/bg.jpg);
}

#container{
	width: 80%;
	text-align:center;
	clear: both;
	float: right;
}

#header{
	background: #000000;
	text-align: center;
	height: auto;
	float: left;
	font-family: "letter gothic std";
	color: #FFF;
	padding: 5px;
	width: 80%;
}
#nav{
	text-align: center;
	background: #000000;
	height: auto;
	color: #066;
	width: 80%;
	font-family: "letter gothic std";
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 80px;

}
#col2{
	text-align: left;
	width: 80%;
	height: auto;
	color: #999;
	background-color: #000000;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 80px;

}

#footer{
	background: #000000;
	text-align: center;
	height: auto;
	float: left;
	font-family: "letter gothic std";
	color: #FFF;
	width: 80%;
	padding-top: 200px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
	}

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

a:hover{
	color: #999;
}

p { 
	text-indent: 20px; 
}


.headings {
	font-family: "Letter Gothic Std";
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}
