#wrapper {
	background: #fbf8da url("/image/fieldset_bg.png") repeat-y;/* Sets content color to length of sidebar 
	Ensures that content column is colored to end of long sidebar */

/*	padding-top: 7em;   Prepare space for absolute-positioned header */
}
#header {
	background: #4d3b19 url("/image/header_bg.png") repeat-x  ;
	padding: 0 10px 2px;

 /*       position: absolute;
	top:0;
	left:0;

	width:100%;*/
}
#container {
	width: 100%;
	background: #111; /* Sets sidebar color to length of content 
	Ensures that sidebar column is colored to end if long content*/

	float: left;
	margin-right: -210px;
}
#content {
	background: #fbf8da url("/image/fieldset_bg.png") repeat-y; /* Sets content color to length of content
	Ensures content background is set to content column color*/
	padding: 0 10px 10px;
	margin-right: 210px;
}
#sidebar {
	width: 200px;
	float: right;
	padding-left: 10px;
	background: #111;  /*Sets sidebar color to length of sidebar 
	Ensures sidebar background is set to sidebar column color*/

}
#footer {
	background: #fbf8da url("/image/fieldset_bg.png") repeat-y;
	padding: 0 10px 2px;
	border-top: 4px solid #ba9;
}
h1 {
	margin-top: 0;
}
.clearing,.blok {
	height: 0;
	clear: both;
}
body
{
background: #000; /* Sets body background if short page */
min-width: 570px; /* Set minimum width to keep sidebar from overwriting content */
margin:0;
}
form
{
margin-bottom: 0;
}

input,textarea
{
padding: 0 10px;
}

