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

div#centeringwrap {
	width: 774px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/navimage.gif);
	background-repeat: repeat-y;
	background-color: #334d71;
	}
	
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
div#header {
	width: 774px;
	height: 265px;
	} 
	
div#header2 {
	width: 773px;
	height: 151px;
	}
	
div#navigation {
	width: 214px;
	float: left;
	background-color: #334d71;
	background-repeat:repeat;
	}

div#navigation ul {	
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 1em;
	list-style-type: none;
	margin-right: 30px;
	margin-top: 30px;
	}

div#navigation li {	
	margin-bottom:20px;
	}

div#navigation li a {
	color: #ffffff;
	text-decoration: none;
	}

div#navigation li a:hover {
	color: #000000;
	}

div#main {
	width: 560px;
	float: left;
	background-image:url(Images/contactfooter.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	background-attachment:scroll;
	background-color: #6089a5;
	padding-bottom: 25px;
	}
	
div#main ul {	
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style-type: none;
	margin-right: 30px;
	margin-top: 30px;
	
	}

div#main li a {
	text-decoration: none;
	}

/* settings for photo gallery*/
div#photos {
	width: 400px;
	}
div#photobuttons {
	width: 500px;
	margin-top: 6px;
	}

div#photobuttons img {
	margin: 6px 6px 6px 6px;
	}

h1 {
	font-size: 1.5em;
	color:#000000;
	text-transform:uppercase;
	text-align:center;
	margin-left:20px;
	text-decoration: none;
	}

h2 {
	font-size: 1.3em;
	color:#000000;
	text-align:center;
	margin-left:20px;
	}
	
h3 {
	font-size: 1em;
	color:#000000;
	text-align:center;
	}

p {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#000000;
	text-align:left;
	margin-left: 50px;
	margin-bottom: none;
	}
