* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #EEE9DF;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	font-family: Times New Roman,  Arial, sans-serif;
}

h1 { 
	margin: 20px 0 30px; 
	color: #8B734A;
	font-size: 28px;
}

h2 { margin: 10px 0px; }
h3 {  
	color: #7B1B1C;
	font-size: 14px;
        font-weight: bold;
        font-family: Georgia,Arial,Sans-serif;
}
h4 , h5 { margin: 5px 0px; }
.hidden { display: none; }
.clear { clear: both; height: 0px; line-height: 1px; width: 100%; }
.bold { font-weight: bold; }
a img { border: none; }

div#page {
	width: 900px;
	margin: 0px auto;
	background-color: #8E754C;
}

div#top{
	width: 900px;
	height: 147px;
	background-color: #79211F;
}

div#tagline {
        font-family: Georgia,arial,sans-serif;
        font-weight: bold;
        font-size: 13px;
        color: #e8dbc5;
        float: left;
        width: 382px;
        margin: 11px 0 0 15px;
}

div#phone , div#email {
	width: 200px;
	float: left;
	height: 18px;
	padding: 11px 0px;
	color: #EEE9DF;
}

div#phone { width: 120px; }
div#phone a , div#email a { color: #EEE9DF; text-decoration: none; }

div#logo {
	width: 500px;
	height: 145px;
	background-image: url('../images/logo.gif');
	float: left;
	background-repeat: no-repeat;
}

div#topLinkBox {
	width: 380px;
	float: right;
	height: 120px;
        margin-top: 25px;
}


div#body {
	width: 900px;
}

div#leftSide {
	width: 171px;
	float: left;
}

div#mainNavigation { width: 171px; }
ul#mainNav {
	padding: 0px;
	font-family: Arial, sans-serif;
}

ul#mainNav li {
	list-style-type: none;
	margin: 3px 0 2px;
	width: 171px;
}

ul#mainNav li.menuHeader {
	width: 130px;
	margin: 10px 0 22px 20px;
	background-image: url('../images/bg_mainlevel2.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #EEE9DF;
	font-size: 13px;
	height: 30px;
        font-family: Georgia,Arial,Sans-serif;
        font-weight: bold;
}

ul#mainNav li a {
	display: block;
	width: 131px;
	padding: 2px 20px 0px;
	color: #EEE9DF;
	text-decoration: none;
}

ul#mainNav li a:hover {
	background-color: #EEE9DF;
	color: #8E754C;
        font-weight: bold;
}

div#newsNavigation {}

div#touristInformation {}

div#aaImage { width: 60px; margin: 24px; }

div#rightSide {
	width: 705px;
	float: left;
}

div#topheader {
	background-color: #a5916e;
        height: 40px;
        width: 729px;
}

div#content {
	padding: 5px 15px 0;
        width: 699px;
	background-color: #FFF;
	_height: 509px;
	min-height: 509px;
}

div#footer {
	width: 900px;
}