@charset "utf-8";
/* CSS Document */
body, div, ul, h1, h2, h3, p, li, a{
	margin:0;
	padding:0;
}
img{border:0;}

ul{list-style:none;}

a{text-decoration:none;}

body{
background: #e0f1ff url(images/bg_slice.png) repeat-x;
font:12px Georgia, "Times New Roman", Times, serif;
color:#444;
}
#container{
	width:1092px;
	margin:28px auto 0 auto;
	padding-bottom:20px;
	overflow:hidden; 
	background:url(images/container.png) no-repeat 0 98px;	
}
#header{
	width:100%;
	height:411px;
	overflow:hidden;
	float:left;
	background:url(images/header.png) no-repeat 0 98px;
}
#header-top{
	width:100%;
	overflow:hidden;
	float:left;
}
#header-bottom{
	width:100%;
	overflow:hidden;
	float:left;
}
#logo{
	width:280px;
	float:left;
	margin:0 0 0 33px;
}
#logo h1{
	width:280px;
	height:98px;
	background:url(images/logo.png) no-repeat;
	text-indent:-9999px;
}
#logo h1 a{
	height:98px;
    display:block;	
}
#follow{
float:right;
overflow:hidden;
width:296px;
margin-top:29px;
}
#follow img{
float:left;
}
#first{
margin-right:16px;
}
#second{
margin-right:12px;
}
#side-nav{
	width:227px;
	float:right;
	margin:22px 29px 0 0;
	padding-bottom:7px;
}
#nav{
	width:100%;
	float:left;
}
ul#side-menu{
	float:left;	
	padding:19px 12px 0 0;
	width:215px;
}
ul#side-menu li{
	padding:0 0 15px 5px;
	text-align:right;	
}
ul#side-menu li#destination{
padding-bottom:17px;
}
ul#side-menu li#community{
padding-bottom:18px;
}
ul#side-menu li#last{
padding-bottom:19px;
}
ul#side-menu a{
font-size:13px;
	color:#fff;
	padding-left:15px;
}
ul#side-menu a:hover, ul#side-menu a:active{
	background:url(images/bullet.png) no-repeat 0 50%;	
}
ul#side-menu li#active a{
	background:url(images/bullet.png) no-repeat 0 50%;	
}
ul#contact{
width:215px;
text-align:right;
padding-right:12px;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
float:left;
}
ul#contact li#travel{
font-size:16px;
font-weight:bold;
}
ul#contact li#tours{
font-size:14px;
}
ul#contact li#phone{
font:20px "Myriad Pro", Arial, sans-serif;
}
ul#menu{
width:1020px;
	float:left;	
	padding:13px 12px 20px 60px;
}
ul#menu li{
	padding:0 5px 0 0;
	display:inline;
}
ul#menu a{
font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:14px 12px 15px 12px;
}
ul#menu a:hover, ul#menu a:active{
	background:url(images/button_slice.png) repeat-x;	
}
ul#menu li#active2 a{
	background:url(images/button_slice.png) repeat-x;	
}
#main{
	width:100%;
	overflow:hidden;
	float:left;
	padding:0 0 20px 0;
	background:url(images/content_slice.png) repeat-y;
}
#content{
	float:left;
	overflow:hidden;
	width:771px;
	margin:0 0 0 23px;
	padding:15px 23px 0 15px;
}
#sidebar{
	float:right;
	overflow:hidden;
	width:207px;
	margin:0 31px 0 0;
	background-color:#2c2c2c;
	padding:20px 0 575px 20px;
	color:#fff;
}
#sidebar h2{
font-size:18px;
font-weight:normal;
margin-bottom:15px;
}
ul.links{
padding-bottom:25px;
}
ul.links li{
padding:0 0 2px 10px;
background:url(images/round.png) no-repeat 0 40%;
}
ul.links li a{
color:#fff;
}
ul.links li a:hover{
text-decoration:underline;
}
.post{
width:100%;
float:left;
overflow:hidden;
font-size:16px;
}
.post h3{
color:#000;
font-size:11px;
font-weight:normal;
margin-bottom:2px;
}
.post h2{
color:#6f0e0e;
font-size:20px;
font-weight:normal;
margin-bottom:12px;
}



h2 a, h3 a,.post a {
color:#6f0e0e;


}

h2 a:visited , h3 a:visited, .post a:visited{
color:#6f0e0e;


}

h2 a:hover, h3 a:hover, .post a:hover{
text-decoration:underline;
}

.post img{
margin-bottom:15px;
}
.post p{
padding-bottom:17px;
line-height:1.4;
}
.comments{
float:left;
width:780px;
height:40px;
background:url(images/post.png) no-repeat;
}
.comments p{
padding:10px 0 0 30px;
color:#635e47;
}
.comments a{
color:#746b3f;
}
.comments a:hover{
text-decoration:underline;
}
.comments a.number{
color:#635e47;
}
.comments a.number:hover{
text-decoration:none;
}
#footer{
width:670px;
float:left;
height:28px;
background:url(images/content_bottom.png) no-repeat;
padding:50px 210px 40px 210px;
color:#0098df;
font-size:13px;
}
#footer p{
width:200px;
float:left;
}
ul#last-one{
float:left;
}
ul#last-one li{
display:inline;
float:left;
padding:0 18px;
border-left:1px solid #0098df;
}
ul#last-one li a{
color:#0098df;
}
ul#last-one li a:hover{
text-decoration:underline;
}










.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


