body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(img/bg2.jpg);
	background-color:#000;
}

#main {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:0;
	border:5px solid black;
	background:#000;
}

#navi {
	background:#000;
	width:679px;
	height:20px;
	padding:0;
	margin:0;
	font-weight:bold;
	color:#760604;
}
#navi table { border:none; padding:0; margin:0; height:20px; border-collapse:collapse;}
#navi table tr { border:none; padding:0; margin:0; height:20px; }
#navi table td { 
	height:20px;
	border:none;
	padding:2px;
	margin:0;
	text-align:center;
}
#navi table td.current {
	height:20px;
	width:97px; 
	background:#c90a00;
	color:#000;
}
#navi table td.choose {
	height:20px;
	width:97px; 
	background:#000;
}
#navi table td.space {
	height:20px;
	width:7px; 
	background:#000;
}
#navi table td.over {
	height:20px;
	width:97px; 
	background:#222222;
	color:#c80100;

}
#navi a, #navi a:visited, #navi a:active {
	color:#760604;
	text-decoration:none;
	font-weight:bold;
}
#navi a:hover { 
	color:#c80100;
	text-decoration:none;
	font-weight:bold;
}

#content {
	height:550px;
	background-image:url(img/bg1.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	background-attachment:fixed;
	overflow:scroll;
}
#content p {
	text-indent:20px;
	margin:3px 0 0 0;
}
#content .cap {
	font-size:1.4em;
	font-weight:bold;
}
a, a:visited, a:active {
	color:#760604;
	text-decoration:underline;
	font-weight:normal;
}
a:hover {
	color:#c80100;
	text-decoration:none;
	font-weight:normal;
	background:#222222;
}

#footer {
	width:700px;
	margin:10px auto 0 auto;
	font-size:10px;
	color:#000;
	text-align:right;
}