html, body {
	margin: 0;
	padding: 0;
	background: url(images/fon.gif) repeat;
	font: Arial, Helvetica, sans-serif;
}
p { 
	font-size: 14px;
	color: #705040;
	padding: 0;
    margin: 0; 
	text-align: justify;
	font-style: normal;
}
p.news_title {
    font-size: 15px;
	color: #CC6600;
	text-align: left;
    font-style: italic;
}
p.picture_text {
    float: left;
	padding: 5px 15px 5px 0;
}
p.welcome {
    font-size: 13px;
	color: #006666;
}
p.other {
	font-size: 14px;
}
p.other a {
	font-weight: bold; 
	cursor: hand;
	font-size: 14px;
	color: #705040;
}
p.footer {
    font-size: 12px;
}
h1 { 
	font-size: 15px; 
	letter-spacing: 1px; 
	color: #CC6600;
	text-align: left;
	font-weight: bold;
	padding: 0;
    margin: 0;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #006666;
	cursor: hand;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #669999;
	cursor: hand;
}
a:hover, a:active { 
	font-weight: bold;
	text-decoration: none; 
	color: #669999;
	cursor: hand;
}
.wrapper {
    height: 100%;
	min-height: 100%;
	width: 900px;
    min-width: 900px;
	margin: 0 auto;
	padding: 0;
}
.header {
    height: 201px;
	width: 900px;
    background: url(images/bannerup.jpg) no-repeat center;
	padding: 0;
	margin: -1px 0 0 0;
}
img {
    border: none;
}
.menu {
    float:left; 
    width:100%;
    height: 29px;
    font: Arial, Helvetica, sans-serif;
	background: url(images/bannerdown.jpg) no-repeat center;
	overflow:hidden; 
    position:relative;
}
.menu ul {
    clear:left; 
    float:left;
	list-style: none;
	margin:0; 
    padding:0; 
    position:relative; 
    left:50%; 
    text-align:center;
}
.menu ul li {
    display: block; 
    float: left; 
    list-style: none;
	margin: 0; 
    padding: 0; 
    position: relative; 
    right: 50%;
}
.menu ul li a {
    display:block;
	margin: 0;
	padding: 5px 10px 8px 10px;
    margin: 0;
    text-decoration: none;
    text-align: center;
	letter-spacing: 1px;
	text-transform: lowercase;
    color: #fff;
    font-size: 14px;
	cursor: hand;
}
.menu ul li a:hover {
    color: #ffcc99;
}
.menu ul li a.active { 
    color: #ffcc99;
}	
.container {
    width: 900px;
    height: 100%;
	margin: 0;
	background: url(images/centerbg.gif) repeat-y center;
	display: table-cell;
}
.leftcontent {
    width: 430px;
    height: 100%;
	background: url(images/centerbg.gif) repeat-y left;
	float: left;
    margin: 0;
	padding: 40px 50px 40px 70px;
	display: table-column;
}
.rightcontent {
    width: 240px;
    height: 100%;
	background: url(images/centerbg.gif) repeat-y right;
	float: left;
    margin: 0;
	padding: 40px 60px 40px 50px;
	display: table-column;
}
.title {
    float: left;
    font-size: 15px; 
	letter-spacing: 1px; 
	color: #CC6600;
	font-weight: bold;
}
.leftcontent div.title {
    width: 430px;
	padding: 10px 0 25px 0;
}
.rightcontent div.title {
    width: 240px;
	padding: 10px 0 10px 0;
}
.list {
    float: left;
	width: 225px;
	padding: 0 0 0 15px;
	margin: 0;
}
.list ul{
    padding: 0;
    margin: 0;
	list-style: none;
}
.list ul li {
    text-align: left;
	padding: 5px 0;
}
.list ul li a {
    text-decoration: none;
    color: #006666;
	font-size: 14px;
	font-weight: bold;
}
.list ul li a:hover {
    color: #669999;
}
.footer { 
	width: 790px;
	height: 50px;
	padding: 10px 0 10px 110px;
	background: url(images/centerbg.gif) repeat-y center;
	clear:both;
	border-top: inset 1px #705040;
	border-bottom: inset 1px #705040;
}

