/* Styles for centering the content, leave empty space above, left, right and under */
#wrapper {
    margin: 0 auto;
    width: 1000px;
	font-family:arial;
}
#content {
	margin-top:10px;
    width: 100%;
	background: #330000;	
}

/* Styles for the content, the website itself including layout within the center */

#total{
	width:1000px;
	background-color: #FFF;
}

#header {
	height: 378px;
	background: url(../images/header_bg.png);
}

#menu {
	float:left;
	margin-left:50px;
	margin-bottom:10px;
	height: 368px;
	width: 204px;
	background: url(../images/menu_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#logo{

	min-height:192px;
	width:204px;
	background: url(../images/logo_palais.png);
	background-repeat:no-repeat;
}

#items{
	margin-left:13px;
	margin-top:5px;
}
#items .item {
	height:27px;
	background: url(../images/menuitem_bg.png);
	background-repeat:no-repeat;
}
#items .item:hover {
	height:27px;
	background: url(../images/menuitem_bg_over.png);
	background-repeat:no-repeat;
}
#items .item a {
	padding-left:50px;
	font-size:14px;	
	text-decoration:none;	
	color:#fff9d8;	
}
#items .item-contact {
	height:27px;
	background: url(../images/menuitem-contact_bg.png);
	background-repeat:no-repeat;
}
#items .item-contact:hover {
	height:27px;
	background: url(../images/menuitem-contact_bg_over.png);
	background-repeat:no-repeat;
}
#items .item-contact a {
	padding-left:50px;
	font-size:14px;	
	text-decoration:none;	
	color:#fff9d8;	
}

#rightimg {
	float: right;
	min-height: 356px;
	width: 300px;
}

#img {
	padding-top:20px;
}


#page-container {
	min-height: 356px;
	width:1000px;
	background: #330000;
	background-repeat:repeat-x;
}

#page-left {
	padding-top:20px;
	padding-left:60px;
	float:left;

}

#page-content {
	float:left;
	width:1000px;
	color:#ac9645;
	font-size:14px;
	background: url(../images/page-content_bg.png);
	background-repeat:no-repeat;
	background-position:top;	
}

#page-content-left {
	padding-top:20px;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:20px;
	float:left;
	width:560px;
	font-size:14px;
}

#page-title {
	padding-bottom:10px;
    float:left;
    width:700px;
    min-height:63px;
    color:#fff9d8;
    font-size:16px;
    font-weight:bold;
    background: url(../images/page-left_bg.png);
    background-repeat:no-repeat;
    background-position:top;
    background-position:left;   
}

#page-content-right {
	float:left;
	width:300px;
}

#page-top {
	height: 63px;
	width:900px;
	color:#fff9d8;
	font-size:16px;
	font-weight:bold;
	padding-left:60px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:20px;
}

#page-bottom {
	width:900px;
	color:#ac9645;
	font-size:12px;	
	padding-left:60px;
	padding-right:50px;
	padding-bottom:20px;
}

#footer {
	clear: both;
	text-align: right;
	height:80px;
	background: #000000 url(../images/footer_bg.png);
	background-position:top;
	background-repeat:no-repeat;
}

#footer-logo-zchok{
	padding-top:30px;
	padding-right:15px;
}

