body {
	margin: 0px;
	background-image: url(images/pattern.gif);
	background-repeat: repeat;
	background-color: #F0E8E1;
}
.footer_img {
 background-position: left top;
 background-image: url(images/footer.jpg);
 background-repeat: no-repeat;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 width: 840px;
 height: 36px;
 padding-top: 5px;
 padding-left: 10px;
}

.footer_img  a:link{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-decoration: none;
 color: #000099;
}

.footer_img  a:hover{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-decoration: none;
 color: #CC0000;
}

.footer_img  a:active{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-decoration: none;
 color: #000066;
}

.footer_img  a:visited{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-decoration: none;
 color: #333333;
}

div.titles {
 background-color: #CFCFC5;
 height: 20px;
 width: 850px;
 padding-left: 5px;
 padding-right: 5px;
 font-size: 16px;
 font-weight: bold;
 font-family: Trebuchet MS, Times, serif;
 text-align: left;
  background-image: url(images/dot.gif);
  background-position: right center;
  background-repeat: no-repeat;
 }
 div.bottom {
 background-color: #CFCFC5;
 height: 20px;
 width: 850px;
 padding-left: 5px;
 padding-right: 5px;
 font-size: 16px;
 font-weight: bold;
 font-family: Trebuchet MS, Times, serif;
 text-align: left;
  background-image: url(images/dotleft.gif);
  background-position: left center;
  background-repeat: no-repeat;
 }
div.placeholder {
 width: 860px;
 height: 350px;
 border-top: 1px solid darkorange;
 border-bottom: 1px solid darkorange;
 margin-top: 5px;
 margin-bottom: 5px;
}
div.lower_content {
 font-family: Trebuchet MS, Times, serif;
 font-size: 12px;
 text-align: left;
 width: 600px;
 height: auto;
 margin: 0 0 0 0;
 padding-left: 5px;
 float: left;
}
div.content_img_holder {
float: left;
margin: 0 0 0 0;
width: 254px;
height: 350px;
}
/**/
div.submenu {
	width: 860px;
	height: 5px;
	background-color: #B90A0A;
}
div.submenu_buttons {
	width: 600px;
	height: 18px;
	padding-top: 2px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: normal;
}
div.submenu_buttons a {
	color: #660000;
	text-decoration: none;
}
div.submenu_buttons a:link {
	color: #660000;
	text-decoration: none;
}
div.submenu_buttons a:hover {
	color: #000099;
	text-decoration: none;
}