body {
	background: #fff url("../img/bg.jpg") repeat-x;
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#all-content{
	width:100%;
	height:100%;
}

#page-content{
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

#name{
	margin-left:230px;
	margin-top:25px;
	margin-bottom:9px;
	width:231px;
	height:81px;
}

#menu-content{
	height:55px;
	background: url("../img/bg-menu.png") repeat-x bottom;
}
#header{
	border-bottom: 1px solid #c0b99f;
	border-top: 1px solid #c0b99f;
	height:203px;
}
#content{
	min-height:420px;
	background: #fff url("../img/bg-content.jpg") repeat-x top;
	padding:10px;
}
#content h1{
	font-size:14px;
	padding-left:15px;
}
#content a{
	color:#563029;
	font-weight:bold;
	text-decoration:none;
}
#content img{
	border:2px solid #563029;
}
#content a:hover{
	text-decoration:underline;
}
#content-left{
	float:left;
	width:485px;
}
#content-right{
	float:left;
	width:190px;
	background: url("../img/right.png") bottom no-repeat ;
	min-height:220px;
}
#content input{
	padding:3px;
	font-size:11px;
	width:209px;
}
#content textarea{
	padding:3px;
	font-size:11px;
	width:209px;
}
.galerie{
	padding:5px;
	background: #BFB89E;
	width:437px;
	
}
.galerie img{
	border:2px solid #563029;
}
#content  .submit{
	width:65px;
}
.res{
	margin-bottom:-20px;
}

#rez{
	padding-top:10px;
}

#err{
	border:1px solid red;
	padding:7px;
	font-weight:bold;
	color: red;
}

#done{
	border:1px solid #6BAF1A;
	padding:7px;
	font-weight:bold;
	color: #6BAF1A;
}
fieldset{
	border:1px solid #563029;
	width:450px;
	padding:5px;
}
#footer{
	background: #563029;
	height:60px;
	border-top: 1px solid #9c8982;
}
#footer-content{
	width:690px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 5px;
	background: url("../img/bg-footer.png") repeat-x;
	text-align:center;
	
}
#footer-content a{
	color: #563029;
	text-decoration:none;
}
#footer-content a:hover{
	text-decoration: underline;
}


/*** nav ***/
#nav {
	float:left;
	margin: 10px 0px 0px 0px;
	width:695px;
	border-top:4px solid #cba1ab;
	padding-left:5px;
}
#nav ul{ 
	padding:0;
	margin:-4px 0px;
	width:auto;
	list-style: none;
	height:35px;
	position: relative;
	float:left;
}
#nav li{
	list-style:none;
	float:left;
	text-align:center;
	padding:0;
	font:normal 14px  Verdana "Times New Roman", Times, serif;
	line-height:45px;
}
#nav .lavaLamp li a {
	z-index: 10;
	display: block;
	float: left;
	height: 35px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#nav .lavaLamp li a:hover {
	z-index: 10;
	display: block;
	float: left;
	height: 35px;
	position: relative;
	overflow: hidden;
	margin: auto 10px; 
	color:#553029;
	font-weight:bold;
}
#nav .lavaLamp li .active {
	z-index: 10;
	display: block;
	float: left;
	height: 35px;
	position: relative;
	overflow: hidden;
	margin: auto 10px; 
	color:#553029;
	font-weight:bold;
}
#nav .lavaLamp li.back {

	height: 41px;
	z-index: 8;
	position: absolute;
	border-top:4px solid #553029;
/*	border-bottom:1px solid #aba387;*/
}
