body
{
	margin: 0px;
	background: url(images/bg.gif) repeat-x #FDFDFB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
#container
{
	background: url(images/header.jpg) no-repeat top center;
}

A:link	{ color: #971B1E; text-decoration: none; font-weight: bold;}
A:visited { color: #971B1E; text-decoration: none; font-weight: bold;}
A:active { color: #971B1E; text-decoration: none; font-weight: bold;}
A:hover	{ color: #09522F; text-decoration: underline; font-weight: bold;}


.footer
{
	color: #971B1E;
}
.title
{
	font-size: 20px;
	color: #971B1E;
	border-bottom: 1px solid #971B1E;
	font-style: italic;
}

/* THIS MAKES THE DROP SHADOW WORK ON IMAGES */
			.imagecontainer{
				  float:left;
				  clear:left;
				  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
				  background: url(images/shadow.gif) no-repeat bottom right;
				  margin: 10px 0 10px 10px !important;
				  margin: 10px 0 10px 5px;
			}
			.imagecontainer img{
				display: block;
				position: relative;
				background-color: #fff;
				border: 1px solid #a9a9a9;
				margin: -6px 6px 6px -6px;
				padding: 2px;
			}