body {
	margin:0;
	padding:0;
	background:url('../images/bg.jpg') #8f7858 top left repeat-x;
}

div#container {
	position:absolute;
	top:0px;
	left:0px;

	width:100%;
	height:100%;
	background-color:transparent;
}

div#header {
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	
	/*border:1px solid purple;*/
	
	width:806px;
	height:82px;
	
	background:url('../images/header.jpg') white top left no-repeat;
}

div#imagebar {
	margin-top:0px;
	margin-bottom:21px;
	margin-left:auto;
	margin-right:auto;
	
	border:none;
	
	width:800px;
	height:111px;
	
	z-index:1;

}

div#middle {
	
	margin-left:auto;
	margin-right:auto;
	
	width:806px;
	height:auto;
	
	background:url('../images/bg_middle.jpg') white top left repeat-y;
	
	z-index:0;
	
	clear:both;
	
	padding-bottom:15px;
	
}

div#sidebar {
	float:left;
	margin-left:3px;
	margin-top:0px;
	
	/*border:1px solid black;*/
	
	width:170px;
	height:auto;
	
	z-index:1;
}

div#content {
	/*float:right;*/
	margin-left:200px;
	margin-right:5px;
	margin-top:0px;
	
	padding:10px 20px 10px 20px;
	
	border-left:1px solid black;
	
	width:570px;
	height:auto;
	min-height:300px;
	
	z-index:1;
}

div#footer {
	clear:both;
	margin-top:0px;
	
	margin-left:auto;
	margin-right:auto;
	
	width:806px;
	height:32px;
	
	/*border:1px solid yellow;*/
	
	background:url('../images/bg_footer.gif') transparent top left no-repeat;
}

div.personal {
	float:right;
	margin:7px;
	width:160px;
}