@charset "utf-8";
/* CSS Document */

html, body, p, h1, h2, h3, h4, h5, h6, form {
margin: 0;
padding: 0;
border: 0;
}
body {
	background-color:#F8E5C6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
h1, h2, h5, h6 {
	color:#0091b0;
}
h3, h4 {
	color:#331500;
}
#wrapper {
	width:950px;
	background-color:#FFFFFF;
	margin:10px auto;
	border: solid #663300 1px;
	text-align:left;
}
#banner {
	height: 270px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
#nav {
	border-bottom: 1px solid #663300;
	height:27px;
	background-color:#331500;
}
#content p, h1, h2, h3, h4, h5, h6 {	
	margin:20px;
}

#footer {
	border-top: 1px solid #663300;
	background-color:#331500;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	padding:5px;
	
}
a {
	color:#CC0000;
	text-decoration:none;
	text-weight:bold;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
a:visited {
	color:#990000;
}
#banneralt {
	height:95px;
	background-color:#000000;
}
#contentinterior p, h1, h2, h3, h4, h5, h6 {
	margin:10px;
}
.largetext {
	font-size:14px;
	font-weight:bold;
}
.largertextblack {
	font-size:16px;
	font-weight:bold;
}
.largertextbrown {
	font-size:16px;
	font-weight:bold;
	color:#663300;
}
.mediumtextbrown {
	font-size:14px;
	font-weight:bold;
	color:#663300;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-sisze:12px;
}
.tablehead {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	margin:2px;
}
hr {
	border: 0;
	width: 98%;
	color: #663300;
	background-color: #663300;
	height: 3px;
	text-align: center;
}
