#wrapper {
	background: #fed;/* Sets content color to length of sidebar 
	Ensures that content column is colored to end of long sidebar
*/}
#header {
	background: #fed url("/image/favicon.jpg") no-repeat  99%  5px;
	padding: 0 10px 2px;
}
#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: #fed; /* 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: #f5e5d5;
	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;
}
