@charset "utf-8";

* {margin: 0; padding: 0;}
body {
	background: #EEEEE7;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	line-height: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;	
}
	
#container {width: 1000px; margin: 0 auto;}	
#header {
	width:1000px; 
	height:45px; 
	text-align:right; 
	padding:0;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	background-image: url(images/header2.gif); background-repeat: no-repeat;
	padding-top:90px;
	}	
.clear{clear: both;}
		
/*------------------------(   nav links   )---------------------------------------------(  nav links  )------------*/	
.nav_links {width:1000px; height:35px; padding:10px 0 0 0; }
			
			.nav_links a {
			color: #fff; text-decoration: underline;}

			.nav_links a:visited {
			color: #fff;}
	
			.nav_links a:hover {
			color: #c91047; text-decoration: none;}

			.nav_links ul {
			margin: 0; padding-right:30px; text-align:right;}

			.nav_links li {
			list-style-type: none; display: inline; color:#fff; padding-right:20px;}
	
	
#welcome {
	width:1000px;
	text-align:center;
	}
	#welcome h1 {
	font-size:28px;
	color:#c91047;
	}
	#welcome h1 span {
	font-size:28px;
	color:#5c011c;
	}		
	#welcome h2 {
	font-size:18px;
	color:#000000;
	font-weight:bold;
	}		
	#welcome h2 span {
	font-size:16px;
	color:#999999;
	font-weight:normal;
	}		
		
.divider {
	width:1000px;
	height:30px;
	background-image: url(images/wide_divider.gif); background-repeat: no-repeat;
	clear:both;
	}	
			

/*------------------------(  content  )------------------------------------------------------(  content  )------------*/
#content_wrap {
	width:1000px;
	}
	#content_main {
	width:800px;
	float:left;
	}
	#content_sidebar {
	width:200px;
	float:right;
	text-align:right;
	}
	#content_sidebar img {
	margin:6px 2px 4px 0;
	border:#000000 thick solid;
	}
	.content_box {
	width:800px;
	float:left;
	padding-top:10px;
	}
	

.thumbs {
	width:220px; 
	float:left; 
	}
	.thumbs img {
	margin:8px 6px 10px 6px;
	border:#000000; border-width:medium; border-style:solid;
	}
	.thumbs img a:hover {
	border:#FFFFFF; border-width:medium; border-style:solid;
	}
	.thumbs p {text-align:center;}
	.thumbs p a:hover {color:#FF0000;}

.meta {
	width:520px;
	float:left;
	text-align:left;
	padding-left:10px;
	padding-top:10px; 
	}
	.meta h3 {color:#333333; font-size:24px; font-weight:bold;}
	.meta p {text-align:left;}
	.meta p a {color:#000000; }
	.meta p a:hover {color:#c91047; text-decoration:none;}
	.meta p span {color:#999999; font-weight:bold; font-style:italic; font-size:18px;}


.tour_link a {
	font-size:36px;
	color:#c91047;
	}
	.tour_link  a:hover {
	color:#000000;
	}
.join_link a {
	font-size:36px;
	padding-left:20px;
	color:#5c011c;
	}
	.join_link  a:hover {
	color:#000000;
	}

.divider_small {
	width:730px;
	height:20px;
	background-image: url(images/small_divider.gif); background-repeat: no-repeat;
	float:left;
	margin-top:20px;
	}	


/*----------------------(  footer  )-----------------------------------------------------------------(  footer  )-----*/
.footer_links {width:1000px; padding:10px 0 0 10px; text-align:center;}
			
			.footer_links a {
			color: #000; text-decoration: underline; font-size:18px;}

			.footer_links a:visited {
			color: #000;}
	
			.footer_links a:hover {
			color: #c91047; text-decoration: none;}

			.footer_links ul {
			margin: 0; padding-right:30px; font-size:18px;}

			.footer_links li {
			list-style-type: none; display: inline; color:#fff; padding-right:20px;}

#footer {
	width:970px;
	height:25px;
	background-image: url(images/footer.gif); background-repeat: no-repeat;
	padding:80px 0 0 30px;
	color:#FFFFFF;
	font-size:12px;
	}
	#footer span {
	color:#c91047;	
	}
	#footer span a {
	color:#c91047;
	}
	#footer span a:hover {
	color:#c91047;
	}
	
	
	
	