@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	background-image:url(../images/wood_pattern.jpg);
	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: #8B5E3C;
}
.oneColFixCtr #container {
	width: 743px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align:justify;
	/*text-align: left;  this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#menu {
	position:relative;
	top:0px;
	left:0px;
	width:260px;
	height:330px;
	/*float:left;*/
}

#menu ul {
	list-style:none;
	padding-left:0px;
}  

#menu li  {
	width: 253px;
	height: 30px;
	background-image:url(../images/nav_back.jpg);
	background-repeat:no-repeat;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-left: 8px;
	
}

#menu a {
	color:#8B5E3C;
	text-decoration:none;
} 

#menu a:hover {
	text-decoration:none;
	color:#000;
}

#gallery {
	padding:10px;
	margin-right:10px;
	margin-top:10px;
	background-color:#FFF;
	float:right;
	top:300px;
	width:361px;
	height:285px;
}

#mainContent {
	margin-left:10px;
	width:710px;
	float:left;
	background-color:#FCF9CE;
}

#mainContent img  {
	border: 2px solid #B36B00;
	margin: 10px;
}

#title {
	margin-top:20px;
	height:60px;
	padding-left:20px;
	padding-top:1px;
	background-image:url(../images/title_back.jpg);
	background-repeat:no-repeat;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:20px;
}

p ul body {
	font-size:12px;
	line-height:20px;
}

a {
	color:#8B5E3C;
}

a:hover {
	color:#8B5E3C;
}

#footer {
	background-color:#8B5E3C;
	color:#FCF9CE;
	font-size:10px;
	padding-bottom:10px;
}

#footer a {
	color:#FCF9CE;
	text-decoration:none;
} 

#footer a:hover {
	color:#FFF;
}

.normalPadding {
	padding-left: 20px;
	padding-right:20px;
}

.noPadding {	
	margin: 0px;
	padding: 0px;
}

.titleimage {
	border: 0px;
}