@charset "UTF-8";
body  {
	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: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #FFFFFF;
}
#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_sidebar.jpg);
	background-repeat: repeat-y;
	margin-bottom: 30px;
} 
#header {
	background-color: #FFFFFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
} 
#header1 {
} 
#header2 {
	height: 75px;
} 
#navigation {
	color: #FFFFFF;
	background-image: url(images/navigation.jpg);
	background-repeat: repeat-x;
	height: 18px;
	font-size: 75%;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
} 
li.first {
	display: inline;
	padding-left: 40px;
	padding-right: 20px;
}
li.inline {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}
li.last {
	display: inline;
	padding-left: 20px;
	padding-right: 40px;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left;
	width: 200px;
}
#sidebar1feature {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-size: 65%;
	width: 165px;
	margin-top: 30px;
	border: 1px solid #666666;	
}
#mainContent {
	float: right;
	width: 390px;
	padding-left: 0px;
	background-image: url(images/founded.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 130px;
	margin-right: 45px;
	padding-bottom: 100px;
} 
#mainContentw {
	float: right;
	width: 520px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 45px;
	padding-bottom: 0px;
} 
#album {
	float: right;
	color: #000000;
}
#footer {
	background-color: #333333;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 75%;
	color: #999999;
	width: 800px;
} 
#footernav {
	padding-top: 20px;
	height: 150px;
	border-bottom-color: #666666;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
} 
#footerfeature {
	background-color: #999999;
	width: 150px;
	border: 3px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}#footerfeaturelabel {
	width: 240px;
	float: left;
	height: 115px;
	color: #FFFFFF;
	font-size: 120%;
	margin-right: auto;
	margin-left: auto;
}
#footernavcontactinfo {
	width: 744px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	height: 20px;
	padding-top: 4px;
}
#footernavcontact {
	float: left;
	width: 372px;
	color: #999999;
}
#footer p {
	margin: 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;
}
