#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/sidebar_bg.gif);
	background-repeat: repeat-y;
}
#sidebar {
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	text-align: center;
	padding-top: 150px;
	height: auto;
}
#navbar {
	height: 25px;
	width: 600px;
	background-image: url(images/navbar_bg.jpg);
	background-repeat: repeat-x;
	padding-right: 150px;
	padding-left: 150px;
}
#photosContainer {
	height: 500px;
	padding-top: 0px;
	left: 150px;
}


#footer {
	background-color: #336666;
	height: 30px;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	margin: 0;
}

#mainColumn {
	width: 880px;
	padding-right: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
}
.mainText {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sidebarText {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #009999;
}
.sidebarTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #009999;
	text-align: center;
}
.pageTitle {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #336666;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.sidebarQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	color: #009999;
	text-align: center;
}

#mainContent {
	background-color: #FFFFFF;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 220px;
}
#header {
	height: 120px;
	width: 890px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #336666;
	padding-left: 10px;
}
#navbar ul {
	margin: 0;
	padding: 0;
	width:600px;
	list-style: none;
	}
#navbar ul li {
	float: left;
	}
#navbar ul a{
	padding: 0 1.2em;
	font-size: 16px;
	line-height: 1.5em;
	text-decoration:none;
	color: #fff;
	float: left;
	display: block;
	background-image: url(images/navbar_sep.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

#navbar ul a.first{
	background:none
	}
#navbar ul a:hover{
	color:#000000
	}
.mainTextBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
