body {
}
#header {
}
#logo {
}
#main {
	position: absolute;
	left: 200px;
	top: 120px;
	z-index: 1;
	width: 80%;
	padding: 10px;
}
#menu {
	position: relative;
	top: auto;
	z-index: 4;
	visibility: visible;
	height: auto;
	width: auto;

}
#menubar {
	background-image: url(../Images/PSD%20Images/background.jpg);
}
#footer { 
} 

#image-left {
	margin: 20px;
	float: left;
}
#image-right {
	margin: 20px;
	float: right;
}
#image-center {
	margin: 20px;
	float: none;
}

