	body {
		background:#fff url(../Img/bg.gif) top center repeat-x;
		margin:0;
		padding:0;
		font: normal 11px tahoma, sans-serif;
		line-height:12pt;
		color: #444;
	}
	a:link, a:active, a:visited   {
		color: #A62E1F;
		text-decoration: underline;
	}
	a:hover   {
		text-decoration: none;
	}
	#mainHolder {
		width: 820px;
		margin: auto;
		padding: 0;
		tex-align:left;

	}
	#top {
		width: 820px;
		height: 120px;
	}

	input, textarea, select {border : 1px solid #ccc;}



	#footer a:link, #footer a:visited, #footer a:active  {
		color : #2063AB;
		text-decoration : underline;
	}

	img {
		border-style: none;
	}
.bold {
	font-weight : bold;
}



#top_search_box {
	font-size:14px;
	padding-left:30px;
	padding-top:7px;
	width:275px;
	height:20px;
	border:0;
	background: url('../Img/bg_top_search.png') no-repeat;
}


/* top_min_navigation starts */
#top_min_nav {
	background: url(../Img/top-min-menu.gif) no-repeat;
	width: 230px;
	height: 70px;
		padding : 0;
		margin : 0;
}
	ul#top_min_nav {
		margin-top : 30px;
		padding : 0;
	}
	ul#top_min_nav li {
		display : inline;
		list-style-type : none;
		float:left;
	}
#top_min_nav li {
	height: 70px;
	float: left;	
}
#top_min_nav li a {
	height: 70px;
	display: block;
	text-indent: -9999px;
}
#top_min_nav #top_min_home {
	background: url(../Img/top-min-menu.gif) no-repeat; width: 70px;
}
#top_min_nav #top_min_home:hover {
	background: url(../Img/top-min-menu.gif) no-repeat 0 -70px; width: 75px;
}
#top_min_nav #top_min_mail {
	background: url(../Img/top-min-menu.gif) no-repeat -75px 0; width: 65px;
}
#top_min_nav #top_min_mail:hover {
	background: url(../Img/top-min-menu.gif) no-repeat -75px -70px; width: 65px;
}
#top_min_nav #top_min_map {
	background: url(../Img/top-min-menu.gif) no-repeat -140px 0 ; width: 90px;
}
#top_min_nav #top_min_map:hover {
	background: url(../Img/top-min-menu.gif) no-repeat -140px -70px; width: 90px;
}
/* top_min_navigation ends */


.Title {
	display:block;
	background:#EFEFEF;
	padding:8px;
	font:bold 14px Century Gothic, Tahoma;
	color:#41497F;
}
/*
.SubTitle {
	display:block;
	font:bold 12px Tahoma;
	color:#990000;
	margin:5px 0 5px 0;
}
*/
h2 {
	margin:10px 0 0 0;
	font:bold 16px Century Gothic, Tahoma;
	color:#41497F;
}

h1 {
	display:block;
	font:bold 12px Tahoma;
	color:#990000;
	margin:5px 0 5px 0;
}
#footer_links {
	float:left;
	background:#27306E;
	margin-top:20px;
	width:550px;
	height:60px;
	color:#fff;
	font:normal 11px Tahoma;
	padding:10px 0 0 10px;
	letter-spacing:0.1em;
	line-height:150%;
}

#footer_links a:link, #footer_links a:active, #footer_links a:visited {
	color:#fff;
	text-decoration:none;
}
#footer_links a:hover {
	text-decoration:underline;
}


em.error {
	display:block;
  background:url("../Img/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  margin-left:5px;
	color:#FF0000;
}
em.success {
  background:url("../Img/checked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  margin-left:5px;
}
.Asterix {
	padding-left:5px;
	color:#FF0000;
	font: bold 12px Tahoma;
}



	#topMenu {
		margin: 0;
		padding:0 0 0 170px;
	}

	#topMenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#topMenu li {
		margin: 0;
		padding: 0;
		display: inline;
		position: relative;
		float: left;
		background: url(../Img/topMenu-sep.gif) repeat-y bottom right;
	}

	#topMenu a {

		padding: 16px 15px;
		display: block;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		line-height: normal;
		text-decoration: none;
	}

		#topMenu a:hover,
		#topMenu a:active,
	#topMenu a:focus {
		color: #7C113D;
		background:#F1F1F1;
		height:15px;
	}

	#topMenu li.active a,
		#topMenu li.active a:hover,
		#topMenu li.active a:active,
	#topMenu li.active a:focus {
		color: #7C113D;
		height:15px;
		background: url(../Img/topMenu-sep.gif) repeat-y bottom right #F1F1F1;
	}

	.home_spots {
		margin-bottom:20px;padding-bottom:10px;border-bottom:dotted 1px #ddd;	
	}