@charset "utf-8";

/* GLOBAL STYLE */
body {
	height: 100%; 
	margin: 0;
	background: #f6d000 url(../img/body_background.gif) repeat-x top;
	font: normal 11px Tahoma;
	color: #372e03;
	line-height: 15px;
}
select, textarea, input { 
	font: normal 11px Tahoma; 
}
a { 
	text-decoration: none; 
}
.clear {
	clear: both; 
	height: 1px;
	line-height: 1px;
}

/* MAIN STYLE */
#main {
	width: 1000px;
	height: 100%; 
	min-height: 100%;
}

/* HEADER STYLE */
#main #header {
	overflow: hidden;
	width: 1000px;
	height: 378px;
	background: url(../img/first_background.jpg) no-repeat;
}
#header .first {
	position: relative;
	float: left;
	width: 500px;
	height: 378px;
}
.first .links {
	position: absolute;
	top: 107px;
	left: 115px;
	width: 81px;
	height: 18px;
}
.first .links a {
	float: left; 
	display: inline;
	width: 13px;
	height: 10px;
	margin: 6px 9px 0 13px;
}
.first .help a {
	position: absolute;
	top: 213px;
	left: 77px;
	font-weight: bold;
	color: #c20000;
}
.first .form {
	position: absolute;
	top: 293px;
	left: 72px;
	width: 350px;
	margin: 0;
}
.first .form a {
 
	margin-top: 5px;
	color: #5a4a00;
	text-decoration: underline;
}
* html .first .form {
	top: 292px;
}
.first .form .button {
	float: left; 
	height: 35px;
}
.first .form .button input {
	width: 80px;
	background: none;
	border: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #5a4a00;
	cursor: pointer;
}
.first .form .input {
	float: left;
}
.first .form .input input {
	display: block;
	width: 130px;
	margin-bottom: 2px;
	padding: 2px;
	background: #faf6e8;
	border: 1px solid #5a4a00;
	color: #5a4a00;
}
* html .first .form .input input {
	margin: 0;
}
#header .second {
	position: relative;
	float: left;
	width: 500px;
	height: 378px;
	background: url(../img/second_background.jpg) no-repeat;
}
/* MENU STYLE */
.second .menu {
	position: absolute;
	top: 107px;
	font-size: 10px;
}
.second .menu a {
	color: #8b7100;
}
.second .menu ul {
	margin: 3px 0 0 5px;
	padding: 0;
}
.second .menu ul li { 
	display: inline;
	margin-right: 15px;
	list-style-type: none; 
}
.second .stat {
	position: absolute;
	top: 130px;
}
.second .stat h4 {
	margin: 10px 0 0 275px;
	font-size: 13px;
}
.second .stat table {
	width: 350px;
	margin: 5px 0 0 20px;
}
.second .stat table a {
	color: #5a4a00;
	text-decoration: underline;
}
.second .stat table .color {
	background: #deb803;
}
.second .stat table .number {
	width: 10px;
	font-weight: bold;
	padding-left: 3px;
}
.second .stat table .site {
	width: 200px;
	color: #5a4a00;
}
.second .stat table .category {
	width: 120px;
}
.second .stat table .count {
	width: 20px;
	color: #c20000;
}


.news  {
	 
	 
}
.news  a {
	color: #5a4a00;
	text-decoration: underline;
}
.news  .color {
	background: #deb803;
}
.news  .number {
	width: 10px;
	 
}
.news  .site {
	 
	color: #5a4a00;
}
.news  .category {
	width: 120px;
}
.news  .count {
	width: 20px;
	color: #c20000;
}


/* MIDDLE STYLE */
#main #middle {
    overflow: hidden;
	width: 1000px;
	background: url(../img/middle_background.gif) repeat-y;
}
#second #main #middle {
	background: url(../img/second_middle_background.gif) repeat-y;
}
#middle .left {
	float: left;
	width: 311px;
	padding: 0 15px;
}
.left h4 {
	margin: 0;
	font-size: 13px;
}
.left .text {
	padding: 0 0 0 15px;
}
.left .text h5 {
	margin: 2px 0 0 0;
	font-size: 11px;
}
.left .text blockquote {
	margin: 0 0 5px 7px;
}
.left .text form {
	margin: 0;
}
.left .text .input {
	width: 100px;
	margin-right: 3px;
	padding: 2px;
	background: #faf6e8;
	border: 1px solid #5a4a00;
	color: #5a4a00;
}
#middle .center {
	float: left;
	width: 288px;
	padding: 0 15px;
}
#second #middle .center {
	width: 599px;
}
.center h4 {
	margin: 0;
	font-size: 13px;
}
.center .text {
	margin: 5px 0;
	padding: 0 0 0 15px;
}
.center .text textarea {
	width: 265px;
	height: 80px;
	padding: 2px;
	background: #faf6e8;
	border: 1px solid #5a4a00;
	color: #5a4a00; 
}
.center .text form {
	margin: 0;
}
.center .text .input {
	width: 200px;
	margin-right: 3px;
	padding: 2px;
	background: #faf6e8;
	border: 1px solid #5a4a00;
	color: #5a4a00;
}
.center .text .button {
	float: right;
	width: 80px;
	background: none;
	border: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #5a4a00;
	cursor: pointer;
}
#middle .right {
	float: left;
	width: 311px;
	padding: 0 15px;
}
#second #middle .right {
	display: none;
}
.right h4 {
	margin: 0;
	font-size: 13px;
}
.right .text {
	padding: 0 0 0 15px;
}
.right .text h5 {
	margin: 2px 0 0 0;
	font-size: 11px;
}
.right .text blockquote {
	margin: 0 0 5px 7px;
}
.right .text a {
	color: #8b7100;
	text-decoration: underline;
}
.right .text a:hover {
	color: #c20000;
	text-decoration: underline;
}

/* FOOTER STYLE */
#main #footer {
	width: 970px;
	height: 60px;
	padding: 10px 0 0 30px;
}
.copyright img {
	float: left;
	display: block;
	margin-right: 10px;
}
.copyright a {
	font-weight: bold;
	color: #8b7100;
	text-decoration: underline;
}