@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 */	background-image: url(../images/home_base_bg.jpg);	background-position: center top;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 100%;	background-color: #50abe0;	}#container {	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 0px solid #000000;	text-align: left; /* this overrides the text-align: center on the body element. */}#header {	background: #DDDDDD url(../images/home_base_02.jpg);	padding: 0 20px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	height: 55px;}#logo {	width: 1200px;	height: 219px;	float: left;	background-color: #FFFFFF;	background-image: url(../images/home_base_04.jpg);	background-repeat: no-repeat;}#blueline {	background-image: url(../images/home_base_05.jpg);	height: 30px;}#middle {	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	background: #FFFFFF url(../images/home_base_05.jpg);	width: 1200px;	min-height: 300px;	float: left;}#leftcontent {	width: 620px;	float: left;	margin-left: 100px;	background-repeat: repeat-y;	min-height: 286px;	background-image: url(../images/shadow_left.jpg);	background-position: right;	padding-top: 0;	padding-right: 30px;	padding-bottom: 0;	padding-left: 0px;	display: inline;}#photocontent {	width: 1000px;	float: left;	margin-left: 100px;	min-height: 286px;	padding-top: 0;	padding-right: 30px;	padding-bottom: 0;	padding-left: 0px;	display: inline;}#content {	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	width: 1200px;	border: 3px solid #0F3;}#rightcontent {	width: 300px;	float: right;	margin-left: 30px;	margin-right: 100px;	margin-top: 40px;	padding-top: 0;	padding-right: 0px;	padding-bottom: 0;	padding-left: 0px;	display: inline;}#pic {	border: 1px solid #333;	background-color: #50abe0;	padding: 5px;	width: 300px;}#footer {	background:#000000 url(../images/home_base_07.jpg);	height: 80px;	width: 1200px;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	float: left;}#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 */}#base {	height: 150px;	width: 100%;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	float: left;	background-color: #D8D5CC;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #beb2a6;}#addresstext {	height: 100px;	width: 150px;	position: relative;	left: 510px;	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #333333;	padding: 0px 20px 20px;}.clear {clear:both;}#box {	background-color: #002a54;	color: #FFF;	font-size: 16px;	padding: 10px;	text-align: center;}#box .large {	font-size: 24px;}
