


#container {
	top: 0px;
	left: 0px;
	width: 800px;
	background: inherit;
}


#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 100px; 
	padding: 0px;
	overflow: hidden;
	z-index: 10;

}



#content {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 440px;
	padding: 10px;
	background: inherit;
	overflow: visible;
	z-index: 5;

}

#sidebar {
	position: absolute;
	top: 100px;
	left: 460px;
	width: 330px;

	padding: 10px;
	overflow: hidden;
	z-index: 5;

}

/*

#copyright {
	position: fixed; bottom: 0;
	width: 800px;
	height: 25px; 
	padding: 0px;
	overflow: hidden;
	float: right;
	text-align: right;
	background-color: transparent;
	overflow: hidden;
	margin: 0 0 0 0;
	

}

*/

