#header p {
	font-style: italic;
	font-family: Georgia,  Times, serif;
	background-color: #000000;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #330000;
	}
h1{
	font-family: Georgia, "New York", Arial, serif;
	font-size: medium;
	color:#000000;	
	padding-left: 30px;
	margin: 20px;
	text-align:left;
}  
 h2{
	font-family: Georgia, "New York", Arial, serif;
	color:#000000;	
	padding-left: 20px;
	margin: 0px;
	text-align:left;
}

h3{
	font-family: Georgia, "New York", Arial, serif;
	font-size:medium;
	color:#330000;
	padding-left: 20px;
	margin: 0px;
	text-align:left;
}
p{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:11pt;
	padding-left: 20px;
	margin: 10px;
	text-align:middle;
	color:#000000;
}

a {
	font-family: Georgia, Times, Serif;
	font-size: medium;	
	font-weight: bold;
	text-decoration: none;
	padding: 20px;
	
}   

a:link{
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover{
	text-decoration: none;
	color:white;
	background-color: red;
}

a:active {
	color: #FFFFFF;
	background-color: #000000;
}
#banner{
	background: url('banner.jpg') scroll no-repeat top center;
	width: 800px;
	/*position: relative;
	top: -215px;
	margin: 219.5px;
	height: 10px;
	padding: 0px;
	*/
	}
#navigation {
	background-color: #cc0000;
	width: 800px;
	/*
	position: relative;
	top: -440px;
	height: 10px;
	padding: 2;
	margin: 219.5px;
	*/
	}
	
#maindiv {
	font-family: Georgia, Times, Serif;
	font-size: 12px;	
	font-weight: bold;
	color: #ffffff;
	line-height: 2.5em;
	}

#background{
	background: url('Web2.jpg') scroll  top center;
	width: 700px;
	height: 600px;
	/*
	position: relative;
	top: -660px;
	height: 10px;
	padding: 0;
	margin: 219.5px;*/
	}

#footer{
	background: url('footer.jpg') scroll no-repeat top center;
	width: 800px;
	/*position: relative;
	top: -215px;
	margin: 219.5px;
	height: 10px;
	padding: 0px;
	*/
	}	