body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #BEBAB2;
	margin: 0px;



}
a:link {
	color: #846B59;
	text-decoration: none;
}
a:visited {
	color: #A58D7C;
	text-decoration: none;
}
a:hover {
	color: #A58D7C;
	text-decoration: underline;
}
a:active {
	color: #A58D7C;
	text-decoration: none;
}

#container {
	width: 800px;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	margin: 0px;
}

#header {
	background-image: url(images/header2.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 213px;
	width: 800px;
}

#content {
	POSITION: relative;
	LEFT: 210px;
	top: 0px;
	width: 540px;
	margin-bottom: 10px;

}

#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 800px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 140px;
	LEFT: 30px;
	POSITION: absolute;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

img.pic{
	border: 1px solid #FFFFFF;

}
