/* CSS Document */
/* 
green BFEF7F
blue 006699
orange cf5627
*/

body {
	margin: 0 auto;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	background-color:#BFEF7F;
	font-family:Arial, Helvetica, sans-serif;
	}

div#pagewrap {
	width: 800px;
	margin: 0 auto;
	}
	
div#header {
	height: 150px;
	background-color:#cf5627;
	.background-image:url(images/logo.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font:Arial;
	overflow:hidden;
	}
	
	div#nav {
		margin-top:91px;
		width: 400px;
		height:41px;
		.background-image:url(images/navback.png);
		list-style: none;
		overflow:hidden;
		}

div#blue {
	height:280px;
	background-color:#006699;
	background-image:url(images/BlueBack.png);
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	}
	
	div#blue p {
		padding-top:30px;
		padding-left:400px;
		font-size:45px;
		color:#FFFFFF;
		text-transform:lowercase;
		font-family:"Century Gothic";
		}
		
div#body {
	background-color:#FFFFFF;
	margin-top:0;
	overflow:hidden;
	}
	
div#footer {
	background-color:#cf5627;
	padding: 5px;
	color:#FFFFFF;}
	
	div#footer a {
		color:#FFFFFF;}
	#footer ul {
		float:left;
		list-style:none;
		margin:0 0 5px 0;
		padding:0;}
	#footer li {
		float:left;
		list-style:none;}
	#footer li a {
		display:block;
		width:155px;
		float:left;
		text-align:center;
		text-transform:uppercase;
	}
		
h1 {
	color:#999999;
	border-bottom-color:#006699;
	border-bottom-style:solid;
	font-size:14px;
	padding-bottom:0;
	}
	
h2 {
	color:#FF6600;
	border-bottom-color:#006699;
	border-bottom-style:solid;
	border-bottom-style:double;
	font-size:30px;
	padding-bottom:0px;
	text-transform:capitalize;
	}
	
h3 {color:#006699;}	

.style1 {color: #CF5627}


a:link {
	color: #cf5627;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CF5627;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#facebook{float:right;}
