body	{
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 50px;
	margin: 0px;
	padding-bottom: 50px;
	background: #806d53;
	background-image: url(img/back.png);
	font-size: 15px;
	color: #403629;
	}
	
#wrap	{
	margin: auto;
	width: 900px;
	background: #fff3d7;
	border: 2px solid #403629;
	}
	
#header	{
	padding: 0;
	color: white;
	height: 220px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-color: #4E6C2C;
	border-bottom: 5px solid #403629;
	}

#lang	{
	float: right;
	margin-top: -10px;
	margin-right: 5px;
	height: 20px;
	}

#lang img	{
	opacity: 0.25;
	filter:alpha(opacity=25);
	}

#lang img:hover	{
	opacity: 1;
	filter:alpha(opacity=100);
	}
	
#navi	{
	margin-top: -28px;
	height: 25px;
	text-align: center;
	padding-right: 10px;
	width: 900px;
	}

ul	{
	list-style: square;
	}

a	{
	text-decoration: none;
	}

a img	{
	border: none;
	}
	
#navi a	{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline;
	height: 25px;
	line-height: 25px;
	padding: 0 2px 0 5px;
	margin-left: 5px;
	}

#navi a.inactive	{
	color: #fff3d7;
	background: #403629;
	}

#navi a.active	{
	color: #403629;
	background: #fff3d7;
	border-bottom: 5px solid #fff3d7;
	}

#navi a:hover	{
	color: #403629;
	background: #fff3d7;
	}
		
#content	{
	min-height: 200px;
	padding: 10px 25px;
	}

h1	{
	font-size: 25px;
	color: #403629;
	}

#pics	{
	float: right;
	width: 330px;
	margin-left: 20px;
	}

img.pic	{
	width: 150px;
	background: #fff;
	padding: 4px;
	border: 1px solid #bc9f77;
	margin: 0 5px 5px 0;
	float: left;
	}

#clear	{
	clear: both;
	}

#footer	{
	height: 25px;
	background: #4e6c2c;
	border-top: 5px solid #403629;
	text-align: center;
	line-height: 25px;
	color: #403629;
	}
	
#form	{
	width: 230px;
	float: right;
	min-height: 400px;
	margin-left: 20px;
	}
	
#contact h4	{
	font-size: 15px;
	}
	
#contact textarea,
#contact input	{
	background: #806d53;
	border: 2px dotted #403629;
	margin-bottom: 5px;
	color: #fff3d7;
	}
	
#contact textarea:hover,
#contact input:hover	{
	background: #4E6C2C;
	border: 2px dotted #403629;
	}
	

#contact *	{
	margin: 0;
	padding: 0;
	}