
* { padding: 0; margin: 0; }
a{text-decoration:none;}
h1,h2,h3{font-size:1.0em;}


body {

 font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 62.5% /* 16px × 62.5% = 10px */;
 background-image: url(images/bgtourism.gif);
	background-repeat: repeat;
	background-attachment:fixed;
	background-color:#004990;
}
#wrapper { 
 margin: 0 auto;
 width: 822px;
  background-image: url(images/tourismsite/mainbg.gif);
	background-repeat: repeat-y;
	 margin-top: 9px;

}
#header {
 color: #333;
 width: 800px;
 float: left;
 padding: 0px;
 border: 1px solid #0066b3;
 height: 96px;
 background: #E7DBD5;
}
#navigation {
 float: left;
 width: 780px;
 color: #fff;
 padding: 10px;
 border: 1px solid #0066b3;
 margin: 0px 0px 0px 0px;
 background: #0066b3;
}

#navigation h1 {
 font-size: 2.2em; /* 10px × 2em = 20px */ 
font-family: calibri, Arial, sans-serif, verdana;
	color: #fff;
	font-style: normal;
	line-height: 50%;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}





#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 180px;
 float: left;
}

.leftbottomarea {
text-align:center;
}

#leftcolumn a:link, #leftcolumn a:visited {
	color: #0066b3;
	text-decoration: none;
	background-color: #fff;

}

#leftcolumn a:hover {
	color: #fff;
	background-color: #0066b3;
	text-decoration: none;
}

#rightcolumn { 
 float: left;
 color: #333;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;

 width: 580px;
 display: inline;
}

#rightcolumn p{
	font-size: 1.2em;
	font-style: normal;
	color:#333;
	padding:0 0px 10px 0px;
	line-height: 160%;
}

#rightcolumn h1 {
 font-size: 2.2em; /* 10px × 2em = 20px */ 
font-family: calibri, Arial, sans-serif, verdana;
	color: #333;
	font-style: normal;
	line-height: 50%;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}

#rightcolumn a:link, #rightcolumn a:visited {
	color: #0066b3;
	text-decoration: none;
	background-color: #fff;

}

#rightcolumn a:hover {
	color: #fff;
	background-color: #0066b3;
	text-decoration: none;
}


#footer { 
 width: 780px;
 clear: both;
 color: #fff;
 padding: 10px;
 border: 1px solid #0066b3;
 margin: 0px 0px 0px 0px;
 background: #0066b3;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
width: 175px; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: white url(images/tourismsite//arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover{
color: black;
background-color: #ffffcb;
background-image:url(images/tourismsite//arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */