@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
	background-image:url(images/backgroundfiller.jpg);
	background-repeat:repeat-x;
	}
	
#holder {
	position:relative;
	width:1100px;
	height:1000px;
	margin:auto;
	padding:auto;
	background-image:url(images/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
	
#banner {
	position:absolute;
	top:5px;
	left:125px;
	width:850px;
	height:200px;
	}
	
#welcome {	
	position:absolute;
	background-image:url(images/homebackground.jpg);
	background-repeat:no-repeat;
	top:210px;
	left:125px;
	height:244px;
	width:850px;
}

#secondary {	
	position:absolute;
	background-image:url(images/secondarybackground.jpg);
	background-repeat:no-repeat;
	top:210px;
	left:125px;
	height:244px;
	width:850px;
}

#nav {
	position:absolute;
	top:210px;
	left:125px;
	width:255px;
	height:200px;
	padding-top:40px;
	}
	
#welcomemessage {
	padding:25px;
	position:absolute;
	top:211px;
	left:410px;
	width:500px;
	height:165px;
	padding-top:50px;
	}
	
#secondarytext {
	padding:25px;
	position:absolute;
	top:211px;
	left:410px;
	width:500px;
	height:800px;
	padding-top:10px;
	}

#main {
	padding-left:25px;
	position:absolute;
	top:475px;
	left:410px;
	width:500px;
	height:400px;
	}

#contact {
	position:absolute;
	top:475px;
	left:125px;
	width:235px;
	height:200px;
	padding-left:40px;
	}
	
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333333;
	letter-spacing:.04em;
	}

.p1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#fff;
	letter-spacing:.04em;
	}
	
.p2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#333333;
	letter-spacing:.04em;
	}
.p2 a:link, .p2 a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#660000;
	letter-spacing:.04em;
	}
.p2 a:hover {
	color:#333333;
	}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#660000;
	font-size:18px;
	text-decoration:none;
	}
h1 a:link, h1 a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#660000;
	font-size:18px;
	text-decoration:none;
	}
h1 a:hover {
	color:#333333;
	text-decoration:underline;
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#660000;
	}

ul li {
	list-style:none;
	color:#660000;
}

ul li a:link, ul li a:visited {
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#660000;
	text-decoration:none;
	line-height:30px;
	}

ul li a:hover {
	text-decoration:underline;
	color:#333333;
	}

hr {
	color:#333333;
	width:100%;
	}

#footer {
	position:absolute;
	text-align:center;
	top:875px;
	left:125px;
	width:850px;
	height:79px;
	}
	
.footertext, .footertext a:link, .footertext a:visited  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	text-align:center;
	}
