#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	height: 125px;
}
#content {
	background-color: #FFFFFF;
	position: absolute;
	left: 340px;
	top: 118px;
	width: 684px;
}
body {
	background-color: #FFFFFF;
	font-family: Georgia;
	font-size: 1.0em;
}
#sidebar {
	position:absolute;
	width:325px;
	height:600px;
	z-index:1;
	left: 0px;
	top: 180px;
	background-color: #e2c9a3;
}
#TopPic {
	background-image: url(../images/top.jpg);
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 115px;
	width: 210px;
}
#footer {
	font-family: "Lucida Grande";
	font-size: 0.75em;
	color: #666666;
	text-align: center;
}
