@charset "UTF-8";
a:link {
	color: #EC2426;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EF3D38;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
}
#container {
	background-image: url(images/bgnd_wood.jpg);
	background-repeat: no-repeat;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	background-image: url(images/footer_bkgd.jpg);
	background-repeat: no-repeat;
	height: 163px;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 90px;
	padding-left: 90px;
	text-align: center;
}
body {
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #33170A;
	margin: 0px;
	padding: 0px;
}
#navbar ul li {
	list-style-type: none;
	text-align: center;
	margin-left: 0px;
}
#navbar ul li a {
	color: #000;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 14px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-align: center;
	margin-top: 5px;
	font-size: large;
	float: right;
}
#navbar {
	margin-right: 40px;
}
#navbar a:hover {
	color: #AC1625;
	padding-right: 25px;
	padding-left: 25px;
}

.main {
	width: 671px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	margin-left: 70px;
}
#main2 {
	width: 581px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 45px;
	padding-left: 45px;
	padding-bottom: 30px;
}
.m_top {
	background-image: url(images/top_white.png);
	height: 26px;
	width: 671px;
	}
.m_middle {
	background-image: url(images/repeat_white.png);
	background-repeat: repeat-y;
	width: 581px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 45px;
}
.m_bottom {
	background-image: url(images/bottom_white.png);
	background-repeat: no-repeat;
	width: 671px;
	height: 27px;	
}
.main2text {
	color: #FFF;
}
.footer_text {
	color: #C00;
}
h3 {
	margin: 0px;
	padding: 0px;
	color: #900;
}
.imagefloatleft {
	float: left;
	padding-right: 20px;
	padding-left: 5px;
}
