@charset "utf-8";
body {
	background-color: #FFF;
	background-image: url(../images/backgrounds/swirl.jpg);
	background-repeat: repeat;
	width: 1000px;
}
/* CSS Document */

#page {
	width: 980px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

#column_container {
	background-color: #6FF;
	width: 980px;
}
#main_content {
	width: 680px;
	float: left;
	padding-top: 10px;
}

#sidebar {
	width: 290px;
	float: left;
	padding-left: 10px;
	background-color: #999;
	padding-top: 10px;
}

#slideshow {
	margin-right: auto;
	margin-left: auto;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
}


#sitenews {
	font-family:"Times New Roman", Times, serif;
	font-size: 105%;
	padding-right: 10px;
}
#sitenews h1{
font-size: 100%;
margin-bottom: 5px;

}
#sitenews h3 {
font-size: 110%;
margin-top: 0px;
margin-bottom: 5px;
text-decoration:underline;
}
#sitenews h4 {
font-size: 110%;
margin-top: 0px;
margin-bottom: 15px;
text-decoration:bold;
}
#ta_travelmap {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 280px;
	text-align: center;
}
