@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #000;
}
body {
	background-color: #B0AC8F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../media/layout/bg.jpg);
}


td{
	font-size: 10px;
}

a:link {
	color: #971b25;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #971b25;
}
a:hover {
	text-decoration: underline;
	color: #971b25;
}
a:active {
	text-decoration: none;
	color: #971b25;
}

#container {
	width:1137px;
	height:799px;
	background-image:url(../media/layout/layout.jpg);
	background-repeat:no-repeat;
}

#menu_header{
	padding-top:190px;
	padding-left:290px; 
	text-align:center;
	
	font-size:13px;
	
}

#menu_header a{
	margin-left:8px;
	margin-right:8px;
	padding-left:5px;
	padding-right:5px;	
	border-bottom:1px solid #333;
	font-size:18px;
	background-color:#F4E3C9;
}

#menu_header a:hover, #menu_header a.on{
	background-color:#971b25;
	color:#FFF;
}

.clear{
	clear:both;
}

#gallery_menu{
	width:200px;
	float:left;
	margin-top:230px;
	margin-left:115px;
	float:left;

}

#gallery_menu a{
	display:block;
	text-align:left;	
	padding:4px;
	color:#000;
	margin-bottom:1px;
	border-bottom:1px solid #971b25;
}

#gallery_menu a:hover, #gallery_menu a.on{
	text-decoration:none;
	background-color:#FFF;
	color:#971b25;
	border-bottom:1px solid #971b25;
	background-image:url(../media/layout/bg_menu.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.label{
	
	padding:4px;
	margin-bottom:2px;
	color:#572723;
	font-weight:bold;
	text-align:right;
	border-bottom:2px solid #971b25;
}

#content{
	float:left;
	margin-left:90px;
	margin-top:35px;
	width:590px;
	text-align:left;
}

h1{
	color:#971b25;
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:normal;
	border-bottom:1px solid #971b25;
	padding-bottom:5px;
	margin-bottom:5px;
}

.field, .submit{
	background-color:#785386;
	border:2px solid #FFF;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	color:#FFF;
}

.field:hover, .submit:hover{
	background-color:#DDB9B9;
}

.mandatory{
	color:#F00;
}

#gallerypic div{
	overflow:hidden;
	width:100px;
	float:left;
	font-size:9px;
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	margin-bottom:2px;
	margin-top:2px;
	margin-left:1px;
	margin-right:1px;
	height:100px;
}

#gallerypic{
	height:300px;
}

#gallerypic img{
	margin:2px;
	height:100px;
	 

}

#gallerypic img{
	border:1px solid #D8ACBB;
}

#gallerypic img:hover{
	border:1px solid #785386;
}

#gallerypic a{
	font-size:9px;
	text-align:left;
}

#pages{
	font-family:Verdana, Geneva, sans-serif;
}

#pages a{
	border:1px solid #CCC;
	padding:5px;
	float:left;
	margin:2px;
	background-color:#971b25;
	color:#FFF;
	text-decoration:none;
}

#pages a:hover{
	background-color:#62070f;
}



