textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrap {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap #header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	height: 150px;
}
#wrap #header #logo {
	width: 290px;
	color: #204191;
	font-style: italic;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	float: left;
	margin-left: 10px;
	margin-right: 60px;
	margin-bottom: 0px;
}
#wrap #header #address {
	float: left;
	width: 400px;
	font-size: 14px;
	color: #FFF;
	margin-top: 52px;
	text-align: right;
}
#wrap #header #address a:link, #wrap #header #address a:visited {
	color: #FFF;
}
#wrap #header #address a:hover {
	text-decoration: none;
}
#wrap #header #navigation {
	padding-top: 22px;
	clear: both;
	width: 800px;
	text-align: center;
}
#mainNav li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}
#mainNav a:link, #mainNav a:visited {
	color: #BE2625;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#mainNav a:hover {
	color: #204191;
}

#wrap #mainContent {
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#wrap #mainContent #text {
	width: 400px;
	background-color: #999;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#mainContent a:link {
	color: #FFF;
}
#mainContent a:visited {
	color: #CCC;
}
#mainContent a:hover {
	color: #224392;
	text-decoration: none;
}

#text h1 {
	font-size: 18px;
	color: #204191;
	margin-bottom: 15px;
}
#text h2 {
	margin-bottom: 15px;
	color: #FFF;
	font-size: 14px;
}
#text p {
	font-size: 12px;
	color: #FFF;
	margin-bottom: 15px;
	line-height: 14px;
}
div#photos {
	float: left;
	width: 225px;
	padding-left: 20px;
}
#photos img {
	border: 1px solid #FFF;
}


#footer {
	height: 60px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	padding-top: 24px;
	padding-right: 15px;
	font-size: 12px;
	color: #FFF;
	padding-left: 15px;
}
#footMessage {
	float: left;
	padding-top: 3px;
}

#nnns {
	width: 250px;
	text-align: right;
	float: right;
}
#wrap #footer #nnns a:link, #wrap #footer #nnns a:visited, #wrap #footer #nnns a:active, #wrap #footer #nnns a:hover {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

div.pic {
	padding: 10px;
	width: 270px;
	float: left;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 16px;
	margin-left: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #B7B7B7;
}
.pic img {
	border: 1px solid #FFF;
	margin-bottom: 5px;
}

/*for ie6 only - to make sure it displays the background image*/
* html #mainContent {height: 420px;}

