body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fbf5b8;
	font-size: 1em;
	background-image: url(/images/body_bg.gif);
	background-position: 200px;
	background-repeat: repeat-y;
	margin: 0 0 15px 0;
}
a {
	text-decoration: none;
	color: #df0f0f;
}
img {
	border: 0;
}
.bold {
	font-weight: bolder;
}
.bold_italic {
	font-weight: bolder;
	font-style: italic;
}

/* Body setup */

.mark_anstee {
	width: 144px;
	height: 86px;
	background-image: url(/images/mark_anstee.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 34px;
}
.menu {
	position: absolute;
	top: 150px;
	left: 0;
	width: 175px;
	font-size: 1em;
}
.menu ul {
	margin-left: -20px;
}
* html .menu ul {
	margin: 0;
}
.menu li {
	list-style-type: none;
	text-align: right;
	padding: 0;
	margin: 0;
}
.menu a {
	display: block;
	padding: 5px 0 5px 0;
	color: #df0f0f;
	text-decoration: none;
	margin: 0;
}
.menu a:hover {
	padding-right: 5px;
}
.level2_nav a {
	font-size: .8em;
	color: #ce1010;
	border-right: 1px solid #df0f0f;
	padding-right: 10px;
	margin: 0;
}
.level2_nav a:hover {
	padding-right: 20px;
}
.content {
	margin-left: 230px;
	margin-top: 15px;
	text-align: left;
}

/* Project Menu Setup */

.project_table td {
	width: 270px;
	height: 270px;
	vertical-align: top;
}
.project_description {
	font-size: .6em;
	text-align: justify;
	background-color: #fbf5b8;
	color: #333333;
}
.text_10px_margin {
	margin: 10px;
}
.project_title {
	font-size: 1.3em;
	margin: 0 0 5px;
	text-align: center;
	border-bottom: 1px dotted #333333;
	padding-bottom: 3px;
}
#empty {
	border: 1px solid #df0f0f;
}
.text_10px_margin#cursus {
	font-size: .9em;
	line-height: 1.3em;
}

/* Gallery Setup */

.gallery_table {
	width: 580px;
}
.gallery_table a {
	margin: 10px;
	display: inline-block;
	padding-bottom: 2px;
}
.gallery_table a:hover {
	padding-bottom: 0px;
	border-bottom: 2px solid #fbf5b8;
}
.back {
	font-size: .8em;
	text-align: center;
	border-top: 1px solid #df0f0f;
}
.back a {
	display: block;
	color: #df0f0f!important;
	padding: 0;
}
.back a:hover {
	border: 0!important;
}
.title {
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 20px;
	color: #df0f0f;
}
.slideshow {
	text-align: center;
}
.slideshow a {
	text-align: center;
	color: #df0f0f;
	border: 0;
	padding: 0;
}
.slideshow a:hover {
	border: 0!important;
}

/* Project Text Setup */

.text_table td {
	vertical-align: top;
}
.text_table ul {
	margin: 0 0 0 -25px;
}
* html .text_table ul {
	margin: 0;
}
.text_table  li {
	list-style-type: none;
	margin: 0;
}
.text_table a {
	color: #fbf5b8;
	display: block;
	font-size: .9em;
	padding: 5px;
}
.arts_council_logo {
	margin: 40px 0 0 20px;
}

/* The Artist Setup */

#the_artist {
	background-color: #fbf5b8;
	color: #333333;
	padding: 15px;
	width: 550px;
	text-align: justify;
	font-size: .8em;
}
#the_artist p {
	margin: 0 0 10px 0;
}
.title {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #333333;
	clear:left;
}
.artist_date {
	font-weight: bolder;
	clear: left;
}
.artist_portrait {
	float: left;
	margin: 0 10px 20px 0;
}

/* Credits Table */

.credits td {
	vertical-align: top;
	line-height: 1.6em;
}

/* Bibliography */

#bibliography {
	background-color: #fbf5b8;
	color: #333333;
	padding: 4px 15px 15px 15px;
	width: 550px;
	text-align: justify;
	font-size: .9em;
}

/* Current Projects */

#current_projects img {
	display: block;
}
#current_projects li {
	list-style-type: none;
	margin-bottom: 25px;
	border-bottom: 1px solid #ff0000;
	margin-right: 15px;
}