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

body {
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	background: #cc490d url(images/waves-bg.gif) no-repeat fixed bottom left;*/
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5c090e;
}
#container {
	position:relative;
	width: 100%;
	padding:0;
	margin:0; 
	background:url(images/logo-header.jpg) fixed no-repeat top left;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContentHome {
	padding: 30px 420px 40px 50px; 
	margin: 0;
	background:#f0eee9 url(images/front.jpg) fixed no-repeat right top;
	height: 200px;
}

#mainContentPhotos {
	padding: 30px 420px 40px 50px; 
	margin: 0;
	background:#f0eee9 url(images/photo-montage.jpg) no-repeat right top;
	height: 860px;
}

#mainContentMenu {
	padding: 30px 320px 40px 50px; 
	margin: 0;
	background:#f0eee9 url(images/table-shots.jpg) no-repeat right top;
	height: 1390px;
}

#mainContentLinks {
	padding: 30px 420px 40px 50px; 
	margin: 0;
	background:#f0eee9 url(images/bowmans.jpg) fixed no-repeat right top;
	height: 286px;
}


h1 {
	width:100%;
	height:92px;
	background: url(/images/logo-header.jpg) no-repeat;
	margin: 0;
	padding:0;
}

#header {
	margin:0;
	padding:0;
	background:#ca460d;
}

#nav {
	background: url(images/navbg.gif) repeat-x;
	margin:0;
	padding:0;
	width:100%;
	height:41px;
}

#nav li, .selected {
	list-style:none;
	display:inline;
	width: 76px;
	height: 41px;
	padding:0;
	margin:0;
}

#logo {
	padding:5px 0 0 20px;
	margin:0;
	width:209px;
	height:84px;
}

.selected {
	background: #f1eee7;
}

a {
	color: #76a8b4;
}

h2 {
	color: #592C1C;
	font-family: georgia, arial, helvetica;
	font-size: 1.3em;
}


h3 {
	font-family: georgia, arial, helvetica;
	font-size: .9em;
	letter-spacing: .03cm;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 8px;
}

#mainContentMenu p {
	font-family: georgia, arial, helvetica;
	font-size: .9em;
}

#footer {
	padding: 20px 420px 10px 50px;
	color: #f0eee9;	

}

