@charset "UTF-8";
.city_box1190x330 {
	float: left;
	width: 1145px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 330px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
#container  {
	width: 1200px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFF;
	padding: 5px;
} 
.box700 {
	background-color: #FFF;
	width: 700px;
	margin-left: 275px;
}
.one-column-text-container {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	position: relative;
	bottom: auto;
}
#header  {
	text-align: center;
	background-color: #FF9;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	margin-left: 10px;
	background-color: #FF9;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.photobox232-220x150 {
	margin: 6px;
	padding: 0px;
	width: 220px;
	float: left;
	height: 150px;
}
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sidebar200wide {
	padding: 1px;
	float: left;
	width: 200px;
	margin-right: 3px;
	margin-left: 3px;
	border: thin solid #000;
}
.headline_box1000 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
.footer {
	width: 996px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	float: left;
}
.city_container {
	width: 990px;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #CAFFC0;
}
.city_box333 {
	text-align: left;
	float: left;
	width: 310px;
	border: thin solid #003;
	font-size: small;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.city_picture_box150 {
	float: left;
	width: 155px;
	margin-right: 4px;
	height: 150px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.city_box345 {
	margin: 5px;
	padding: 3px;
	float: left;
	width: 329px;
	border: thin solid #000;
	font-size: small;
}
.photo_box220x150 {
	float: left;
	height: 150px;
	width: 220px;
	margin-right: 5px;
	margin-left: 5px;
}
.city_box300 {
	float: left;
	width: 300px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 3px;
	padding-left: 3px;
}
.bold {
	font-weight: bold;
}
.city_box495 {
	margin: 5px;
	float: left;
	width: 460px;
	border: thin solid #000;
	height: 150px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.city_text_box250 {
	text-align: left;
	width: 250px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.city_box333fluid_Height {
	text-align: left;
	margin: 5px;
	float: left;
	width: 310px;
	border: thin solid #003;
	font-size: small;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.photo_box300x150 {
	width: 300px;
	margin: 5px;
}
.city_picture_box200 {
	float: left;
	width: 155px;
	margin-right: 4px;
	height: 150px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.city_box333text_styled {
	text-align: left;
	float: left;
	width: 310px;
	border: thin solid #003;
	font-size: medium;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
	height: 200px;
}
#mainContent-index {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.photobox249-220x150 {
	padding: 0px;
	width: 220px;
	float: left;
	height: 150px;
	margin-top: 6px;
	margin-right: 13px;
	margin-bottom: 6px;
	margin-left: 13px;
}
.city_container_index {
	background-color: #FFF;
}
.city_container_text {
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	float: left;
	width: 850px;
	margin-right: 10px;
	margin-left: 10px;
}
.city_box999 {
	text-align: left;
	float: left;
	width: 980px;
	font-size: small;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.city_box640 {
	text-align: left;
	float: left;
	width: 630px;
	border: thin solid #003;
	font-size: small;
	background-color: #FFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}
#header_yellow {
	text-align: center;
	background-color: #FF0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.city_box999 {
	text-align: left;
	float: left;
	width: 994px;
	border: thin none #FFF;
	font-size: small;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.city_box300 {
	text-align: left;
	float: left;
	width: 290px;
	border: thin solid #003;
	font-size: small;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.city_box333x300 {
	text-align: left;
	float: left;
	width: 305px;
	border: thin solid #003;
	font-size: small;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 300px;
}
.city_container_text850pxW {
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	float: left;
	width: 1200px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.city_container_1180 {
	margin: 5px;
	padding: 5px;
	width: 1180px;
}
.photobox249-220x170 {
	padding: 0px;
	width: 220px;
	float: left;
	height: 170px;
	margin-top: 6px;
	margin-right: 13px;
	margin-bottom: 6px;
	margin-left: 13px;
}
.box_220x14 {
	float: left;
	height: 15px;
	width: 220px;
}
.header_box1000 {
	float: left;
	width: 980px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
.city_picture_box150right {
	float: right;
	width: 155px;
	margin-right: 0px;
	height: 150px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.picture_box150right {
	float: right;
	margin-right: 0px;
	height: 150px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.picture_box150left {
	float: left;
	margin-right: 4px;
	height: 150px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}
div.story-left-500 {
	text-align: justify;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 555px;
}
.story-left-550 {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 550px;
}
.story-right-550 {
	margin: 5px;
	padding: 5px;
	float: right;
	width: 550px;
}
div.story-right-500 {
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	width: 555px;
}
.city_box370left {
	margin: 5px;
	padding: 3px;
	float: left;
	width: 370px;
	border: thin solid #000;
	font-size: small;
}
.photo_box200left {
	float: left;
	width: 200px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.photo_box200right {
	float: right;
	width: 200px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.photobox-right {
	float: right;
	padding: 5px;
	margin-left: 10px;
}
.photobox-left {
	float: left;
	padding: 5px;
	margin-left: 0px;
	margin-right: 10px;
}
.box-blank {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.box-1000 {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 960px;
}
.box250x250left {
	float: left;
	height: 250px;
	width: 250px;
	margin-right: 10px;
}
.box250x250right {
	float: right;
	height: 250px;
	width: 250px;
	margin-right: 0px;
	margin-left: 10px;
}
.box400left {
	float: left;
	width: 400px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.moviebox-425x344 {
	margin-right: 280px;
	margin-left: 280px;
}
.story {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.video-box-750x420 {
	float: left;
	height: 420px;
	width: 750px;
	margin: 5px;
}
