body {
	font-family: Arial, Sans-serif;
	font-size: 13px;
	background-color: #F3F3F3;
	color: #333333;
	margin: 0;

}


#wrapper {
	width: 800px; 
	margin: 0 auto;
}

#topContainer {
	height: 86px;
	background-image: URL('top.jpg');
}


#menu {
	height: 33px;
	margin: 13px 20px 0 0;
float: right;
}



#menu ul {
	list-style: none;
	font-size: 13px;
	margin: 0px;
}

#menu li {

	float: left;
	margin: 0px;
	padding-left: 11px;

}



#menu li#marked a {
color: #FFF;
		background-color: #1C5F9E;
	background-image: URL('hover.jpg');
}




#menu li a {
	color: #1E1E1E;
	width: 100px;
	line-height: 33px;
	text-align: center;
	display: block;
text-decoration: none;
}

#menu li a:hover {
	
	background-image: URL('hover.jpg');
	color: #FFFFFF;
	
}

#borderShadow {
	background-image: URL('border.png');
	padding: 1px;
}

#contentContainer {
	width: 760px;
	background-color: #FFFFFF;
	margin: 0 auto;
}


#contentSpacer {
	margin: 0 20px 0 20px;
}


#bottom {
	height: 30px;
	margin-bottom: 50px;
	background-image: URL('bottom.png')
}

h1 {
	font-size:26px;
	font-size-adjust:none;
	font-weight:normal;
	line-height:32px;

}

h2 {
	color: #333333;
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 25px;
}

h3 {
	color: #333333;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 25px;
}

.imageright {
float: right;
padding: 0 15px 15px 15px;
}

#webhotel {
	background-color: yellow;
	padding: 15px;
	margin: 0 50px 0 50px;
	font-size: 20px;
	border: 1px solid orange;
	text-align: center;
}

#webhotel a {
	font-size: 16px;
	color: #000;
}

p {
	line-height: 19px;
}

li {
	line-height: 20px;
}


a {
	color: #0066FF;
	text-decoration: underline;
}

a:hover {
	
	text-decoration: none;
}

.clear {
	clear: both;
}


