body {
	background-color: #540000;
	margin: 0px auto;
}

.clear {
	clear: both;
}

div#container {
	width: 899px;
	margin: 0px auto;
}

td#wrapperl {
	width: 27px;
	background-image: url("imgs/wrapperl.gif");
}

td#wrapperr {
	width: 27px;
	background-image: url("imgs/wrapperr.gif");
}

div#top {
	width: 845px;
	height: 251px;
   background-image: url("imgs/top.jpg");
   
}

div#header {
	width: 845px;
	height: 71px;
	background-image: url("imgs/headerback.jpg");
}

div#header img {
	margin-left: 35px;
	margin-top: 20px;
}

div#contenthandler {
	background-image: url("imgs/wrapper.jpg");
	background-color: #fff;
	background-position: left top;
	background-repeat: no-repeat;
	width: 845px;
}

a.banner {
	border: 0px;
	display: block;
	width: 480px;
	height: 60px;
	margin: 0px auto;
	padding-top: 16px;
}

a.banner img {
	border: 0px;
}

div#content {
	background-color: transparent;
	margin: 0px 50px 20px 50px;
	float: left;
	width: 500px;
}

div#content p {
	margin-left: 8px;
	color: #333;
	font-size: 12px;
	font-family: Trebuchet MS, Tahoma, Sans;
	line-height: 22px;
	margin-bottom: 20px;
	text-align: justify;
}

h1 {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia;
	font-size: 24px;
	color: #003399;
	margin-bottom: 0px;
}

.blue {
	color: #4242a6;
	font-size: 16px;
	font-family: Trebuchet MS, Tahoma, Sans;	
	margin-bottom: 5px;
}

.red {
	color: #8c0000;
	font-size: 14px;
	font-family: Trebuchet MS, Tahoma, Sans;	
	margin-bottom: 5px;
}

div#contact {
	color: #333;
	font-size: 12px;
	font-family: Trebuchet MS, Tahoma, Sans;	
	margin-bottom: 30px;	
}

div#contact a:link, div#contact a:visited, div#contact a:active {
	color: #003366;
	text-decoration: none;
}

div#contact a:hover {
	color: #003366;
	text-decoration: underline;
}

ul, ol {
	line-height: 24px;	
}

ul li {
	list-style-image: url("imgs/drop.gif");
	color: #333;
	font-size: 12px;
	font-family: Trebuchet MS, Tahoma, Sans;	
}

ol li {
	color: #333;
	font-size: 12px;
	font-family: Trebuchet MS, Tahoma, Sans;	
}

div#content a:link, div#content a:visited, div#content a:active {
	color: #003366;
	text-decoration: none;
}

div#content a:hover {
	color: #003366;
	text-decoration: underline;
}

div#content img {
	margin: 10px 0px;
	border: 1px solid #ccc;
}

div#right_column {
	float: left;
	width: 200px;
	text-align: center;
	color: #b2b2b2;
	font-size: 12px;
	font-family: Trebuchet MS, Tahoma, Sans;
	line-height: 22px;	
	/*margin-top: 20px;*/
}

div#photos {
	margin-bottom: 30px;
}

div#photos img {
	border: 5px;
}

div#photos a:link, div#photos a:visited, div#photos a:active {
	color: #e5e5e5;
}


div#photos a:hover {
	color: #ccc;
}

div#footermenu {
	background-color: #a41c1c;
	width: 845px;
	font-family: Trebuchet MS, Tahoma, Sans;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 20px 8px 0px;
	text-align: right;
}

div#footermenu a:link, div#footermenu a:visited, div#footermenu a:active {
	color: #fff;
	text-decoration: none;
}

div#footermenu a:hover {
	color: #fff;
	text-decoration: underline;
}

div#footer {
	background-color: #dfb0b0;
	color: #a41c1c;
	font-family: Trebuchet MS, Tahoma, Sans;
	font-size: 9px;
	font-weight: normal;
	padding: 2px 20px 2px 0px;
	text-align: right;
	margin-top: 2px;
}

div#footer a:link, div#footer a:visited, div#footer a:active {
	color: #a41c1c;
	font-weight: bold;
	text-decoration: none;
}

div#footer a:hover {
	color: #a41c1c;
	font-weight: bold;
	text-decoration: underline;
}

