#container { width: 1035px; }
#banner {
	width: 1024px;
	height: 158px;
}
#right {
	float: left;
	width: 512px;
	height:490px;
}
#left {
	float: left;
	width: 512px;
	height:490px;
}
#description {
	float: left;
	width: 512px;
	height: 490px;
	margin:0; color: black;
	background-color: rgb(256,218,186);
	background-image: url('../images/description_bg.gif');
	background-repeat: repeat-y;
	padding: 0;
	border-style: none
}

img.button {
	position: relative;
	border-style: none;
}
img#menu_button {
	float: right;
}
#footer {
	width: 1024px;
	height:100px;
}
body {
	margin:0; color: black;
	background-color: lightcyan;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
	padding: 0;
	border-style: none
}

img.sepia {
	float: left;
	vertical-align: top;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	border-style: none;
}

h1 {background-color:maroon;color:white;}
div.content {
	color: black; background-color: white;
	padding: 0.5em;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}
p {
	float: none;
	line-height: 1.5;	
	border: 1px solid orage;
	margin-left: 0;
	margin-top: 0;
	clear: left;
}
