

body {
	background-color:#FFFFFF;
	font-family:"Times New Roman",Georgia,Serif;
	text-align: center;
}

a, a:visited {
	text-decoration: none;
	color: #072654;
}

a:hover, a:active {
	color: #1ebfd7;
}
		
#wrapper {
	width:954px;
	height: 480px;
	text-align: left;
}
		
#bumper {
	height: 150px;
	/*border: 1px solid #240500;*/
}
		
#header {
	width: 100%;
	height: 50px;
	padding: 4px;
	/*border: 1px solid #240500;*/
	color: #240500;
	text-align: right;
	background-image:url('images/headerLogo.jpg');
	background-position:bottom right;
	background-repeat: no-repeat;
}
		
#menuHolder {
	width: 180px;
	height: 403px;
	padding: 10px 0px 0px 0px;
	/*margin-bottom: 1px;
	border: 1px solid #240500;*/
	background-color: #072654;
	float: left;
	color: #f6f2d7;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
}

#menu {
	/*position: absolute;*/
}
#menu ul {
	margin: 0px 0px 0px -5px;
	padding: 0px;
	list-style-type: none;
	/*border: 1px solid #240500;*/
}
#menu ul li{
	/*display: inline;
	background-color: #240500;*/
	font-variant: small-caps;
	text-decoration: none;
	color: #f6f2d7;
	padding: 10px 0px 50px 21px;
}
.menuHover {
	color: #f3ca55 !important;
}
.menuCurrent {
	color:#f2da94 !important;
	list-style-type: square;
	list-style-position: inside;
	/*background-color: #240500 !important;*/
}
		
.contentHolder {
	width: 452px;/*total width (width + padding-left + padding-right = 492*/
	height: 403px;/*total height (height + padding-top + padding-bottom = 413*/
	padding: 5px 20px 5px 20px;
	float: left;
	background-color: #DBD6AF;
	border: 0px solid #000;
}
		
.content {
	width: 100%;
	height: 100%;
	color: #240500;
	text-align: justify;
	font-size: 16pt;
	font-weight: normal;
	line-height:114.5%

}
.content p {
	margin: 1em 30px 0px 30px;
}
.content a, .content a:visited {
	text-decoration: underline;
	color: #072654;
}
.content a:hover, .content a:active {
	color: #072654;
}
.content h3 {
	text-align: center;
	font-variant: small-caps;
}
.content strong {
	font-weight: bold;
	font-variant: small-caps;
}
.content em {
	font-style: italic;
}
.content .deets {
	font-size: 13pt;
}
.note {
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	line-height:100%
}
.clickForBio {
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	line-height: 100%;
	color: #072654;
}

		
.rightHolder {
	/*position: absolute;
	right: 0px;*/
	float: left;
	width: 278px;
	height: 413px;
	background-color: #F6F2D7;
	background-image:url('images/1790_broadwaynewyork.jpg');
	background-position:top left;
	background-repeat: no-repeat;
}

.footer {
	margin: 0 0 0 0;
	padding: 14px 0 0 0;
	clear: both;
	color: #5c78a1;
	text-align: right;
}	
