@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../images/site_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC9933;
	font-weight: bold;
	font-size: 8pt;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC9933;
	font-weight: normal;
	font-size: 8pt;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC9933;
	font-weight: normal;
	font-size: 8pt;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC9933;
	font-weight: normal;
	font-size: 8pt;
}

.margined {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC9933;
	font-weight: normal;
	font-size: 8pt;
	margin-left: 15px;
	margin-top: 0px;
}

.stroke {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC9933;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: line-through;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC9933;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}

.image {
	border-style: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC9933;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: underline;
}

.footer {
	width: 780px;
	vertical-align: top;
	border-top: #CC9933 solid 1px;
}

.adSpace {
	width: 140px;
	vertical-align: top;
	border-left: #CC9933 dotted 1px;
}

#ads {
	width: 140px;
}

.containerHead {
	border-bottom: #CC9933, solid, 1px;
}

#content {
	width: 460px;
	padding: 5px;
	vertical-align: top;
}