.no_display {
display: none;
}

#spacer {
margin: 0px;
padding: 0px;
line-height: 0px;
}

body {
font-family: "Times New Roman", Times, Serif;
margin: 0px;
padding: 0px;
text-align: center;
background-color: #bdbdbd;
}

#wrap {
margin: 0px auto;
padding: 0px;
text-align: left;
width: 760px;
background-color: #fbef88;
border: solid 1px #000;
background-image: url("../images/bg_content.jpg");
background-repeat: repeat-y;
}

#header {
width: 760px;
height: 171px;
background-image: url("../images/bg_header.jpg");
}

#header h1, img, a {
margin: 0px;
padding: 0px;
}

#header_nav {
line-height: 24px;
margin: 0px 3px 0px 0px;
padding: 0px;
}

#header_nav p {
margin: 0px 0px 0px 0px;
padding: 144px 0px 0px 0px;
font-size: 15px;
text-align: right;
}

#header_nav a {
margin: 0px 0px 0px 0px;
padding: 0px;
font-weight: bold;
color: #000;
text-decoration: none;
}

#header_nav a:hover {
	color: #c41230;
}

#top_nav {
font-size: 16px;
background-color: #fff;
height: 34px;
border-bottom: solid 5px #fefe78;
}

#top_nav p {
text-align: left;
color: #000;
height: 14px;
margin: 0px 0px 0px 0px;
padding: 6px 0px 10px 0px;
background-color: #3f1414;
}

#top_nav a {
font-weight: bold;
margin: 0px 12px 0px 12px;
color: #fff;
text-decoration: none;
}

#top_nav a:hover {
	text-decoration: none;
	color: #f9df01;
}

#content_table {
width: 760px;
border-bottom: solid 3px #000;
}

#content {
font-family: "Times New Roman", Times, Serif;
width: 500px;
/*height: 600px;*/
background-color: #fff;
/*border-bottom: solid 1px #000;*/
}

#content h2 {
font-size: 18px;
font-family: "Times New Roman", Times, Serif;
margin: 12px 20px 0px 24px;
padding: 0px;
color: #591b1c;
}

#content h4 {
font-size: 14px;
font-family: "Times New Roman", Times, Serif;
margin: 12px 20px 12px 24px;
padding: 0px;
color: #000;
}

#content p {
font-size: 14px;
margin: 12px 20px 12px 24px;
padding: 0px;
}

#content a:link {
color: #fe0303;
}

#content ul {
font-size: 14px;
margin: 12px 20px 12px 40px;
line-height: 190%;
}
#content_list {
  font-size: 12px;
  margin: 12px 20px 12px 40px;
  padding: 0px;
line-height: 190%;

}

#content img {
    margin: 10px 10px 10px 25px;
    padding: 0px;
	border: solid 1px #000;

}
#navigation {
margin: 12px 0px;
padding: 0px;
width: 224px;
background-color: #f9df01;
}

#navigation ul {
font-size: 13px;
line-height: 170%;
list-style: none;
margin: 12px 0px;
padding: 18px 0px 0px 16px;
}

	
	


#navigation a {
text-decoration: none;
color: #fff;
}

#navigation a:hover {
	color: #fd3905;
}

#address {
	height: 154px;
	font-size: 14px;
	color: #3f1414;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	background-repeat: no-repeat;
}

#address h4 { 
	margin: 0px 0px 0px 16px;
	padding: 0px;
	color: #4d1312;
	font-size: 16px;
}

#address p { 
	margin: 12px 16px 0px 16px;
	padding: 0px;
	line-height: 130%;
	margin-top: 2px;
	margin-bottom: 10px;
	
}

#address a {
	text-decoration: none;
	color: #fff;
}

#address a:hover {
	text-decoration: underline;
}

#wrap a.current {
	color:#fff600;
}

#footer {
height: 80px;
text-align: center;
background-color: #3f1414;
border-top: 5px solid #000;
}

#footer p {
font-size: 13px;
margin: 10px 30px 0px 30px;
padding: 0px;
color:#ffffff;
}

#footer a {
	text-decoration: none;
	color:#ffffff;
}

#footer a:hover {
	text-decoration: underline;
	color:#000;
}
#footer a:link {
color: #fe0303;
}