body {
	background:  #695645 url('/assets/images/bg.jpg') top repeat-x;
}

#menu {
	background: url('/assets/images/menu.png') top center no-repeat;
}

#menu_logo {
	height: 100px;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	background: url(/assets/images/logo_bg.png) no-repeat;
}

#menu_link {
	height: 35px;
	margin: 30px 0 0 10px;
}

#menu_link li {
	display: inline;
	list-style-type: none;
	padding-right: 14px;
}


#menu_link a:hover {
	border-bottom: 1px solid #FCD718;
}

#slideshow {
	margin:0 auto;
    height:400px;
	width: 900px;
	text-align:center;
}

#slideshow IMG {
	text-align: center;
	visibility:none;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


#content {
	background: url('/assets/images/main.png') top center repeat-y;
	font-family: Helvetica, Arial, sans-serif;
}

#sidebar {
	padding: 20px 0 20px 40px;
	font-family: Helvetica, Arial, sans-serif;
}

.module {
	border: solid 1px #CCCCCC;
	width: 290px;
	margin-top: 10px;
}

.box_content {
	padding: 20px;
}

#main {
	padding: 20px 40px 0px 0;
	margin-bottom: 10px;
}

.main_box {
	width: 270px;
	float: left;
}

#footer {
	background: url('/assets/images/footer.png') top center no-repeat;
}

#footer_content {
	padding: 20px 10px;
}

#gallery1 ul, #gallery2 ul { list-style: none; }
#gallery1 ul li, #gallery2 ul li { display: inline;}
#gallery1 ul img, #gallery2 ul img {
		border: 5px solid #2f221d;
		border-width: 5px 5px 20px;
	}
#gallery1 ul a:hover img; #gallery2 ul a:hover img {
		border: 5px solid #2a1e1a;
		border-width: 5px 5px 20px;
		color: #2a1e1a;
	}
#gallery1 ul a:hover, #gallery2 ul a:hover { color: #2a1e1a; }

h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fcd718;
	text-transform:none;
}
p{
	font-family:Tahoma, Arial, Geneva, sans-serif;
	margin:0 0 12px 0;
	line-height:21px;
}
.pod{
	margin:20px 0 0 5px;
}
.theme-color-yellow, a.theme-color-yellow:visited{
	color:#fcd718;
	font-size: inherit;
}

.imgBorder{
	border:1px solid #C5A087;
	padding:2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.imgMiddle{
	vertical-align:middle;
}
#slideshow img{
	visibility:hidden;
}
a.more-link{
	color:#fcd718;
}
.more-info{
	display:none;
}
.small-font{
	font-size:11px;
}
