body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 14px;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}

/* layout */
#container {
	width: 984px;
	height: 588px;
	margin: auto;
}

#panel-left {
	float: left;
	width: 160px;
	background: url(../img/menu_bg.png) no-repeat top left #000;
}

#menu {
	margin: 28px;
	height: 521px;
}
#menu ul li {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 10px;
}

#logo {
	width: 100%;
	text-align: center;
}

#page-main, #page-bush {
	width: 760px;
	height: 566px;
	float: right;
	padding: 20px;
	padding-bottom: 0px;
	line-height: 18px;
}
#page-main {
	background: url(../img/page_bg_main.png) no-repeat top right #000;
}
#page-bush {
	background: url(../img/page_bg_bush.jpg) no-repeat top right #000;
}

#home-main {
	float: left;
	width: 360px;
	text-align: center;
}
#home-main #image {
	margin: auto;
	margin-top: 30px;
}

#home-right {
	float: right;
	width: 330px;
	margin-top: 15px;
	margin-right: 15px;
}

#news-header {
	text-align: right;
}

#news-block {
	width: 100%;
}
#news-list {
	width: 90%;
	float: left;
	height: 400px;
	overflow: hidden;
	text-align: right;
	line-height: 18px;
}
.date {
	color: #e3a97b;
	font-weight: bold;
}

#aboutus-main {
	float: left;
	width: 560px;
	text-align: center;
}
#aboutus-right {
	float: right;
	width: 170px;
	margin-top: 30px;
}
#aboutus-photo img {
	float: left;
	margin-right: 5px;
}

#output-main {
	float: left;
	width: 420px;
	text-align: center;
}
#output-right {
	float: right;
	width: 300px;
	margin-top: 33px;
}

#shop-main {
	float: left;
	width: 420px;
	text-align: center;
}
#shop-right {
	float: right;
	width: 300px;
	margin-top: 32px;
}

#friends-main {
	float: left;
	width: 420px;
	text-align: center;
}
#friends-right {
	float: right;
	width: 300px;
	margin-top: 50px;
}

#contact-main {
	float: left;
	width: 420px;
	text-align: center;
}
#contact-right {
	float: right;
	width: 300px;
	margin-top: 30px;
}

#gbook-main {
	float: left;
	width: 420px;
	text-align: center;
}
#gbook-right {
	float: right;
	width: 300px;
	margin-top: 30px;
}
#gbook-form {
	margin: auto;
	width: 75%;
	text-align: left;
}
#gbook-list {
	width: 90%;
	float: left;
	height: 400px;
	overflow: hidden;
	text-align: left;
}

#contact-main {
	float: left;
	width: 420px;
	text-align: center;
}
#contact-right {
	float: right;
	width: 300px;
	margin-top: 30px;
}
#contact-form {
	margin: auto;
	width: 75%;
	text-align: left;
}

#scroll-block {
	width: 5%;
	float: right;
}
#scroll-block img {
	display: block;
	cursor: pointer;
}
#scroll-block #btn-dwn {
	margin-top: 150px;
}

/**/

.error {
	color: #ee0000;
}

ul li {
	margin-bottom: 8px;
}
ul.left li {
	text-align: left;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ddd;
	text-decoration: none;
}

img {
	border: none;
}
form {
	display: inline;
}

input.form, select.form, textarea.form {
	width: 100%;
	font-family: "Courier New", monospace;
	font-size: 13px;
	color: #e0d7ce;
	border: solid 1px #ccc;
	background: #000;
	margin-bottom: 3px;
}
textarea.form {
	overflow: auto;
}
input.butt {
	color: #eee;
	border: solid 1px #ccc;
	background: #000;
}

div.center {
	width: 100%;
	text-align: center;
}
.box-left {
	float: left;
}
.box-right {
	float: right;
}
.clear {
	clear: both;
}

.left {
	text-align: left;
}

#foot {
	clear: both;
	font-family: Arial;
	font-size: 11px;
	color: #bbb;
	text-align: center;
}
#foot a:link, #foot a:visited {
	text-decoration: none;
	color: #bbb;
}
#foot a:hover, #foot a:active {
	text-decoration: none;
	color: #ddd;
}