body {
	background: #CACACA url(images/background.png) repeat-x;
	font-family: "Times New Roman", Trebuchet, serif
	font-size: 16pt
}
#container {
	margin: 0 auto;
	width: 750px
}
#header {
	width: 100%;
	color: #FF0000;
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
}
#main_content {
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF url('images/background_content.gif');
	background-repeat: repeat-y
} 
#main_content_top {
	height: 30px;
	background: #FFFFFF url('images/background_top.gif');
} 
#main_content_bottom {
	height: 30px;
	background: #FFFFFF url('images/background_bottom.gif');
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto
}
.content {
	float: left;
	width: 750px
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 16px
}
}
#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #A40008;
}
.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
a {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}

.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}
ul#list-nav-top {
margin:20px;
padding:0;
list-style:none;
width:750px;
}
ul#list-nav-top li {
display:inline
}
ul#list-nav-top li a {
text-decoration:none;
padding:5px 0;
width:100px;
background:#CACACA;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #fff;
}

ul#list-nav-top li a:hover {
background:#a2b3a1;
color:#000
}

ul#list-nav-foot {
margin:20px;
padding:0;
list-style:none;
width:750px;
}
ul#list-nav-foot li {
display:inline
}
ul#list-nav-foot li a {
text-decoration:none;
padding:5px 0;
width:100px;
background:#CACACA;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #fff;
}

ul#list-nav-foot li a:hover {
background:#a2b3a1;
color:#000
}

