* {
	margin: 0;
	padding: 0;	
}
body{
	background: #fff;
	text-align: center;
	font-family: Georgia, Serif;
	font-size: 13px;
	color: #333;
	line-height: 2em;
}
#wrap{
	margin: 0 auto;
	text-align: left;
	width: 800px;
	position: relative;
}
#header{
	width:100%;
	height: 50px;
	background: url(../images/header.gif) no-repeat;
	text-align: left;
}
#title{
	display: none;
}
#homelink{
	width: 500px;
	height: 50px;
	cursor: pointer;
}
#main{
	width: 100%;
	margin-top: 2em;
	text-align: left;
	padding-bottom: 2em;
}
#navi{
	width: 150px;
	position: absolute;
	top: 76px;
	left: 0;
	margin-left: 2em;
}
#navi ul{
	margin-left: 2em;
	list-style: square;
	color: #CC0000;
}
#navi ul li{
	padding:0.5em 0 0.5em 0;
	border-bottom: 1px solid #e0e0e0;
}
#navi li.current{
	font-weight: bold;
}
#navi ul li a{
	text-decoration: none;
	color: #333;
}
#navi ul li a:hover{
	color: #cc0000;
	font-weight: bold;
	font-size: 15px;
}
#navi ul.subnavi{
	list-style: disc;
	font-size: 12px;
}
#navi ul.subnavi li{
	border-bottom: none;
	font-weight: normal;
	padding-bottom: 0;
}
#navi ul.subnavi li a:hover{
	font-size: 12px;
}
#navi ul.subnavi li.current{
	font-weight: bold;
}
#content{
	border-left: 1px solid #e0e0e0;
	margin-left: 176px;
	padding: 0.5em 1em 0 3em;
	min-height: 450px;
}
#content p{
	text-indent: 2em;
	margin-bottom: 1em;
}
#content #links {
	border-bottom: 1px solid #e0e0e0;
	margin-left: 1em;
	padding-top:1em;
}
#content img.left{
	float: left;	
	margin-right: 1em;
}
.red{
	color: #cc0000;
}
#photos img{
	padding: 2px;
	border: 1px #e0e0e0 solid;
}
h1 {
	margin-top: 1em;
	margin-bottom: 2em;
	width: 500px;
	font-size: 16px;
	border-bottom: 1px solid #EFA300;
	text-indent: -1em;
}
#contact p{
	line-height: 1em;
}
#caution{
	text-indent: 0;
	color: #cc0000;
	font-weight: bold;
	margin-bottom: 0;
}
#content ul {
	margin-left: 1em;
	padding-left: 1.5em;
}
#content a {
	color: #cc0000;
}
#content a:hover {
	color: #cc0000;
	text-decoration: none;
}
#morenews {
	width: 500px;
	text-align: right;
}
#bread{
	font-size: 11px;
	margin-bottom: 2em;
}
#bread.current{
	font-weight: bold;
}
#bread a{
	color: #cc0000;
	text-decoration: none;
}
#bread a:hover{
	text-decoration: underline;
}
#prettytable {
	width: 550px;
	border-top: 1px solid #e0e0e0;
}
#prettytable th, td {
	border-bottom: 1px solid #e0e0e0;
	padding-left:10px;
}
#prettytable a {
	color:#cc0000;
	text-decoration: none;
}
#prettytable a:hover {
	color: #333;
}
#footer{
	height: 50px;
	background: url(../images/footer.gif) no-repeat;
	color: #fff;
	padding: 1.5em 1em 1em 1em;
	text-align: center;
	font-size: 12px;
}
#footer a{
	color: #fff;
	text-decoration: none;
}