body {
	margin:0;
	padding:0;
	font-size:14px;
	background-color: #DCDFE8;
	color: #505153
}
#page {
    background-color: #f0f0f0;
    border: 1px solid #fff;
    border-radius: 7px;
    box-shadow: -2px 2px 4px #8d8e90;
    margin: 20px auto;
    overflow: hidden;
    width: 950px;
}

#left {
    display: block;
    float: left;
    position: relative;
    width: 190px;
}
#title {
    display: block;
    font-size: 15px;
    height: 80px;
    padding: 10px;
    text-align: center;
}
#title b {
	font-size: 25px;
}
#navi{

}
#navi ul {
    padding: 0 2px 0 10px;
}
#navi ul li {
    border-bottom: 1px solid #fff;
    border-radius: 7px;
    box-shadow: 0 0 1px #8d8e90;
    height: 35px;
    line-height: 39px;
    list-style: outside none none;
    position: relative;
    text-align: center;
}

#navi ul li a {
   
    display: block;
    font-size: 14px;
    height: 40px;
    text-decoration: none;
    width: 180px;
}
#navi ul li a:hover{ color: #CE0202 }
#content {
	overflow: hidden;
}
#titleSite{font-size: 20px;
    margin-bottom: 35px;
    padding: 26px;
    text-align: center}
#contentSite{
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 10px 10px;
}
.img {
	background-image: url("../images/cotton-flower.jpg");
    border-radius: 7px;
    height: 501px;}
 .info{    background: #ce0202 none repeat scroll 0 0;
    border: 1px solid #8d8e90;
    border-radius: 5px;
    color: white;
    display: block;
    left: 524px;
    opacity: 0.8;
    overflow: hidden;
    padding: 0 5px 5px;
    position: relative;
    top: 10px;
    width: 185px;
    font-size: 16px;}
 .info p {color: white;
    font-size: 16px;
    position: relative;
    text-align: center;}
 .stopka {
 	display:block;
 	overflow: hidden;
 	margin-left: 10px;
    margin-bottom: 10px;
 }
 .stopka a{margin-left: 14px;}
 .paris13{background-image: url("../images/Logo-UP113.png");
    display: block;
    font-size: 0;
    height: 90px;
    overflow: hidden;
    width: 150px;
}
 .up{background-image: url("../images/logoUP.gif");
    display: block;
    font-size: 0;
    height: 150px;
    overflow: hidden;
    width: 150px;
    margin-bottom: 10px;
}
.active a{color: #CE0202;}
a { color: #505153;}