

body{
	margin: 0px;
	/*margin-left:250px;*/
	padding: 0px;
	/*background-color:black;*/
	background-image: url(../images/bg.jpg);
	/*background-repeat:no-repeat;*/
	background-repeat:repeat;
	background-position:left top;
	background-attachment:fixed;
	/*overflow:scroll;*/
	font-color: white;
	font-family:arial, helvetica, sans-serif;
}

a:link { color:#B8BCC3;}
a:visited { color:#B8BCC3;}
a:active { color:#B8BCC3;}
a:hover { color:white;}

#maincontainer {
	margin-top: 0px;
	margin: auto;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:12px;
	width: 1000px;
	text-align: center;
	/*background-color:gray;*/
	color: white;
}

.masthead {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left:125px;
	text-align: center;
	/*background-color:#44535D;*/
	color: black;
	/*border: ridge;*/
}

.content {
	padding-top:5px;
	padding-bottom:6px;
	padding-left:125px;
	padding-right:5px;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: center;
	/*background-color: blue;*/
	color: white;
}

#leftnav {
	float:left;
	width: 125px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:1px;
	padding-right:1px;
	margin-right: 1px;
	text-align: center;
	/*background-image: url(../images/bg.jpg);*/
	/*background-color:white;*/
	position: fixed;
	font-style: none;
	font-weight: none;
	font-color: black;
	text-size: small;
	/*border: ridge;*/
}

#rightnav {
	float:right;
	width: 125px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:1px;
	padding-right:1px;
	margin-right: 1px;
	text-align: center;
	/*background-color:black;*/
	/*font-style: italic;*/
	/*font-weight: bold;*/
	font-color: black;
	text-size: small;
	/*border: ridge;*/
}

#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding:0px 2px 0px 2px;
	background-color: black;
	text-size: small;
	text-style: italic;
	text-align: center;
}


h1 {
	font-size: x-large;
	/*font-style: italic;*/
	color: #EE8E28;
}

h2 {
	font-size: large;
	/*font-style: italic;*/
	color: #770909;
}

h5 {
	/*font-size: x-large;*/
	/*font-style: italic;*/
	color: black;
}

h6 {
	/*font-size: x-large;*/
	/*font-style: italic;*/
	color: black;
}

p.about{
	font-size: medium;
	font-style: italic;
	font-color: #EE8E28;
	text-align: center;
}

img{	
	border: none;

}



















