/* CSS Document */

body {
	background-image: url(../site%20files/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 1000px;
	position: relative;
	vertical-align: baseline;
}

#container{
	
	
}

h1
{
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Arial";
}
h2 {
	text-shadow: 3px 3px 3px #000000;
	color: #FFFFFF;
	font-family: "Arial";
	font-size: 12pt;
	font-weight: lighter;
	font-style: normal;
}

h3 {
	font-size: large;
	font-family: "Arial";
}
h4 {
	font-size: 12px;
	font-family: "Arial";
	}

h5 {
	font-size: 10px;
	font-family: "Arial";
	font-weight:lighter;
	}
h6 {
	text-shadow: 3px 3px 3px #000000;
	color: #FFFFFF;
	font-family: "Arial";
	font-size: 16pt;
	font-weight: lighter;
	font-style: normal;
	
	
		
	
}

.section1
{
	width:450px;
	height:auto;
	float:left;
	text-align:center;
	padding-top:30px;
	padding-left:5px;
	padding-right:5px;
	border-radius:25px;
	line-height: 15px;
	
}


.section2
{
	width: 450px;
	height: auto;
	float: right;
	text-align: center;
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 25px;
	line-height: 15px;	

}

.section3
{
	width: 1000px;
	height: auto;
	text-align: center;
	padding-top: 30px;
	Padding-bottom: 50px;
	position:inherit;
	clear: both;
	line-height: 10px;
	
}
	

#footer
{
	height:75px;
	width: 1000;
	background-color:gray;
	position:inherit;
	clear: both;
	text-align: center;
	padding-top: 5px;
}
	
	#navigation {
		font-size:0px;
		
		
	}
