﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #222;
}

a {
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
	background-position: center;
	height: 250px;
	text-align: center;
	background-color: #25383F;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 120px 40px 0 0;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #fff;
padding: 3px 40px 0 0;
letter-spacing: -1px;
font-weight: 100;
}

#content {
	background: #DBD3C1 url(../images/content.jpg) repeat-y;
	padding: 0 20px;
}

.right {
float: right;
width: 440px;
text-align: justify;
margin-right: 10px;
}
.right h2 {
	font-size: small;
	font-weight: bold;
	padding-left: 10px;
	height: 26px;
	line-height: 26px;
	background-color: #738694;
	margin-top: 10px;
	padding-right: 10px;
}
.right h2 a {
	text-decoration: none;
	padding-right: 10px;
}
.right h2 a:hover {

}

.left {
float: left;
width: 150px;

}
.left h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 26px;
	line-height: 26px;
	color: #B88A3F;
	font-size: 13px;
	background-color: #000000;
	padding-right: 10px;
}
.left ul {
	padding: 10px 5px 15px 20px;
	color: #C2A94D;
	list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.menu {
float: right;
width: 150px;

}
.menu h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 26px;
	line-height: 26px;
	color: #B88A3F;
	font-size: 13px;
	background-color: #000000;
	padding-right: 10px;
}
.menu ul {
	padding: 10px 10px 15px 20px;
	color: #C2A94D;
	list-style-type: none;
}
.menu ul li a {
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
}
.menu ul li a:hover {

}
.articles {
	border: 1px dashed #FF0066;
	padding: 10px;
	height: auto;
}

#bottom {
	background: #FFFFFF url(../images/bottom.jpg) no-repeat;
	padding: 10px 0;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #FF7000;
	padding-bottom: 10px;
}
#footer a {
	color: #33CC33;
}
#footer a:hover { color: #111; }
#content1 {
	background: #DBD3C1 url('../images/content1.jpg') repeat-y;
	padding: 0 20px;
}
.subarticles {
	border: 1px dashed #C0C0C0;
	background-color: #DBD2C1;
	width: auto;
	height: 20px;
	padding-right: 10px;
	font-family: tahoma;
	font-size: xx-small;
	color: #FF6600;
}
.list1 {
	border: 1px dashed #C0C0C0;
	background-color: #DBD2C1;
	width: auto;
	height: 20px;
	padding-right: 10px;
	font-family: tahoma;
	font-size: small;
	color: #808080;
	text-align: right;
}
.list1 a{
	font-family: tahoma;
	font-size: medium;
	color: #666666;
}
.list0 {
	border: 1px dashed #C0C0C0;
	background-color: #B6AFA0;
	width: auto;
	height: 20px;
	padding-right: 10px;
	font-family: tahoma;
	font-size: small;
	color: #76675C;
	text-align: right;
}
.list0 a{
	font-family: tahoma;
	font-size: medium;
	color: #666666;
}
.a2 {
	text-decoration: none;
	color: #737373;
	cursor: pointer;
	font-family: tahoma;
	font-size: small;
	font-weight: bold;
}
.Mozolist {
	float: left;
	width: 90%;
}

