body {
	text-align: 		center;
	min-width: 			800px;
}

#wrapper {
	margin:		0 auto;
	padding-top: 50px;
	width:		800px;
	height:		600px;
	text-align: left;
}

a{
	cursor:				pointer;
	text-decoration: 	none;	
	color: 				#003334;
}
a:hover{
	cursor:				pointer;
	color: 				#db1a22;
}
#navigation {
	width:		350px;
	height:		600px;
	float:		left;
}
#content {
	width:		450px;
	height:		600px;
	float:		left;
}
#pictureAndTitle{
	width:		450px;
	height:		450px;
}
#picture {
	width:		350px;
	height:		450px;
	float:		left;
}
#title {
	width:		100px;
	height:		100%;
	float:		left;
	background-image: url(../images/title.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#logo {
	width:		100%;
	height:		100px;
	float:		left;
	background-image: url(../images/logo.jpg);
	background-position: right;
	background-repeat: no-repeat;
}		
#galleryContainer{
	width:		800px;
	height:		284px;
}
.menuItem{
	float:					left;
    margin:					0px 0px 0px 0px;
    padding-top:			4px;
	width: 					350px;
	height: 				33px;
	font-family: 			sans-serif;
	font-weight: 			bold;
	font-size: 				larger;
	color: 					#003334;
}
#pageTitle{
	width: 					100%;
	height: 				33px;
	font-family: 			sans-serif;
	font-weight: 			bold;
	font-size: 				larger;
	color: 					#003334;
}

.updatedLeft{
	float:left;
}
.updatedHighlight{
	float:left;
	font-family: 			sans-serif;
	font-weight: 			normal;
	font-size: 				xx-small;
	color: 					#db1a22;
}
.mosaicTile{
	background: black;
}
.popupFooter{
	padding-right: 10px;
	margin-top: 	5px;
	margin-left: 	40px;
	text-align: 			left;
	font-family: 			sans-serif;
	font-weight: 			normal;
	font-size: 				xx-small;
	color: 					#4b4b4b;
}
.galleryCoversWrapper{
	text-align: 		center;
	margin: 			0 auto;	
}
.galleryCover{
	text-align: 		center;
	height: 			280px;
	float: 				left;
	background-repeat: no-repeat;
	background-position: top;	
}
.galleryCoverTitle{
	font-family: 			sans-serif;
	font-weight: 			bold;
	font-size: 				larger;
	color: 					#003334;
	position: 	relative;
	top: 		200px;
}

