* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
        background-image: url(images/bg.jpg);
        background-repeat: repeat-y,x;
        color: #683232;
        
}


a {
	color: #8c4545;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px;
        font: 16px/18px Arial, Tahoma, Verdana, sans-serif;
}
img {
	border: none;
        margin-right: 10px;
        margin-bottom: 10px;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 926px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
        background-image: url(images/cont.jpg);
        
      
}

#shadow {
	width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
        background-image: url(images/sh.png);
     
}       

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 558px;
	
}

#header1 {
	height: 53px;
	background-Image: url(images/h1.gif);
        background-repeat: no-repeat;
}

#header2 {
	height: 48px;
	background-Image: url(images/h2.gif);
        background-repeat: no-repeat;
}

#header3 {
	height: 66px;
	background-Image: url(images/h3.gif);
        background-repeat: no-repeat;
}

#header4 {
	height: 54px;
	background-Image: url(images/h4.gif);
        background-repeat: no-repeat;
}

#header5 {
	height: 49px;
	background-Image: url(images/h5.gif);
        background-repeat: no-repeat;
}

#header6 {
	height: 57px;
	background-Image: url(images/h6.gif);
        background-repeat: no-repeat;
}

#header7 {
	height: 48px;
	background-Image: url(images/h7.gif);
        background-repeat: no-repeat;
}

#header8 {
	height: 59px;
	background-Image: url(images/h8.gif);
        background-repeat: no-repeat;
}

#header9 {
	height: 47px;
	background-Image: url(images/h9.gif);
        background-repeat: no-repeat;
}

#header10 {
	height: 37px;
	background-Image: url(images/header10.gif);
        background-repeat: no-repeat;
}

#header11 {
	height: 40px;
	background-Image: url(images/header11.gif);
        background-repeat: no-repeat;
}



#gor-menu {
        padding-top: 8px;
        padding-left: 76px;
}



#gor-menu li{
        display: inline;
        list-style-type: none;
        font-family:Arial, Tahoma, Verdana, sans-serif;
        font-size: 19px;
        color: #8c4545;
        line-height: 35px;
        margin-right: 64px;
}


#tbl {

     margin-left: 40px;

}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 77px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 10px 30px 0 270px;
}

#stati {
       font-family:Arial, Tahoma, Verdana, sans-serif;
       font-size: 16px;
       color: #8c4545;
       padding-top: 10px;
       padding-left: 56px;
       line-height: 25px;

}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
        height: 500px;
	margin-left: -100%;
	position: relative; 
        background-Image: url(images/sb.jpg);
             
}


#reit {
        margin-left: 840px;
    
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 926px;
	margin: -77px auto 0;
	height: 77px;
	background-Image: url(images/footer.jpg);
        background-repeat: no-repeat;
	position: relative;
}