body 
{
	background-color : #fbfbfb;
	background-image : url('../images/background.png');
	background-repeat : repeat-x;
}

#main-header
{	
	width : 100%;
	min-width : 775px;
	max-width : 900px;
	display : block;
	height : 100px;
	position : relative;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
}

#header-logo-text
{
	float : left;
	padding-left: 5%;
	padding-top : 30px;


}

#header-logo-bandb
{
	float : right;
	padding-right: 5%;
	padding-top : 30px;

}

#main-body
{	
	width : 80%;
	display : block;
	height : 100%;
	min-height : 100%;
	min-width : 775px;
	max-width : 900px;
	position : relative;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	background-color : #626d5e;
}


#main-content
{
	width : 76%;
	display : block;
	position : relative;
	top : 10px;
	margin-left: 24%;
	margin-right: 2%;
	text-align : left;
	color : #fff;
	font-family: sans-serif;

}

#main-text
{
	width : 90%;
	display : block;
	position : relative;
	top : 10px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	color : #fff;
	font-family: sans-serif;
	font-size : 13px;

}

#left-menu
{
	width : 180px;
	top : 10px;
	display : block;
	background-color : #ffffef;
}

#side-top-image
{
	display : block;
	position : absolute;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	width : 150px;
	left : 15px;
	top : 50px;
	padding : 7px;
	background-color : #8c8e83;
}

#dir_side-top-image
{
	display : block;
    position : absolute;
    text-align : center;
    margin-left : auto;
    margin-right : auto;
    width : 150px;
    left : 15px;
    top : 23px;
    padding : 7px;
    background-color : #8c8e83;
}



#side-bottom-image
{
	display : block;
	position : absolute;
	left : 45px;
	top : 480px;
	padding :7px;
	background-color : #8c8e83; 
	width : 80px;
}

#tourist-logo
{
	display : block;
    position : absolute;
    left : 35px;
    top : 600px;
    padding :7px;
    background-color : #8c8e83;
}

#separator
{
	width : 1%;
	display : block;
	position : absolute;
	top : 300px;
	left : 180px;
}

#menu-content
{
	display : block;
	position : absolute;
	top : 190px;
	left : 10px;
	width : 160px;
	text-align : center;
	color : #ffffff;
	font-size : 14px;
	font-weight : bold;

}
#menu-links
{
	display : block;
	position : relative;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	width : 160px;
	height : 75%;
	top: 60px;
}

.menu-link
{
	display : block;
	color : #fff;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	width : 160px;
	text-decoration : none;
	height : 25px;
	font-size: 85%;
	font-family : sans-serif; 
}

.menu-link a 
{
	display : block;
	color : #000000;
}



.menu-link a:link, #navlist a:visited 
{
	text-decoration : none;
}

.menu-link a:hover 
{
	color :#000000;
}
a:hover {color:#000000;}





#main-image-block
{
	display : block;
	position : relative;
	background-color : #8c8e83;
	width : 479px;
	height : 183px;
	top : 35px;
	margin-left : auto;
	margin-right : auto;
	padding : 7px;

}
.image-block
{
	padding : 0px;
	float : left;
}

#room-image-rmblock
{
	display : block;
    position : relative;
    background-color : #8c8e83;
    width : 706px;
    height : 193px;
    top : 35px;
	left : -160px;
    margin-left : auto;
    margin-right : auto;
    padding : 7px;
}

.image-rmblock
{
	padding : 5px;
	float : left;
}

.img_gal_row
{
        width : 800px;
        height : 135px;
        position : relative;
		left : -30px;
        text-align : center;
}

.gal_img
{
        display : block;
        float : left;
        margin-left : 20px;
        margin-right : 20px;
        width : 100px;
        height : 100px;

}
.img-border
{
        margin : 10px 0 0 10px;
        border : 5px solid #8c8e83;
        background-color : #8c8e83;
}














#footer-contacts
{
	color: #fff;
	text-align : center;
	font-size : 11px;
	font-weight: bold;
}

a.footerLink:link { color: black; }
a.footerLink:visited { color: black; }
a.footerLink:hover { color: white; }




