/* CSS Document */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #e3e3e3;
	font-size: 62.5%;
 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444444;
	}
	
h1 {
		font-size: 1.8em;
		color: #003348;
	}
	
h2 {
		font-size: 1.4em;
		color: #75670C;
	}
	
h4 {
		font-size: 1.2em;
		color: #565656;
	}
	
#h2Small {
		font-size: 0.9em;
		font-weight: normal;
		color: #444444;
	}
	
.green {
		color: #75670C;
		font-weight:bold;
	}
	
.red {
		color: #98012E;
	}
	
.blue {
		color: #003348;
	}
	
p {
	font-size: 1.2em;
	border: 0;
	}
	
.clear {
		clear:both;
	}
	
.boldText {
		font-weight:bold;
	}
	
#wrapper {
	width: 900px;
	margin: 10px auto;
	text-align: left;
	background: url(../images/wrapperDiv.gif) no-repeat bottom left;
	
	}
	
#header {
		
	}
	
#headGraphic {
		float: left;
		margin: 0;
		padding: 0;
		background: url(../images/header.gif) no-repeat top left;
		width:900px;
	}
	
#headGraphic p {
		
		margin-top: 0;
		margin-right: 25px;
		color: #003348;
		font-size: 1.2em;
		margin-bottom: 0;
		color:#98012E;
	}
	
#headGraphic p a {
		color:#98012E;
	}
	
#search {
		float:left;
		margin-left: 20px;
		margin-top: 5px;
		padding: 5px 0 0 0;
	}
	
#chat {
		float:right;
		padding-right:100px;
		padding-top:15px;
	}
	
#chat a:hover {
		color:#98012E;
		text-decoration:underline;
	}
	
.clear {
		clear: both;
	}
	
.clearLeft {
		clear:left;
	}
	
#photoStrip {
		padding: 150px 38px 10px 34px;
		width:100%;	
	}
	
#photoStripNav p a {
		color: #565656;	
	}
	
#photoStripNav {
		float:right;
		margin-right:12px;
		margin-top:10px;
		text-align:right;
		padding-right:0px;
		padding-left:20px;
		font-size:1em;
	}
	
#photoStripNav p a:hover {
		color: #98012E;	
	}
	
#middleHolder {
		float: left;
		padding-right: 38px;
		padding-bottom: 20px;
		padding-left: 34px;
	}
	
#leftColumn {
		float: left;
		width: 240px;
		margin-right: 25px;
	}
	
#leftColumnTop {
		float: left;
		background: url(../images/navBox.png) no-repeat bottom left;
		
	}
	
	
.navHolder {
		float:left;
		background: url(../images/navBox-top.png) no-repeat top left;
		width: 240px;
		padding: 30px 0 20px 0;
	}

	
.nav {
		
		font-size: 1.4em;
		list-style: none;
		padding-bottom: 10px;
	}
	
.nav a {
		padding-left: 20px;
	}
	
	
.nav a:hover {
		background: url(../images/redDot.gif) no-repeat 0 50%;
	}
	
#leftColumnFooter {
		clear:both;
		padding-left: 35px;
		padding-top: 20px;
		width: 200px;
	}
	
li {
		margin-top: 10px;
	
 	}
	
a {
	text-decoration: none;
	color: #565656;
	font-weight: bold;
	}
	
a:hover {
		color:#98012e;
		text-decoration: underline;
	}
	

	
#content {
		float: right;
		margin-right: 38px;
		padding-bottom: 15px;
		margin:0;
		width: 563px;
		background: url(../images/contentBox-bottom.gif) no-repeat bottom left;
	}
	
#contentWrap {
		background: url(../images/contentBox-top.gif) no-repeat top left;
		margin: 0;
		padding: 20px 40px 30px 35px;
	}
	
#contentWrap p {
		
		
	}
	
#footer {
		clear:both;
		text-align: center;
		padding-top: 10px;
		padding-top: 10px;
		margin:0;
		width: 900px;
		background: url(../images/footer-bottom.gif) no-repeat bottom left;
	}
	
	
#footerContent {
		background: url(../images/footer-top.gif) no-repeat top left;
		padding-top: 30px;
		padding-bottom: 20px;
		width: 900px;
		
	}
	
#footer p {
		margin: 0;
		padding: 0 125px;
		
	}
	
#footer p a {
		font-size: 1em;
		font-weight: 100;
		margin: 15px 5px;
	}
	
.contentPhotoLeft {
		float: left;
		padding: 0 15px 10px 0;
		margin-top: 0;
	}
	
.contentPhotoRight {
		float: right;
		padding: 0 0 0 15px;
		margin-top: 0;
		text-align:right;
		border: none;
	}
	
.contentPhotoRight img {
		padding-left: 15px;
		margin-bottom: 20px;
		border: none;
	}
	
.contentHolder {
		float: left;
		
	}
	
.center {
		padding:0;
		margin:auto;
		text-align:center;
	}
	
#aboutPhoto {
		width:380px;
	}
