html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dd, dt, address {
	margin: 0;
	padding: 0;
}

html {
	background: #8cc17b url(../images/background.png) repeat-x;color: black;
}

body {
	text-align: center;
	font: 80%/1.6 Verdana, Arial, Helvetica, sans-serif;
	padding: 28px 0 60px 0;
}

html > body {
	font-size: 13px;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #760000;
}

a:hover {
	text-decoration: none;
}

table {
	font-size: 100%;
	border-collapse: collapse;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.cb {
	clear: both;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.clear {
	clear: both;
}

li {
	list-style: none;
}

a img, fieldset {
	border: 0;
}

.highlight {
	color: red;
	font-weight: bold;
}

.img_fright {
	float: right;
	margin: 0 0 1em 1.5em;
}

#page {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: white;
}

#page .inner {
	margin: 6px;
}

#head {
	width: 768px;
	height: 158px;
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

#logo {
	display: block;
	width: 340px;
	height: 51px;
}

#logo, #logo span {
	width: 340px;
	height: 51px;
	display: block;
	cursor: pointer;
}

#logo span {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

#top_ad {
	width: 368px;
	_width: 380px;
	border-left: 2px solid silver;
	padding: 2px 0 2px 10px;
	line-height: 1.4;
	font-size: 85%;
	color: gray;
}

#top_ad a {
	font-weight: normal;
	color: gray;
}

#lc, #text {
	float: right;
}

#lc {
	width: 211px;
	float: left;
	left: 6px;
}

#menu li {
	padding-bottom: 2px;
	font: 90% Arial, sans-serif;
}

#menu a {
	padding: 3px 10px;
	background-color: #c7a66c;
	color: white;
	display: block;
	text-decoration: none;
}

#menu a:hover {
	background: #66b04e;
}

.box {
	padding: 0 5px;
	font-size: 85%;
}

#text {
	width: 534px;
	font-size: 90%;
	padding-bottom: 20px;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #c7a66c;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	color: #c7a66c;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #c7a66c;
}

#text p {
	margin: 0 0 6px 0;
}

#text ul {
	margin: 1em 0 1em 20px;
}

#text li {
	padding: 2px 0;
	list-style: square;
}

#footer {
	font-size: 85%;
	width: 100%;
}

#page_end {
	height: 7px;
	background-color: #c7a66c;
}

#footer {
	background: #f3f3f3;
	border: 1px solid #dadada;
	width: 766px;
	margin-top: 1px;
}
#footer .inner {
	margin: 5px;
}

.ls {
	margin-top: 6px;
}

#footer a {
	font-weight: normal;
}
