#header {
	padding: 5px;
	width: 880px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 1px solid #967967;
	background-color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #967967;
	font-style: normal;
	font-weight: bold;
}


#menu {
	width: 880px;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
	border: 1px solid #967967;
	clear: both;
	background-color: #CC9966;
}
#content {
	text-align: left;
	margin: auto;
	height: 500px;
	width: 880px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #967967;
	border-right-color: #967967;
	border-bottom-color: #967967;
	border-left-color: #967967;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#contentleft {
	text-align: left;
	float: left;
	height: 500px;
	width: 550px;
	margin-left: 5px;
	border: 1px dotted #967967;
}

#footer {
	font-size: 10px;
	border: 1px solid #967967;
	width: 880px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	background-color: #CC9966;
}
#contentpicright {
	width: 200px;
	height: 460px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	line-height: 55px;
	float: right;
	margin-right: 5px;
	border: 1px dotted #967967;
}
#contentpicright img {
	border: 1px solid #967967;
}
#menu a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#content a {
	font-weight: bold;
	color: #967967;
	text-decoration: none;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #424242;
}
