body {
	background-image: url(../layout/bg.gif);
	background-color: #5E3100;
	color: #FFFFFF;
	font-family: Arial, serif;
	font-size: 80.01%;
	text-align: center;
	margin: 0;
	border: 0;
}

img {
  border:0px ;
}

textarea, input, file, select {
  color:#000000;
  background-color:#00000;
  width:400px; 
  border:1px solid #EEEEEE;
  margin:2px;
}
input:submit {width:100px;}

a:link {
	text-decoration: none;
	color: white;
}
a:active {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: white;
}
#top {
	position: relative;
	top: 0px;
	left: -33px;
	background-image: url(layout/header.gif);
	width: 732px;
	height: 206px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
#site {
  background-image: url(layout/bg_content.gif);
	text-align: justify;
	margin: 0 auto;
	width: 699px;
	padding: 0;
	border: 0;
	min-height: 300px;
	overflow:hidden;
	
}
#content {
  position:static;
	text-align: justify;
  float:left;
	color: rgb(217,248,248);
	font-size: 100.01%;
	min-height:400px;
	width: 539px;
	padding-left: 30px;
	padding-right: 30px;
}
#imageviewer {
	color: rgb(217,248,248);
	font-size: 100.01%;
	min-height: 200px;
	max-width: 640px;
	padding-left: 30px;
	padding-right: 30px;
}
div#menue {
	max-width: 100px;
	float: left;
}
ul.menue {
	color: rgb(217,248,248);
	text-decoration: none;
	font-size: 100.01%;
	margin: 0px;
	padding-left: 20px;
	max-width: 100px;
	border: 0;
}
ul.menue li {
	display: wrap;
}
ul.gallery {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height:80px;
}
ul.gallery li {
  float:left;
	color: rgb(217,248,248);
	list-style: none;
	display: inline;
	width: 104px;
	height: 106px;
  margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px dashed silver;
}
#footer {
  clear:both;
	text-align: center;
	background-color: #5E3100;
	color: white;
	font-size: 100.01%;
	margin: 0px;
	margin-top: 60px;
}
ul.menue li {
	color: rgb(217,248,248);
	list-style: none;
}
ul.menue a:link {
	color: rgb(217,248,248);
	text-decoration: none;
}

