@charset "UTF-8";
body {
	background: #666666; /* 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: 11px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #E9EFFB;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtr #container {
	width: 770px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/gallerybackground.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/***************************************
header styling
***************************************/
#header{
	height:112px;
	vertical-align: middle;
	width: 770px;
	margin: 0px;
	padding: 0px;
}
.headernavigation {
	font-family: verdana;
	font-size: 11px;
	color: #90A9C6;
	text-align: left;
	word-spacing: 3px;
	padding-left: 40px;
	padding-top: 44px;
	text-decoration: none;
	letter-spacing: 1px;
}
.headernavigation a {
	font-family: verdana;
	font-size: 11px;
	color: #ADCAED;
	text-decoration: none;
}
.headernavigation a:hover {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtr #mainContent {
	width: 770px;
	padding-left: 17px;
}
.footercopyrightinfo {
	font-family: verdana;
	font-size: 9px;
	color: #CCC;
	text-align: center;
	font-weight: normal;
}

h2{
text-align:left;
}
#container #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #006;
	font-weight: bold;
	padding-left: 20px;
}
#container #mainContent p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 10px;
	padding: 0px;
	margin: 0px;
	color: #00F;
}
.footerinfo {
	font-family: verdana;
	font-size: 9px;
	color: #CCC;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}
#navigationcontainer {
	position:absolute;
	left:0px;
	top:20px;
	width:366px;
	height:120px;
	z-index:1;
}
#navcontainer {
	position:relative;
	width:300px;
	height:70px;
	z-index:1;
	left: 0px;
	top: 0px;
}

