body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background:#fff;
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	}

#page{
	width:65%;
	margin:0 auto;
	float: center;
	}

p{
	line-height:1.75em;
}

#header{
	background:#fff;
	}

#header .inside{
	padding:3em 0;
	}

#header h2{
	font-size:2.25em;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0.25em 0;
	border-right:1px solid #808080;
	float:left;
	}

#header h2 a{ text-decoration:none; }

#header p{
	padding:1em 0;
	margin:0;
	line-height:1em;
	}

.sidebar-title {
	padding-bottom:.35em;
	border-bottom:1px dotted #9b9;
	font:75%/1.4em ;
	}

.img_noborder {
	border: 0;
	}

a {
	text-decoration: none;
	color: #fff;
}

a.links:link {
	color: #0e850e;
	text-decoration: none;
	}

a.links:visited {
	color: #0e850e;
	text-decoration: none;
	}

a.links:hover {
	color: red;
	text-decoration: underline;
	}

a.links:active {
	color: #0e850e;
	text-decoration: none;
	}

a.whitelink:link {
	color: #000;
	text-decoration: none;
	}

a.whitelink:visited {
	color: #000;
	text-decoration: none;
	}

a.whitelink:hover {
	color: red;
	text-decoration: underline;
	}

a.whitelink:active {
	color: red;
	text-decoration: none;
	}

a.newslinks:link {
	color: #fff;
	text-decoration: none;
	}

a.newslinks:visited {
	color: #fff;
	text-decoration: none;
	}

a.newslinks:hover {
	color: #0e850e;
	text-decoration: underline;
	}

a.newslinks:active {
	color: #0e850e;
	text-decoration: none;
	}

a.mainlinks:link {
	color: #0e850e;
	text-decoration: none;
	}

a.mainlinks:visited {
	color: #0e850e;
	text-decoration: none;
	}

a.mainlinks:hover {
	color: #424542;
	text-decoration: underline;
	}

a.mainlinks:active {
	color: red;
	text-decoration: none;
	}


#loginheader {
	height: 18px;
	line-height: 16px;
	text-align:right;
	padding-right: 10px;
	font-weight: bold;
	}


#content {
	padding: 0 5px 5px 5px;
	text-align: left;
	color: #000;
	float: left;
	line-height: 18px;
	width: 70%;
	background-color: #fff;
	}

#rightside {	
	width: 25%;
	float: right;
	line-height: 18px;
	background-color: #fff;
	}

#footer {
	clear: both;
	background:#272727;
	}

#footer .top_destinations li{direction:ltr; text-align: left;}
#footer .top_destinations ul{line-height:1.6em;padding-bottom:10px;width:20%;float:left; text-align: left;}
#footer .top_destinations li{border-right:none;display:block; text-align: left;}

#sub_footer {
	border-top: 1px gray solid;
	width: 920px;
	background-color: #272727;	
	}



