@import url(http://fonts.googleapis.com/css?family=Tangerine);
* {margin: 0px;
padding: 0px;
border: 0px none;
font-size: 100%;
vertical-align: baseline;
}
body {font-family: Arial;
font-size: 13px;
background: #FFFFFF url(images/background.jpg) center top no-repeat;
color: #555;
line-height:1.5;
}
a {color:#8b5c00;
}
a:hover {color:#423B36;
}
.conteiner_main {width: 820px;
margin: 0px auto;
padding: 15px 0;
background:#FFF;
min-height:500px;
}
.conteiner_up {    height: 56px;
    padding:25px 10px;
    background: linear-gradient(top,#e7e4e4,#ffffff);
	background:-webkit-linear-gradient(top,#e7e4e4,#ffffff);
	background:-moz-linear-gradient(top,#e7e4e4,#ffffff);
	background:-ms-linear-gradient(top,#e7e4e4,#ffffff);
    border:0px solid e7e4e4;
    border-bottom: 3px solid #dad2c8;
}
.logo {color:#222;
text-align:center;
width:250px;
}
.logo a {font-family: 'Tangerine', cursive;
text-decoration:none;
color:#222;
font-size:60px;
text-shadow:1px 1px 10px #555;
line-height:50px;
}
.logo span {font-size:12px;
text-transform:uppercase;
line-height:12px;
}
.conteiner_txt {width:550px;
float:left;
padding:15px;
background:#FFF;
}
.conteiner_txt h1 {font-size:16px;
font-weight:normal;
margin-bottom:10px;
border-bottom: 1px dashed rgb(238, 231, 221);
}
.conteiner_txt p {margin:6px 0;
}
.conteiner_txt ul {margin-left:21px;
}
.conteiner_txt li {padding:3px 0;
}
.conteiner_bar {
width:225px;
float:left;
padding:15px 15px 15px 0;
background:#FFF;
}
.conteiner_bar h2{background: linear-gradient(top,#ffffff,#f6f0f0);
background:-webkit-linear-gradient(top,#ffffff,#f6f0f0);
background:-moz-linear-gradient(top,#ffffff,#f6f0f0);
background:-ms-linear-gradient(top,#ffffff,#f6f0f0);
border: 1px solid rgb(238, 231, 221);
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size:16px;
line-height:16px;
font-weight:normal;
padding:9px 6px;
}
.conteiner_bar ul {list-style-type:none;
margin-top:3px;
padding: 0px 3px;
}
.conteiner_bar ul li {display:block;padding:6px 0;
border-bottom: 1px dashed rgb(238, 231, 221);
}
.conteiner_bar ul li a {font-size:14px;
text-decoration:none;
color:#555;
}
.conteiner_copyright {
    color: #3D352F;
    background: #EAE8E8;
    text-align: center;
    padding: 20px 0;
}