@charset "utf-8";
/* CSS Document */

html {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}

#column {
	position: absolute;
	width: 904px;
	left: 50%;
	margin-left: -452px;
	top: 0px;
}
#header {
	position: relative;
	width: 904px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: top left;
}
#logo {
	width: 800px;
	height: 100px;
}
#navigation {
	top: 250px;
	left: 0px;
	width: 904px;
	height: 35px;
	border-bottom: #000000 solid 5px;
	border-top: #000000 solid 5px;
}
#mainContent {
	width: 904px;
	padding-top: 10px;
	font-size: 0.9em;
	padding-bottom: 10px;
}
#footer {
	width: 904px;
	height: 20px;
	border-bottom: #CCCCCC solid 5px;
	border-top: #CCCCCC solid 5px;
	clear: both;
}
.address {
	width: 300px;
	float: left;
	font-size: 0.9em;
	padding: 10px 0px 0px 150px;
}
#copyright {
	width: 900px;
	height: 10px;
	color: #999999;
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
}
#mainContent p {
	line-height: 1.4em;
}
#header p {
	font-family: "Monotype Corsiva";
	font-size: 2.0em;
	font-style: italic;
	vertical-align: bottom;
	text-align: center;
	color: #FFFFFF;
	text-shadow: #000000 5px 5px 5px;
	padding-top: 70px;
}
h1 {
	font-size: 1.1em;
	text-shadow: #999999 2px 2px 5px;
}
.RightImages {
	clear: left;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.LeftImages {
	padding-right: 10px;
	float: left;
	clear: both;
	padding-bottom: 10px;
}
.ClearedParagraph {
	clear: left;
}
