html, body{
  margin: 0;
  padding: 0;
  height: 100%;	
}

body {
	font-family: Tahoma;
	font-size: 12px;
	min-height: 100%;
    width: 100%;
    text-align: center;
    background-color: #000;
}

h2
{
    padding: 5px 10px;
    margin: 0;
    clear: both;
    color: #953100;
    font-size: 1.5em;
}

a
{
	outline: none;
	color: #BA3623;
    text-decoration: none;
}

a:hover
{ text-decoration:underline;
 
}

img
{
    border: 0;
    margin: 0;
    padding: 0;

}
#wrapper img{
	    margin: 5px 10px;
    float: left;
}

#wrapper
{
    width: 980px;
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    background-color: #e29408;
}

#header{
	height: 161px;
	background: url('images/topfon.png') bottom left repeat-x;
}

#header p
{
    margin-top: 0;
}

#fonsite{
	height: 245px;
	background: url('images/fon.jpg') bottom left repeat-x;
}

#menu{
	height: 52px;
	background: url('images/menutop.png') top left repeat-x;
	width: 923px;
	margin: 0 auto;
	margin-top:23px;
}

#menu .link{
	float: left;
	height: 52px;
}

#menu .link a{
    color: #FFFFFF;
    display: block;
    font-size:1.4 em;
    padding: 20px 30px;
    text-decoration: none;
    background: url('images/a.png') top left no-repeat;
    font-size: 1em;
}

#menu .first a{
	background: none;
    font-size: 1em;
}

#menu .first{
	background: url('images/menufirst.png') top left no-repeat;
}

#menu .end{
	background: url('images/menuend.png') top right no-repeat;
}

#menu a:hover
{
    color: #fcdc04;
}

.name a{
    color:#fedfcc;
    font-family:Times New Roman;
    font-size:2.5em;
    padding-top:20px;
    text-decoration: none;
}

.name{
    padding-top:20px;
}

.slogan{
	font-weight: 700;
}

#info{
    width: 410px;
    height: 135px;
    background: url('images/sh.jpg') top right repeat-x;
    background:transparent url(images/sh.jpg) repeat-x scroll right top;
    float:right;
    margin-right:7px;
    margin-top:50px;
}

#info .infoname{
	color: #f7b902;
	font-size: 1.4em;
    text-align: left;
	margin-left: 15px;
	margin-top: 15px;
}

#info .infotext{
    color: #fff;
    text-align: left;
    margin: 15px 1px 10px 15px;
}

/*********** BODY ***********/
#main_body
{
    text-align: left;
}

/*********** LEFT ************/
#left_side
{
    background-color: #f6bb50;
    width: 650px;
    min-height: 400px;
    margin: 10px 5px 10px 5px;
    float: left;
    color: #592902;
    line-height: 17px;
}

#left_side a
{
    color: #953100;
}

.content
{
    padding: 5px 10px;
}


/********** RIGHT ***********/

#right_side
{
    width: 305px;
    min-height: 400px;
    margin: 10px 10px 10px 0;
    float: left;
    background: #f6bb50;
    color: #5e5e3b;
}

.content_right
{
    width: 305px;
}

.button
{
    width: 305px;
    height: 50px;
    background: url('images/button.png') no-repeat top center;
    font-size: 1.2em;
    color: #f6bb50;
    text-align: center;
    margin: 0 auto;
    padding-top: 22px;
}

.context{
	padding: 10px 10px 0;
}
/********* FOOTER ***********/
#rezerv
{
    height: 70px;
	width: 100%;
    clear: both;
}

#footer
{
    width: 980px;
    background: url('images/footer.jpg') repeat-x bottom center;
    height: 70px;
    position: relative;
    margin: -70px auto 0;
}

.copy
{
color:#F6BB50;
float:left;
padding:30px 0 0 25px; 
width:400px;
text-align:left;
}
.count{
	float: right;
	width: 500px;
	text-align: right;
padding-top:20px;
padding-right:20px;
}
.count img{
	margin-left: 10px;

}
/*******/

.change{
	padding: 10px;
}
#node
{
    padding: 10px;
}

input
{
    margin: 5px;
}
#content { font-size:12px; color:#592902;}
