body {
	background-color: #003499;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(images/background.jpg);
	font-size: medium;
}
a:link {
	text-decoration: underline;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: underline;
	color: #003399;
}
#container {
	width: 800px;
	margin: 0px auto;
	background-image: url(images/containerbkgrnd.jpg);
}
#header {
	background-image: url(images/title-nav.jpg);
	height: 130px;
	margin: 0px;
}
#header h1 {
	display: none;
	color: #FFFFFF;
}
ul#nav{
	width: 600px;
	text-align: center;
	margin: 0px auto;
	padding-top: 104px;
}
ul#nav li{
	display: inline;
	font-weight: bold;
	margin-right: 10px;
}
html>body ul#nav li span{
	margin-left: -50px;
}
ul#nav li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: medium;
	color: #FFFFFF;
}
ul#nav li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#wrap {
	width: 660px;
	margin: 0px auto;
}
#footer{
	background-image: url(images/footer.gif);
	background-position: bottom;	
	height: 40px;
	width: 800px;
	margin: 0px auto;
	background-position: bottom;
}
.pullquoteright {
	float: right;
	border-right: 2px solid #333333;
	border-left: 2px solid #333333;
	width: 200px;
	font-style: italic;
	margin: 10px 5px 5px 5px;
	padding: 5px 10px;
}
.pullquoteleft {
	float: left;
	border-right: 2px solid #333333;
	border-left: 2px solid #333333;
	width: 200px;
	font-style: italic;
	margin: 10px 5px 5px 5px;
	padding: 5px 10px;
}.floatleft {
	float: left;
	padding-right: 15px;
}
.floatright {
	float: right;;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.photocenter {
	border: 1px solid #000000;
	margin-right: 10px;
	margin-left: 10px;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
