@charset "UTF-8";
/* CSS Document */
html {
	font-size: 12px;
	overflow-y : scroll;
}
body {
	text-align: center;
	color: #e6e5e5;
	background-color: #FFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#headerH1{
	background-image:url(../media/images/central-hotel_01.jpg);
	margin-left:-27px;
	margin-top:20px;
	margin-bottom:20px;
	background-repeat:no-repeat;
	text-indent:-99999em;
	height:62px;
	width:282px;
}

h1 {
	margin-top: 0px;
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
.container .navigation{
	height: 118px;
	width: 900px;
	margin: auto;
	text-align: left;
}
.container {
	width: 848px;
	margin: auto;
	text-align: left;
	padding-right: 26px;
	padding-left: 26px;
}
.container a:link{
	color: #898888;
	text-decoration: none;
}
.container a:visited{
	color: #898888;
	text-decoration: none;
}
.container a:hover{
	color: #585858;
	text-decoration: none;
}
.container .gallery {
	width: 850px;
	height: 250px;
	margin-bottom: 20px;
}
.container .navigation {
	background-image: url(../media/menu.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 830px;
	text-align: center;
	font-family: Arial;
	font-size: 110%;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	color: #FFF;
}
.container .navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.container .navigation ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 135px;
}
.container .navigation ul li a {
	text-decoration: none;
	color: #FFF;
	outline:none;
}
.container .navigation ul li a:hover {
	text-decoration: underline;
	color: #999;
}
.container .navigation ul li a:visited {
	
	color: #FFF;
}
.container .content {
	background-image: url(../media/content_top1.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #5d7b5b;
	width: 830px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 15px;
}
.content a:link{
	color: #FFF;
	text-decoration: none;
}
.content a:visited{
	color: #FFF;
	text-decoration: none;
}
.content a:hover{
	color: #FFF;
	text-decoration: none;
}
.container .content ul {
	margin-left: 200px;
}
.container .content .image {
	width: 203px;
	float: left;
	height: 287px;
	margin-right: 10px;
	margin-bottom: 250px;
}
.container .content .gallery {
	width: 600px;
}
.container .content_footer {
	background-image: url(../media/content_bottom1.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 850px;
	padding-top: -1px;
	margin-bottom: 20px;
}
.container .footer {
	font-size: 80%;
	width: 850px;
	color: #666;
	text-align: right;
}

#map {
	color:#000;
	
}

.pureLinks {
	height:80px;
	width:300px;
	display:block;
	float:left;
	text-align:center;
	
}

.pureLinks img {
	border:none;
}

.green-font {
	color: #085607;
}

