body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #473e3e;
	background-color: #f8f7f5;
	background-image: url(../image/dot.gif);
	background-repeat: repeat;
}

#container
{
	color: #473e3e;
	background-color: #c0c0c0;
	background-image: none;
	margin: 1em auto;
	width: 850px;
	text-align: left;
	padding: 0;
	border: 0 black;
}
	
#header
{
	color: #d2d1d1;
	font-weight: bold;
	font-stretch: expanded;
	font-style: normal;
	line-height: normal;
	background-color: #141412;
	height: 45px;
	background-image: url(../image/header.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	text-align: left;
	vertical-align: middle;
	float: none;
	margin-bottom: 0;
	padding: 0 5px;
}
	
#mainnav
{
	color: #c7c7c7; font-size: 18px;
	background-color: #686868;
	height: 25px; margin-bottom: 22px;
	padding: 1px 0;
	border-top: 1px solid #473e3e;
	border-bottom: 1px solid #473e3e;
}
	
#mainnav ul
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #694d4d;
}

#mainnav li
{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #694d4d;
}

#mainnav li a
{
	text-decoration: none;
	color: #262020;
}

#mainnav li a:hover
{
	text-decoration: none;
	color: #fff; background-color: #262020;
}

#menu
{
	color: #473e3e;
	font-size: 1em;
	background-color: #c0c0c0;
	background-image: url(../image/shirlfabor.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	width: 300px;
	height: 500px;
	margin-right: 15px;
}

#contents
{
	color: #473e3e;
	background-color: #f8f7f5;
	background-image: none;
	text-align: left;
	margin-right: 350px;
	margin-left: 20px;
	margin-bottom: 20px;
	height: auto;
	padding: 5px 5px 5px 10px;
	border: dotted 1px #694d4d;
}

.imagefloat
{
	float: left;
	padding: 2px;
	border: solid 1px #694d4d;
	margin: 0 10px 10px;
}

#contents h1
{
	color: #473e3e; font-size: 14pt; line-height: normal;
}

#counter	
{
	background-color: #FFF; height: 9px; text-align: right;
}

#footer	
{
	color: #262020;
	clear: both;
	height: 25px;
	background-color: #686868;
	background-position: right bottom;
	text-align: right;
}

