html,body{margin:0;padding:0}
body{font:100% verdana,helvetica,sans-serif; background: #FFF;color: #656565;text-align:center;font-size:12px;}
a {text-decoration: underline;color: #3b7908;}
a:hover {text-decoration: none;}
div#container{width:950px;margin: 0 auto;text-align:left}
div#header{background: #fff}
div#main{float:left;width:780px;margin-bottom:10px;}
div#content{float:right;width:500px;padding:0 10px;}
div#content h1 {font-size:18px; margin:5px 0 0 0;}
div#content h2 {font-size:14px; margin:20px 0 0 0; font-weight: bold;}
div#content h3 {font-size:13px;margin:5px 0 0 0;}
div#content p {font-size:12px;margin:4px 0;text-align: justify;clear:both;}
div#content ul{margin-left:-20px;}
div#menu{float:left;width:260px}
div#menu h3{background: url(/img/h3.jpg);color: #fff; font-size:12px; line-height:20px; padding-left:5px; margin-top:20px;}
div#menu ul{padding-left: 5px; margin:8px 0;list-style-type: none;}
div#menu li a{color:#656565; text-decoration: underline; font-weight:bold;}
div#menu hr {color: #999; background-color: #fff; border-width: 1px; border-style: dashed none none; }
div#ads{float:right;width:170px;margin-bottom:10px;}
div#footer{clear:both;width:100%; padding:5px; border-top:1px solid #999; text-align:center;}
div#footer p{margin:0px;}
div#hotels {border-bottom:1px solid #999;padding-top:5px;clear:both;}
.hotel {border-top:1px solid #999;clear:both;padding:5px 0;clear:both;}
.hotel img{float: left;padding:0 5px 0 0;clear:both;}
.hotel a{font-weight: bold;}
.posthp {
	margin: 2px;
	width:245px;
	float:left;
	}
.posthp a, a:visited{
	font-size: 12px;
	}
.posthp a:hover{
	font-size: 12px;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
