@charset "UTF-8";
/* 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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
}
#container  {
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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;
} 
.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;
}
#header  {
	text-align: center;
	background-color: #97FFA0;
	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: #FFF;
}
#mainContent  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.photobox232-220x150 {
	margin: 6px;
	padding: 0px;
	width: 220px;
	float: left;
	height: 150px;
}
#footer  {
	padding: 0 10px 0 20px;
	text-align: center;
	background-color: #0F6;
} 
#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: 990px;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
}
.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;
}
.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_box_610 {
	padding: 5px;
	float: left;
	width: 610px;
}
.city_text_box260 {
	text-align: left;
	width: 260px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	margin: 5px;
	float: left;
}
.city_box333fluid_Height {
	text-align: left;
	margin: 5px;
	float: left;
	width: 270px;
	border: thin solid #003;
	font-size: small;
	background-color: #FFC;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.photo_box300x150 {
	width: 300px;
	margin: 5px;
}
.city_picture_box200 {
	float: left;
	width: 155px;
	margin-right: 4px;
	height: 150px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.text_box_330wide {
	margin: 6px;
	padding: 5px;
	width: 310px;
	float: left;
}
#sidebar1left {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #FFF;
	margin-right: 10px;
}
#sidebar1right {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #FFF;
	margin-right: 10px;
}
.one-column-container {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 180px;
	margin-left: 180px;
}
.city_box400rright {
	margin: 5px;
	padding: 3px;
	float: right;
	width: 400px;
	border: thin solid #000;
	font-size: small;
}
.box-700-right {
	padding: 2px;
	float: right;
	width: 680px;
	background-color: #FFF;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.box-400-left {
	padding: 2px;
	float: left;
	width: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #000;
	background-color: #FFF;
	text-align: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 25px;
}
.photo-320-right {
	margin: 5px;
	padding: 5px;
	float: right;
	width: 320px;
}
.photo-320-left {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 320px;
}
.webgallery {
	margin: 20px;
	padding: 20px;
	float: left;
	height: 750px;
	width: 1100px;
}
.photopage {
	background-color: #FFC;
	float: left;
	width: 1120px;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 20px;
	padding: 5px;
}
.text_box_centered {
	background-color: #FBFFB9;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
