/* CSS Document */

body {
	background-color:#3F3D35;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#container {
	background-color:#EEEAE7;
	width: 760px;
	margin: 0px auto;
	height: 500px;
	border: 1px solid #9E9986;
	padding: 0px;
}
#header {
	background-image: url(../images/header.gif);
	height: 25px;
	width: 760px;
	color:#EEEAE7;
	/*color:#9E9986;*/
	text-align:center;
	margin: 0;
	padding-top: 50px;
}
#content {
	padding: 8px;
	color: #3F3D35;
	font-size: 14px;
	line-height: 19.5px;
	text-align: left;
	background-color: #9E9986;
	border: 1px solid #EEEAE7;
	margin: 4px;
	min-height: 400px;
}
#header a {
	color:#EEEAE7;
	/*color:#9E9986;*/
	text-decoration: none;
}
#header a:hover {
	/*color:#EEEAE7;*/
	color:#9E9986;
}
.h1 {
	font-size: 18px;
	color:#321210;
	font-weight: bold;
	margin-top: 0;
}
#text {background-color: #9E9986;}
#text a { text-decoration: none; color: #321210;}
#text a:hover {text-decoration: underline;}
#text a:visited {color: #321210;}
#footer {font-size: 11px;}
#footer a { text-decoration: none; color: #321210;}
#footer a:hover {text-decoration: underline;}
#footer a:visited {color: #321210;}