@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	min-width:1024px;
}

body {
	min-width:1024px;
	background-color:#b79674;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#564C4D;
}

a {
	color:#564C4D;
}

#main {
	margin:0 auto;
	width:1024px;
	background-attachment:fixed;
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#F3ECDE;
}

#main #header {
	margin:0 auto;
	height:124px;
	width:790;
	text-align:center;
}

#main #nav {
	margin:0 auto;
	height:45px;
	width:790px;
}

#nav img {
	border:none;
}

#main #mainpic {
	width:750px;
	height:300px;
	margin:0 auto;
}

#main #content {
	margin:0 auto;
	width:750px;
	min-height:200px;
	padding-bottom:15px;
}

#content h1{
	font-family:Georgia,"Times New Roman",Times, Garamond, serif;
	font-size:17px;
	margin-top:15px;
	color:#564C4D;
	text-transform:senten;
	font-style:italic;
}

#content h2 {
	font-family:Georgia,"Times New Roman",Times, Garamond, serif;
	font-size:17px;
	margin-top:15px;
	color:#0397B5;
	text-transform:senten;
	font-style:italic;
}


#main #bottomNav {
	margin:0 auto;
	border-top:3px solid #C8C896;
	border-bottom:3px solid #C8C896;
	padding-top:5px;
	height:23px;
	width:750px;
	text-align:center;
}

#bottomNav, #bottomNav a {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#main #footer {
	margin:0 auto;
	height:67px;
	width:750px;
	text-align:center;
	padding-top:10px;
}

#footer img {
	border:none;
}