html {
	height: 100%;
	padding-bottom: 1px;
}

body {
	margin: 0; padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: #3e1c11 url(../images/design/body.png) repeat-x top;
	color: #868686;
	line-height: 16px;
}

h2 {
	margin: 4px 0 18px 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
}

#page {
	margin: 22px auto;
	width: 977px;
}

#head {
	overflow: hidden;
	background: #ffffff url(../images/design/head.jpg);
	height: 249px; width: 977px;
}

#head h1 {
	float: left;
	margin: 0; padding: 0;
	height: 77px; line-height: 77px; width: 416px;
}

#head h1 a {
	display: block;
	background: url(../images/design/logo.png) no-repeat;
	text-indent: -9999px;
	outline: none;
}

#head .intro {
	float: left; clear: left;
	width: 420px; height: 80px;
	padding-left: 35px;
	color: #ffffff;
}

#head .newsletter {
	float: left; clear: left;
	width: 476px; height: 92px;
	background: url(../images/design/newsletter.png) no-repeat;
}

#head .newsletter form {
	margin: 55px 125px 0 20px; padding: 0; height: 25px;
	background: url(../images/design/news-text.png) no-repeat left;
}

#head .newsletter .button {
	float: right;
	margin-left: 5px;
}

#head .newsletter .text {
	padding: 4px 5px; margin: 0;
	width: 235px;
	border: 0; background: none;
}

#content {
	width: 977px;
	background: #ffffff;
	margin-bottom: 12px;
	position: relative; z-index: 1;
	padding: 18px 0;
}

#content .left {
	float: left;
	width: 213px;
	margin-right: 18px;
}

#content .left h3 {
	position: relative; z-index: 10;
	width: 189px; height: 43px;
	margin: 0 0 0 -12px; padding: 0 18px;
	background: url(../images/design/side-h3.png) no-repeat;
	font: bold 18px/30px Arial, Helvetica, sans-serif;
	color: #efefef;
}

#content .left h3.alert {
	background: url(../images/design/side-h3-attention.png) no-repeat;
}

#content .left div.alert {
	color: #9c9c9c;
	font-size: 15px;
	font-weight: bold;
	padding: 0 10px;
}

#content .left ul {
	list-style: none;
	margin: 0 0 15px 5px;
	padding: 0;
}

#content .left ul li {
	width: 196px; height: 18px;
	padding-left: 12px;
	margin-bottom: 3px;
	background: url(../images/design/side-li.png) no-repeat;
}

#content .left ul li a:link, #content .left ul li a:visited {
	color: #708890;
	text-decoration: none;
}

#content .left ul li a:hover {
	text-decoration: underline;
}

#content .main {
	float: left;
	width: 586px;
	margin-right: 18px;
}

.box {
	overflow: hidden;
	background: #e1dedc url(../images/design/box-body.png) no-repeat bottom;
	height: 1%;
	margin-bottom: 18px;
}

.box h3 {
	background: url(../images/design/main-h3.png) no-repeat;
	height: 31px; line-height: 31px;
	color: #adc7cf;
	padding: 0 12px;
	margin: 0;
}

.box .thumb {
	float: left;
}

.box .thumb img {
	border: 1px solid #816820;
	margin: 12px;
}

.box .text {
	width: 397px;
	float: left; padding: 12px 12px 12px 0;
}

.box .links {
	list-style: none;
	float: right;
	margin: 0 12px 12px 0;
	padding: 0;
}

.box .links a {
	display: block;
	width: 143px; height: 25px; line-height: 25px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

.box .link1 {
	background: #6d502d url(../images/design/link1.png) no-repeat;
	margin-right: 5px;
}

.box .link2 {
	background: #6d502d url(../images/design/link2.png) no-repeat;
}

.box .links li {
	float: left;
}

#footer {
	height: 36px; line-height: 36px;
	text-align: center;
	background: #6d502d url(../images/design/footer.png) no-repeat;
}

#footer, #footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

