@import "common.css";

body {
	background: #CC3300;
	text-align: center;
	min-width: 720px;		
}

#container {
	border: 1px solid #000000;
	background: #ffffff;
	margin:0 auto;
	width:720px;
	text-align: left;		
}

#masthead {
	border-bottom: 1px solid #000000;	
}

#nav {

}

#nav a {
	/* background: #663300; */
    color: #000000;	
    font-weight: bold;
    font-size: 14px;
}

#nav a:hover {
	/* background: #663300; */
    color: #CC3300;
    
}

#content {

}

#content p {

}

#content h1 {
    font-family: georgia, times, serif;
    font-size: 24px;
    color: #000000;
	border-bottom: 1px solid #000000;
	padding-bottom:2px;    
}

#content h2 {
    font-family: georgia, times, serif;
    font-size: 18px;
	color: #000000;
}

#content a {
    color: #CC3300;
}

#content a:hover {
    color: #FF9900;
}

#footer {
 
}

.news b {
    font-family: georgia, times, serif;
    font-size: 16px;
}

.news p {

}

.reel a {
    font-family: georgia, times, serif;
    font-size: 18px; 
}

.line {
    border-top: 1px solid #000;
}

#links li {
    line-height: 24px;
}
