#container { width: 1035px; }
#banner {
	width: 1024px;
	height: 158px;
}
#middle{
	float: left;
	width: 1024px;
	height: 490px;
}
#description {
	float: left;
	width: 1024px;
	height: 490px;
	margin:0; color: black;
	background-color: rgb(256,218,186);
	background-image: url('../images/links_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: #e0ffff; /* 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;}

h2:before {content: "";
	color: #dc143c; /* crimson */
  	}

p.head:before { content: url('../images/pad.gif') " ";}

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 #ffa500; /* orage */
	margin-left: 0;
	margin-top: 0;
	clear: left;
}
