@charset "utf-8";

body,td {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #630;
}
body {
	background-color: #30231B;
	margin: 0px;
}

img {border:0px;}
img.border {border-top: 0px; border-right: 3px solid #007; border-bottom: 0px; border-left: 3px solid #007; padding:1px;}

.wrapper {
	position:relative;
	width:955px;
	height:100%;
	margin:auto;
}

.header { 
	width:955px; 
	height:272px;
	margin:auto;
	background-image: url(images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat; 
	}


.footer { 
	width:955px;
	height: 54px;
	margin-top:10px;
	text-align:center; 
	color:white;
	background-image: url(images/footer.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}

h1,h2,h3,h4,h5 { margin:0px;padding:0px;line-height:100%; }

h1 {
	font-size: 24px;
	color: #A6010F;
	font-weight:bold;
}
h2 {
	font-size: 18px;
	color: #20415E;
	font-weight:bold;
}
h3 {
	font-size: 16px;
	color: #888;
	font-weight:bold;
}
h4 {
	font-size: 14px;
	color: #779504;
	font-weight:bold;
}
h5 {
	font-size: 12px;
	color: #385251;
	font-weight:bold;
}

.menubox { position:absolute; top:26px; left:200px; width:auto; }

a.menu:link {
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	color: #fff;
	text-decoration: none;
}
a.menu:visited {
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	text-decoration: none;
	color: #BC895E;
}
a.menu:hover {
	font-size:16px;
	font-family:arial,helvetica,sans-serif;
	text-decoration: underline;
	color: #BC895E;
}
a.menu:active {
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	text-decoration: underline overline;
	color: #BC895E;
}

a {
	font-weight: bold;
}
a:link {
	color: #003;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003;
}
a:hover {
	text-decoration: underline;
	color: #7C4526;
}
a:active {
	text-decoration: underline overline;
	color: #BC895E;
}

