body {
	color: #333333;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px none #ff0000;
}
table {
	border: 0px solid #00ff00;
	font-size: 9pt;
}
a {
	color: #AA3333;
	text-decoration: none;
}
a:visited {
	color: #997777;
}
a:hover {
	color: #00422E;
	text-decoration: underline;
}

.warning 
{
	color: Red;
}

#main-nav {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 179px;
	height: 239px;
	background-color: #999999;
	border-right: solid 1px #B7B7B7;
}
#feature-img {
	position: absolute;
	left: 180px;
	top: 50px;
	width: 500px;
	overflow: hidden;
}
#page-title {
	background-color: #e5e8e2;
	position: absolute;
	left: 0px;
	top: 289px;
}
#content {
	position: absolute;
	left: 180px;
	top: 340px;
	width: 500px;
}
#content-fellows {
	position: absolute;
	left: 180px;
	top: 289px;
	width: 500px;
}
#content-photos {
	position: absolute;
	left: 180px;
	top: 50px;
	width: 500px;
}
#content-mainphoto {
	padding: 25px;
	margin-bottom: 10px;
	border: solid 1px #B7B7B7;
	/*height: 400px;*/
}
#content-admin {
	position: absolute;
	left: 180px;
	top: 50px;
	margin-left: 10px;
	margin-right: 10px;
}
.footer {
	margin-top: 30px;
	border-top: solid 1px silver;
}

/* ===============================  USED IN FELLOW DETAIL PAGE */

#fellow-head {
	position: absolute;
	left: 195px;
	top: 50px;
	width: 500px;
}
#fellow-pic {}
#fellow-name {
	margin-left: 15px;
	font-size: 15px;
	color: #0e4c39;
	font-family: "Book Antiqua", "Times New Roman", serif;
	text-transform: uppercase;
	font-weight: bold;
}
#fellow-disc {
	margin-left: 15px;
	color: #333333;
}
#fellow-info {
	margin-top: 15px;
}
#media-container {
	position: absolute;
	top: 302px;
	left: 0px;
	width: 180px;
	background-color: #eeeeee;
}
#media-links-box {
	position:relative;
	left: 18px;
	width: 162px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#media-links-title {
	font-size: 12px;
	color: #999999;
	margin-bottom: 6px;
}
.media-item {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 6px;
}
.media-watchlisten {
	color: #999999;
}
.media-caption {
	font-style: normal;
}
/* =============================== HISTORY */

#loc-map {
	position: absolute;
	top: 340px;
	left: 0px;
	border-right: solid 1px #FFFFFF;
}

/* =============================== ADMIN pages */

.title-admin {
	color: #AA3333;
	font-size: 15;
	text-transform: uppercase;
}

/* =============================== CONTACT page */

.contact-form-text {
	width: 500px;
}
.contact-form-mtext {
	width: 500px;
	height: 150px;
}

/* =============================== NEWS page */

a.fellow-link {
	font-weight: bold;
	font-size: 10pt;
}
.news-item {
	margin-top: 10px;
	margin-bottom: 15px;
	clear: left;
	border-style: none none solid none;
	border-width: thin;
	border-color: #E5E8E2;
}
.news-title {
	color: #666666;
	font-size: 12pt;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
}
.news-artist {
	font-size: 10pt;
	font-weight: bold;
	color: #00422E;
}
.news-discipline {}
.news-details {
	margin-top: 2pt;
	text-align: right;
	font-size: 8pt;
}
.news-location, .news-date {}
.news-desc {
	margin-top: 2pt;
}
.newsImage {
	float: left;
	margin: 5px;
}

/* =============================== PHOTOGRAPHS page */

.mainphoto {
	margin-bottom: 20px;
}
.mainphoto-title {
	margin-bottom: 10px;
}
.mainphoto-title-nodesc {
	margin-bottom: 0px;
}
.mainphoto-description {
}
.thumbcell {
	text-align: center;
}
.thumbcell-active {
	text-align: center;
	background: black;
}
