/* CSS Document */
body
{
margin: 0px;
background: url(images/mountains-bg.jpg) repeat-x #0C0000 top center;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.750em;
color: #212121;
}
.title
{
font-size: 1.2em;
color: #571A00;
font-weight: bold;
font-style: italic;
}
.maroontext
{
color: #571A00;
}
#container
{
width: 100%;
background: url(images/header.jpg) no-repeat top center;
}
A   	{ color: #C23700; text-decoration: none; font-weight: bold; }
A:link	{ color: #C23700; text-decoration: none; font-weight: bold;}
A:visited { color: #C23700; text-decoration: none; font-weight: bold;}
A:active { color: #C23700; text-decoration: none; font-weight: bold;}
A:hover	{ color: #A17534; text-decoration: none; font-weight: bold;}

.footer
{
	color: #ECD59A;
}
A.footer   	{ color: #ECD59A; text-decoration: none; font-weight: bold; }
A.footer:link	{ color: #ECD59A; text-decoration: none; font-weight: bold;}
A.footer:visited { color: #ECD59A; text-decoration: none; font-weight: bold;}
A.footer:active { color: #ECD59A; text-decoration: none; font-weight: bold;}
A.footer:hover	{ color: #F93800; text-decoration: none; font-weight: bold;}

.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: 4px;
}