@charset "UTF-8";
/* CSS Document */


body
{
	margin: 0px;
	background-color: #ffffff;
	padding: 0px;
	font-family: 'Pontano Sans', sans-serif;
}

a:link
{color: #990000;
text-decoration: none;
}

a:visited
{color: #990000;
}

a:hover
{text-decoration: underline;
}

#strip
{
width: 100%;
height: 30px;
background: url(images/strip.jpg)repeat-x;
}

#main-content
{ 
	width: 1033px;
	margin: auto;
	font-family: 'Pontano Sans', sans-serif;

}

#top-content
{	
	width: 1033px;
	height: 109px;
	background: url(images/top.jpg)no-repeat top center;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}


#navbar
{
	font-family: 'Pontano Sans', sans-serif;
	text-align:center;
	color: #3e3e3e;
	text-transform: uppercase;
}

#navbar a
{
	color: #3e3e3e;
}

#navbar a:hover
{ text-decoration: underline;
}

#navbar ul
{ 
list-style: none;
display: inline;
margin: 0px;
padding: 0px;
font-size: 13px;
letter-spacing: 3px;

}

#navbar ul li
{
	list-style: none;
	display: inline;
	margin-right: 5px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #3e3e3e;
	
}

#navbar ul li.last
{
	list-style: none;
	display: inline;
	margin-right: 5px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: none;
	
}

#center-content
{
	width: 1033px;
	margin-top: 35px;
	height: auto;
	color: #565656;
	letter-spacing: 1px;
	
}

#cener-content p
{margin: 10px;
padding: 20px;}

#bottom-content
{	
	width: 1033px;
	height: 124px;
	background: url(images/bottom.jpg)no-repeat bottom center;
	text-align: center;
	font-size: 12px;
}

#bottom-content p
{ padding-top: 40px;
}

#additional-hotel
{
	border-top: 1px solid #ccc;
}

img.infocontent
{text-align: center;
padding: 20px;
background: #f6f6f6;
border: 1px solid #dddddd;
}

#centercontent table img
{
	border: none;
}

#maptable ul
{list-style: none;
}

#maptable ul li
{ list-style: none;
}