body{
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: Helvetica, Arial, Sans-Serif;
	vertical-align: baseline;
	background-color: #ccc;
	color: #333333;
	line-height: 1;
	text-align: left;
}

#container {
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	background: #fff;
	}
	
#head {width:800px; height:480px; border-bottom: 5px solid #591c23;}
	
#content {
	width: 780px;
	padding: 10px;
	}


a img {
	border: 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #561d23
}

a:hover, a:active {
	text-decoration: underline;
	color: #1f2126;
}

ul, ol {
	list-style: none;
}

h1{border-bottom: 2px solid #591c23; text-transform: uppercase; font-size: 1.4em;}

#footer {width:700px; font-size: .75em; margin: 10px auto; text-align:center;}