.br { border: 1px solid maroon; }
.bg { background: gray; }
.hide { display: none; }

* {	margin: 0; padding: 0; outline: none; }

body {
	background: #DAD3B0;
	/*
	background: #F4EFDB url('../imgs/bg.jpg') repeat;
	*/
	font: 9pt verdana;
	color: #46422E;
}

a, a:link { color: #DD513E; text-decoration: underline; }
a:hover { text-decoration: none; }
img { border: 0 none; }
p {	margin: 2em 0; }
table p { margin: 0; }
li { margin-left: 1.2em; list-style-position: inherit; }
.clear { clear: both; }
.rel { position: relative; }
.abs { position: absolute; }
table { border-collapse: collapse; }

table, table tbody, table tbody tr, table tbody td { border-color: #CC6633; }

.wrap {
	margin: 0 auto;
	width: 940px;
	height: 100% auto;
}

.menus {
	width: 234px;
	background: #e0d5ba;
	margin-top: 5px;
	text-align: center;
	padding: 5px 0;
}

.menus a, .menus a:link {
	color: black;
}

.menus a:hover {
	color: #DD513E;
}

#header {
	display: block;
	width: auto;
}

#headertopline {
	display: block;
	background: #282919;
	width: auto;
	height: 27px;
}

#headerline {
	display: block;
	background: url('../imgs/headerbg.jpg') repeat-x;
	width: auto;
	height: 123px;
	border-bottom: 3px solid #C12502;
}

#headerbotline {
	z-index: -10;
	background: #DCD4A6;
	width: auto;
	height: 25px;
}

#title {
	margin: 15px;
	font: italic 17px times;
	color: #D17B5E;
}

#languages {
	margin: 2em;
	color: #FFFFFF;
}

#languages img {
	width: 16px;
	height: 11px;
}

#languages a, #languages a:link {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}

#languages a:hover {
	text-decoration: underline;
}

#menucontainer {
	margin-top: 5px;
	height: 38px;
}

#menuleft {
	display: block;
	background: url('../imgs/menu_left.jpg') no-repeat;
	width: 16px;
	height: 38px;
	float: left;
}

#menumid {
	list-style: none;
}

#menumid li {
	position: relative;
	padding: 10px 5px 0 5px;
	background: url('../imgs/menu_mid.jpg') repeat-x;
	height: 28px;
	color: #D4AB62;
	float: left;
	margin-left: 1px;
}

#menumid li a, #menumid li a:link {
	color: #D4AB62;
	text-decoration: none;
	text-align: center;
}

#menumid li a:hover, #menumid li a.selected {
	color: #DAC5A2;
}

#menumid li ul {
	position: absolute;
	display: none;
	background: #DCD4A6;
	list-style: none;
	top: 39px;
	left: 0;
	border: 2px solid #C12502;
	border-top: none;
	z-index: 999;
}

#menumid li ul li {
	margin-left: 0;
	padding: 3px 5px;
	background: none;
	width: 180px;
	height: auto;
	float: none;
}

#menumid li ul li a, #menumid li ul li a:link {
	color: #820000;
}

#menumid li ul li a:hover {
	color: #282919;
}

#menumid li:hover ul, #menumid li.over ul {
	display: block;
}

#menuright {
	display: block;
	background: url('../imgs/menu_right.jpg') no-repeat;
	width: 16px;
	height: 38px;
	float: left;
}

#container {
	overflow: auto;
	padding-bottom: 5em;
	background: #F4EFDB url('../imgs/bg.jpg') repeat;
}

#left {
	width: 630px;
	float: left;
}

#welcome {
	margin: 0 auto;
	background: url('../imgs/welcomebg.jpg') repeat;
	width: 500px;
	height: 146px;
}

#welcometop {
	margin: 5px 10px;
	color: #a43a15;
	font-size: 14pt;
}

#welcomebot {
	margin: 10px;
	width: 466px;
	border-top: 1px dotted;
}

#welcomebot p {
	margin: 5px 0;
	font-size: 8pt;
}

#main {
	margin: 2em auto;
	width: 500px;
}

#maintitle {
	height: 49px;
}

#maintitleleft {
	width: 7px;
	height: 49px;
	background: url('../imgs/main_title_left.jpg') no-repeat;
	float: left;
}

#maintitlemid {
	width: 490px;
	height: 49px;
	background: url('../imgs/main_title_mid.jpg') repeat-x;
	float: left;
}

#maintitleright {
	width: 3px;
	height: 49px;
	background: url('../imgs/main_title_right.jpg') no-repeat;
	float: left;
}

#maintitletext {
	top: 10px;
	right: 20px;
}

#content {
	margin: -3px 0 1.5em 3px;
	padding: 10px;
	width: 475px;
	background: #ebe4c6;
}

#content .block {
	margin-bottom: 1em;
	padding-bottom: 10px;
	border-bottom: 1px dotted;
}

#content .block h2.title {
	margin: 0 10px;
}

#content .block h2.title a, #content .block h2.title a:link {
	font: bold 10pt verdana;
	color: #D61708;
	text-transform: uppercase;
	text-decoration: none;
}

#content .block h2.title a:hover {
	text-decoration: underline;
}

#content .block p {
	margin: 0 10px;
	font-size: 8pt;
}

#right {
	width: 300px;
	float: right;
}

#right .block {
	margin: 2em auto;
	width: 250px;
}

#right .block .title {
	height: 49px;

}

#right .block .title .titleleft {
	width: 7px;
	height: 49px;
	background: url('../imgs/main_title_left.jpg') no-repeat;
	float: left;
}

#right .block .title .titlemid {
	width: 240px;
	height: 49px;
	background: url('../imgs/main_title_mid.jpg') repeat-x;
	float: left;
}

#right .block .title .titleright {
	width: 3px;
	height: 49px;
	background: url('../imgs/main_title_right.jpg') no-repeat;
	float: left;
}


#right .block .title .titletext {
	left:25px;
	top:15px;
}

#right .block .blocktext {
	margin: -3px 0 0  3px;
	padding: 5px;
	width: 234px;
	background: #EBE4C6;
}

#right .block .blocktext p {
	font-size: 8pt;
}

#search {
	width: auto;
	height: 57px;
	background: #FAF7E6;
	border: 1px solid #DAD3B0;
}

#searchform {
	margin: 5px 10px;
	height: 21px;
}

#searchbox {
	width: 140px;
	height: 21px;
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	float: left;
}

#searchbutton {
	background: url('../imgs/search.jpg') no-repeat;
	width: 58px;
	height: 21px;
	border: 0 none;
	float: right;
}

#photo_galery {
	width: 237px;
	margin: 10px auto;
	
}

#photos td {
	padding-right:5px;
	padding-top: 5px;
}

#rss {
	width: 237px;
	height: 108px;
	margin-top:20px;
	
}

#text {
	padding-left: 15px;
	padding-top: 17px;
	font-weight: bolder;
	color: #7a430d;
}

#slideshow {
	display: block;
	margin: 1.5em auto;
	background: url('../imgs/temp_slideshow.png');
	width: 507px;
	height: 301px;
}

#footer {
	display: block;
	height: 50px;
	width: auto;
	color: #EBE4C6;
	background: #6B1104;
}

#admin_menu {
	padding: 3px 5px;
	background: #282919;
	color: #D4AB62;
	border-bottom: 1px solid #D4AB62;
	overflow: auto;
}

#admin_menu a, #admin_menu a:link {
	color: #D4AB62;
	text-decoration: none;
}

#admin_menu a:hover {
	text-decoration: underline;
}
