@charset "utf-8";
/* CSS Document */

a img {border: none}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff4cf;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtr #container {
	width: 967px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.logo {
margin-top:10px;
margin-left:38px;
position:absolute;
}

.title {
margin-top:40px;
margin-left:190px;
position:absolute;
}

.nav {
height:160px;
width:500px;
position:absolute;
}

.navbar {
width:250px;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size:16pt;
color:#8c6239;
border:none;
margin-left:370px;
margin-top:102px;
position:absolute;
}

.navbar a{
text-decoration:none;
color:#8c6239;
}

.oneColFixCtr #mainContent {
	margin-top: 137px;
	width: 965px;
	height: 549px;
	background: url(/images/back.png);
	position:absolute;
}

.category {
margin-left:7px;
position:relative;
}

.catContainer {
margin-left:15px;
margin-top:60px;
position:relative;
}

.textbox {
padding: 20px;
padding-top: 0px;
margin-top:30px;
margin-left:25px;
background:url(/images/back_text.png);
height: 450px;
width: 370px;
position:absolute;
z-index:500;
}

.textbox a{
text-decoration:none;
color:#8C6239;
padding:3px;
border:1px dashed #000000;
font-size:18px;
}

.location {
width:350px;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size:30pt;
color:#8c6239;
border:none;
margin-left:310px;
margin-top:4px;
text-align:center;
position:absolute;
}

.footer {
width:380px;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size:12pt;
color:#8c6239;
border:none;
margin-left:292px;
margin-top:690px;
text-align:center;
position:absolute;
}

#flashcontent {
margin-left: 460px;
margin-top: 30px;
height: 480px;
width: 480px;
}
	
.flashgallery {
margin-top:2px;
height:400;
width:400;
text-align:center;
position:absolute;
}