﻿body {
	background-color: #0F0B0B;
	font-family:"Trebuchet MS";
	font-size: small;
	color: #CCCCCC;
	width:954px;
	height:601px;
}

a {
	color: #CCCCCC;
	text-decoration:none;
	font-size: small;
}

a:hover {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

#left_navigation, #right_content {
	height : 480px;
}

#left_navigation {
	width:180px;
	float:left;
	margin-top:180px;
	line-height:28px;
}

#left_navigation a {
	font-weight:bold;
}


#right_content {
	float:right;
	width:774px;
}

#artist_details {
	width: 576px;
	text-align:center;
}

.label_superheader {
	font-size:x-large;
	font-weight:bold;
}

.label_header,
.label_header_bold {
	text-align:center;
	font-size:large;
}

.label_header_bold {
	font-weight:bold;
}

.label_medium {
	font-size:medium;
}

.label_detail {
	font-weight:normal;
}

#cv_table_container {
	height:500px;
	overflow:auto;
}

#cv_table {
}


#cv_table td {
	vertical-align:top;
}

.cv_header {
	font-weight:bold;
}

.cv_year {
	width:60px;
}

.cv_spacer {
	height:25px;
}

.centered_image {
    text-align:center;
    margin-top:110px;
    margin-bottom:0px;
    padding:0px;
}

#work_title {
	font-style:italic;
}
