body {
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #555E4F;
	background-color: #401000;
	background-image: url(images/background.png);
	background-repeat: repeat;
}

h1, h3, h4, h5 {
	margin: 0;
}


#header {
	width: 820px;
	margin: 0 auto; 
	background-image:url(images/top_bg.png); 
	background-position:top; 
	background-repeat:no-repeat;

	
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}


#menu {
	width: 800px;
	height:32px;
	margin: 0 auto;
	padding: 0 10px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 22px;
	margin: 0 1px 0 0;
	padding: 10px 10px 0 10px;
	border: none;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #ffff00;
}

#menu .current_page_item a {
	background: url(images/img02.gif) repeat-x;
	color: #cccccc;
}



#content {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	border: 10px solid #FFFFFF;
	border-top: none;
	background: #E9EAE2;
}

#content a {
	text-decoration: none;
	font-size: 13px;
	color: #000;
}

#content a:hover {
	color: #663322;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 760px;
	padding: 0 20px 0 20px;
}

#content h1 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #663322;
}
.menuHeading {
	color: #663322;
	font-size: 18px;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
}
#content h2 {
	margin-bottom: 5px;
	font-size: 15px;
	letter-spacing: -1px;
	color: #663322;
}

#content h3 {
	margin-bottom: 2px;
	font-size: 13px;
	color: #000;
}
.thumbs {
	position:relative;
	padding-bottom:5px;
	border-bottom:1px dashed #631e19;
	background:none;
	}
.thumbs img{
	position:relative;
	padding:1px;
	margin:5px 5px 5px 5px;
	border:2px solid #631e19;
	background:none;
	}
.thumbs img:hover{
	border:2px solid #c5c5c5; 
	background:none;
	}
#footer {
    background-image:url(images/background_footer.png); 
	background-position:top; 
	background-repeat:no-repeat;
	width: 820px;
	margin: 0 auto;
	padding-top: 5px; 
	color:#FFFFFF;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}
