#wrap {
	margin: auto;
	width: 700px;
}
#cont {
	margin-top: 16px;
	font-size: 14px;
	line-height: 24px;
	width: 682px;
	font-weight: bold;
	background: #dddddd;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 10px 3px;
}
#image {
	border: 1px solid #DDDDDD;
	width: 700px;
	margin-top: 24px;
}
#text {
	margin-top: 26px;
	width: 700px;
	text-align: justify;
}
#nav {
	margin-top: 26px;
	font-size: 12px;
	color: #888888;
	width: 680px;
	font-weight: bold;
	background: #dddddd;
	padding: 7px 10px 5px;
	border-bottom: 1px solid #CCCCCC;
}
body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-size: 18px;
	color: #CC0000;
	margin-top: 3px;
	margin-bottom: 6px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 3px;
	margin-bottom: 6px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 3px;
	margin-bottom: 6px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
ul, ol, form {
	margin-top: 5px;
	margin-bottom: 5px;
}
a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #888888;
}
a.nav {
	color: #CC0000;
	text-decoration: none;
}
a.nav:hover {
	color: #888888;
}
a.big {
	color: #CC0000;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
a.big:hover {
	color: #888888;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
a.sml {
	color: #CC0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.sml:hover {
	color: #888888;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.copyright {
	font-size: 11px;
	font-weight: bold;
	color: #888888;
}

