* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body {
	font: 13px Verdana, Helvetica;
	background: #660000;
}

#container {
	margin: 0px auto;
	width: 605px;
}

#navigation {
	clear: both;
	font-size: 17px;
	text-align: center;
	background: transparent url(site/bg_navigation.png);
	line-height: 39px;
	height: 39px;
	padding: 0px 16px 1px 15px;
}

#navigation a {
	font-size: 17px;
	text-decoration: none;
	color: #333;
	margin: 0px 10px 0px 10px;
}

#navigation a:hover {
	text-decoration: underline;
	color: #999;
}

.current_active {
	color: #660000;
	font-size: 17px;
	margin: 0px 10px 0px 10px;
	text-decoration: underline;
}

#header {
	padding: 0 0 8px 0;
	clear: both;
	float: left;
	width: 100%;
	background: transparent url(site/bg_header.png) no-repeat center bottom;
}

#header h1 {
	display: block;
	height: 26px;
	line-height: 26px;
	height: 26px;
	float: left;
	color: #fff;
	padding: 0 0 0 2px;
}

#header h2 {
	line-height: 20px;
	display: block;
	height: 20px;
	float: right;
	color: #fff;
	padding: 6px 2px 0 0;
	font-size: 20px;
}

#content {
	line-height: 18px;
	padding: 8px 10px 16px 11px;
	background: url(site/bg_content.png) repeat-y;
}

#content img {
	display: block;
	margin: 4px auto;
	padding: 3px;
	border: 1px solid #999;
}

.floatleft {
	float: left;
}

.leftside {
	float: left;
	width:288px;
	text-align: center;
}

.rightside {
	float: right;
	width: 288px;
	text-align: center;
}

#content a {
	color: #660000;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

#content a:hover {
	color: #999;
}

#content h1 {
	line-height: 32px;
	text-align: center;
	margin: 0px 0px 8px 0px;
}

#content h2 {
	line-height: 24px;
	margin: 2px 0px 8px 0px;
}

#content h3 {
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

#content p {
	margin-bottom: 13px;
}

#content_end {
	height: 5px;
	background: transparent url(site/bg_content_end.png) no-repeat;
}

#footer {
	margin-top: 2px;
	font-size: 10px;
	color: #666;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	color: #fff;
}


.gw {
	font-weight: bold;
	color: #660000;
}

.place {
clear: both;
display: block;
}

