body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a {
	cursor:pointer;
	}
	
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}

.txt a:link {
text-decoration: none;
color:#f4f0ed;
}
.txt a:visited {
text-decoration: none;
color:#f4f0ed;
}
.txt a:hover {
text-decoration: underline;
color:#f4f0ed;
}
.txt a:active {
text-decoration: none;
color:#f4f0ed;
}


.menuitem a:link, .bloglist_item a:link  {
text-decoration: none;
color:#f4f0ed;
}
.menuitem a:visited, .bloglist_item a:visited {
text-decoration: none;
color:#f4f0ed;
}
.menuitem a:hover, .bloglist_item a:hover  {
text-decoration: none;
color:#a1774f;
}
.menuitem a:active, .bloglist_item a:active  {
text-decoration: none;
color:#f4f0ed;
}

.menuitem_active a:link  {
text-decoration: none;
color:#3d2114;
}
.menuitem_active a:visited {
text-decoration: none;
color:#3d2114;
}
.menuitem_active a:hover  {
text-decoration: none;
color:#a1774f;
}
.menuitem_active a:active  {
text-decoration: none;
color:#3d2114;
}


.sitename a:link  {
text-decoration: none;
color:#381C10;
text-shadow:#69432e 1px 1px;
}
.sitename a:visited {
text-decoration: none;
color:#381C10;
text-shadow:#69432e 1px 1px;
}
.sitename a:hover  {
text-decoration: none;
color:#381C10;
text-shadow:#69432e 1px 1px;
}
.sitename a:active  {
text-decoration: none;
color:#381C10;
text-shadow:#69432e 1px 1px;
}


body {
	background-color: #543020;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(design_images/bg_image.jpg);
	background-position:center top;
}

.main {
margin:0 auto -1px;
overflow:hidden;
width:1000px;
}


.header {
font-size:10px;
height:23px;
padding-left:10px;
padding-right:10px;
padding-top:7px;
color:#886745;
}

.date {
float:left;
color:#c0b19e;
}

.www {
color:#c0b19e;
float:right;
font-weight:bold;
padding-right:20px;
}

.header_menu {
float:right;
margin-right:15px;
padding-right:15px;
}

.header_menu a:link, .header_menu a:visited, .header_menu a:active  {
	font-weight:bold;
	color:#c0b19e;
	}
.header_menu a:hover  {
	color:#c0b19e;
	font-weight:bold;
	text-decoration:underline;
	}


.menu {
	height:68px;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	margin-top:252px;
	margin-left:20px;
	margin-right:20px;
	overflow:hidden;
	display:block;
	}
	
.menu2 {
	height:68px;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	margin-top:252px;
	margin-left:20px;
	margin-right:20px;
	overflow:hidden;
	display:none;
	}
	
	
	
.menuitem {
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	
	height:43px;
	padding-top:25px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:#2d1409 1px 1px;

	}
	
.menuitem_active {
	
	float:left;
	margin-left:5px;
	margin-right:5px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#3d2114;
	
	text-transform:uppercase;
	text-decoration:none;
	
	
	height:68px;
	opacity:0.96;
	
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	position:relative;
	

	}
	


	
.menuspace {
	
	margin-top:22px;
	float:left;
	background-color:#432516;
	width:1px;
	height:22px;

	}



.content {
	background-color:#583323;
	background-image: url(design_images/content_bg_image.jpg);
	background-position:left top;
	background-repeat:no-repeat;

	margin-left:20px;
	margin-right:20px;
	width:960px;
	height:953px;
	padding-bottom:0px;
	clear:both;
	display:table;
	}
	
	.content1 {
	width:330px;
	float:left;
	overflow:hidden;
	padding:10px;
	}
	
	.content1 img, .txt img {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	background-color:#e3d3ba;
	border:1px solid #593423;
	padding:5px;
	
	
	}
	
	.msgme {
	margin-top:6px;
	background-image: url(design_images/form_bg_image.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:10px;
	}
	
	.left_title {
	float:left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border-bottom:4px dotted #381c10;
	color:#381c10;
	font-size:25px;
	margin-left:18px;
	margin-top:10px;
	margin-bottom:20px;
	width:278px;
	padding-bottom:13px;
	padding-left:12px;
	font-weight:bold;
	}
	
	.left_title2 {
	font-size:12px;	
		}
	
	
	.content1 input, .content2 input {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border:#7a543c 1px solid;
	color:#381c10;
	width:286px;
	height:20px;
	background-color:#cbb49a;	
	margin-bottom:10px;
	margin-left:18px;
	font-size:12px;
	padding:5px 0 0 5px;

	}


.content1 textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border:#7a543c 1px solid;
	color:#381c10;
	width:281px;
	height:200px;
	margin-left:18px;
	background-color:#cbb49a;	
	font-size:12px;
	padding:5px 5px 0 5px;
	
	}
	
.content1 select, .content2 select {
border:#7a543c 1px solid;
background-color:#cbb49a;	
font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
font-size:12px;
font-style:italic;
margin-bottom:5px;
margin-left:20px;
padding:0 0 0 5px;
width:290px;
}
	
	
.content1 .uzeno_gomb, .content1 .reg_submit,  .content2 .reg_submit {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border:#7a543c 1px solid;
	padding:0px;
	color:#381c10;
	width:80px;
	height:25px;
	background-color:#cbb49a;	
	margin-top:10px;
	margin-left:18px;
	font-size:12px;

	text-align:center;
	}


.uzeno_gomb:hover {
	border:#381c10 1px solid;
	color:#381c10;
	cursor:pointer;
	}

.content2 {
color:#FFFFFF;
float:left;
font-size:12px;
line-height:20px;
margin-top:20px;
text-align:justify;
width:570px;
overflow:hidden;
padding:10px;
}	
	

	
.sitename {
	clear:both;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border-bottom:5px dotted #381c10;
	color:#381c10;
	font-size:28px;
	margin-top:15px;
	margin-bottom:20px;
	width:540px;
	margin-left:13px;
	padding-bottom:20px;
	text-align:right;
	font-weight:bold;
	text-shadow:#9d734d 1px 1px;
	font-style:italic;
	}	
	
.txt {
	clear:both;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#f4f0ed;
	padding:24px;
	padding-top:18px;
	text-shadow:#5c4530 1px 1px;
	font-weight:bold;
	font-size:14px;
	
	}
	
.txt .map {
	font-weight:normal;
	text-shadow:none;
}		
	


.footer {
	clear:both;
	background-image: url(design_images/footer_bg_image.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin: 0px;
	padding-top:40px;
	padding-bottom:20px;
	padding-left:50px;
	line-height:20px;
	text-shadow:2px 2px #30231b;
	color:#ccc1bd;
	font-size:13px;
}

.map {
border:1px solid #211913;
height:400px;
margin-bottom:20px;
width:530px;
}

.map img {
	border:0px;
	padding:0px;
	margin:0px;
	background:none;
	}


.reg_title {
border-bottom:1px dotted #211913;
font-size:12px;
margin:5px 21px 5px 19px;
padding-bottom:5px;
padding-left:5px;
}

.multiple {
cursor:pointer;
float:left;
}

.scroller {
display:table;
margin-bottom:5px;
}

.content_title {
border-bottom:2px dotted #211913;
color:#CBB49A;
font-size:16px;
font-weight:bold;
margin-bottom:10px;
padding-bottom:10px;
}


hr {
border-color:-moz-use-text-color -moz-use-text-color #211913;
border-style:hidden hidden dotted;
border-width:medium medium 1px;
color:#211913;
height:0;
}
