@charset "UTF-8";

body {
	background: #53081F;
}

#top2 {
	background: url(images/bkg_top2.jpg) no-repeat;
	height: 50px;
	padding-left: 200px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#left {
	background: #F8ECCE;
}

#content {
	font: 14px/20px "Times New Roman", Times, serif;
	background: #F8ecce url(images/bkg_top4.jpg) no-repeat;
	margin: 0px;
	padding: 0px 100px 50px 50px;
}

#content a:link, #content a:visited {
	color:#53081f;
}

#content a:hover, #content a:visited:hover {
	color:#527833;
}

H1 {
	font: 24px "Times New Roman", Times, serif;
	color: #53081F;
	padding-bottom: 20px;
}


#footer {
	color: #53081F;
	background: #CBC1AA;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 20px;
}

#footer td {
	
}

#footer a:link, #footer a:visited {
	color:#53081f;
}

#footer a:hover, #footer a:visited:hover {
	color:#527833;
}


.logo a {
     font-family: Verdana, Helvetica, Arial, sans-serif;
     color: white;
     font-size: 11px;
     text-decoration: none; 
}

.floatleft {
	float:left;
	margin-right: 20px;
	border: 1px solid #000000;
}
