@import url(reset.css);
html,body{width:1264px;height:100%;margin:0 auto;border:0px;background:url(../images/waves2.gif);}
#wrapper{width:1264px;min-height:600px;margin:0 auto;}
#gallery{width:1000px;height:200px;margin:0 auto;}
img {padding:2px; border:1px solid #ffcc99; margin:4px; }
a {outline:none;text-decoration:none;}
h1{text-align:center;padding:10px;font-size: 30px;
	line-height: 38px;
	margin: 0 auto;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow:1px 1px 4px black;
	font-family:Arial;}
h2 {text-align:center;padding:10px;font-size: 25px;
	line-height: 38px;
	margin: 0 auto;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow:1px 1px 4px black;
	font-family:Arial;}

ul#cssmenu {
        width: 1264px; /* ширина всего блока меню */
        margin: 0 auto;
        border: 0 none;
        padding: 0;
        list-style: none;
        background: #A52A2A;
        height: 41px;
        font: bold 13px Arial;
        
}

ul#cssmenu li {
        margin: 0;
        border-right: 1px solid #A52A2A;
		border-left: 1px solid #A52A2A;
        padding: 0;
        display: inline-block; 
        *display: inline;
        zoom: 1;
        list-style: none;
        position: relative;
        height: 40px;
		width:15%;
}



/* Основное меню */
ul#cssmenu a {
        border: 0px;
text-align: center;
        float: none !important;
        float: left;
        display: block;
        background: #A52A2A;
        color: #FFFFFF;
        font: bold 13px Arial;
        text-decoration: none;
        height: auto !important;
        height: 1%;
		padding-bottom: 11px;
}

/* Основное на ховере */
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a {
        background: url(../images/waves2.gif);
        color:#ffffff;     
}