@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	color: #000000;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:22px;
	background-color: #8c0505;
}

a{
	color: #8c0505;
	text-decoration: none;
}

a:hover{
	color: #000000;
}

p {
margin-bottom:12px;}
h2 {
	font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
	font-size: 27px;
	font-weight: normal;
	color: #8c0505;
	margin-bottom:15px;
}
h3 {font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #8c0505;
	margin-bottom:5px;
	margin-top:5px;}
	
h4 {
	font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
	font-size: 27px;
	font-weight: normal;
	color: #8c0505;
	margin-bottom:4px;
}

#wrapper {
	width:861px;
	margin:20px auto 0;
	text-align:left;
}

#top {
	width:861px;
	height:27px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
}
#middle {
	width:861px;
	background-image: url(../images/middle.png);
	background-repeat: repeat-y;
}

#footer {
	width:861px;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	text-align:center;
	color: #e9d03b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top:15px;
}
#footer a {
	color: #e9d03b;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCC66;
	text-decoration: underline;
}

#header {
	width:795px;
	height:90px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	margin-left:33px;
	text-align: center;
	padding-top:40px;
}
#navigation {
	width:795px;
	margin-left:33px;
	margin-bottom:9px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #590000;
	text-align:center;
}

#navigation ul {
	height:29px;
	text-align:center;
	padding-left:65px;
}

#navigation li {
	font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #e9d03b;
	list-style-type: none;
	line-height:27px;
	text-align:center;
	float:left;
	display:block;
}
#navigation li a {
	color: #e9d03b;
	text-decoration: none;
	height:28px;
	display:block;
	padding-left:20px;
	padding-right:20px;
}

#navigation li a:hover {
	background-color: #8a0d0d;

	
}

.on {
	color: #e9d03b;
	text-decoration: none;
	padding-left:7px;
	padding-right:7px;
	height:28px;
	display:block;
	background-color: #8a0d0d;}

#content {
width:795px;
margin-left:33px;
}

#main_content {
width:480px;
float:left;
margin-top:10px;
padding-left:15px;}

#right {width:278px;
float:right}
.side_top {
	float:right;
	width:278px;
	background-color: #dddddd;
	background-image: url(../images/side_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 11px;
}

.side_bottom {
	background-image: url(../images/side_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding:10px;
}

.quote{font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #8c0505;
	margin-bottom:5px;
	margin-top:5px;
}

.image_border {
	border: 1px solid #8c0505;
	padding:2px;
	color: #8c0505;
	width:220px;
	text-align:center;
	font-style: italic;
	font-weight: bold;
	float:left;
	margin-right:14px;
	margin-top:5px;
	margin-bottom:5px;
}

.image_border_small {
	border: 1px solid #8c0505;
	padding:2px;
	color: #8c0505;
	width:200px;
	text-align:center;
	font-style: italic;
	font-weight: bold;
	float:left;
	margin-right:14px;
	margin-top:5px;
	margin-bottom:5px;
}

.table_class {
text-align:center;
}

.table_class th {
background-color:#8c0505;
color:#FFFFFF;
}

.table_class td {
	background-color:#e6e6e6;
	padding:5px;
}
