/* CSS Document */

body {
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: bold;
}
	

.border-top {
	width: 100%;
	height: 30px;
	position: fixed;
	top: 0;
	right: 0;
	background: #E0E0E0;
}

.border-right {
	width: 30px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background: #E0E0E0;
}

.border-bottom {
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #E0E0E0;
}

.border-left {
	width: 30px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #E0E0E0;
}

.holder {
	float: left;
	margin-top: 50px;
	margin-left: 50px;
	width: 1024px;
	
}

.menu_holder {
	float: left;
}

.logo {
	float: left;
	margin-bottom: 30px;
}

.menu {
	float: left;
	width: 151px;
}

.header {
	float: left;
	width: 151px;
	margin-bottom: 3px;
}

.header a:link, 
.header a:active,
.header a:visited {
	float: left;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #ff0000;
}

.header a:hover {
	float: left;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

.submenu {
	float: left;
	width: 151px;
	margin-bottom: 3px;
}

.submenu a:link, 
.submenu a:active,
.submenu a:visited {
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #7E7E7E;
	text-decoration: none;
}

.submenu a:hover {
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.content_holder {
	float: right;
	width: 850px;
	overflow-y: none;
	
}

.red_underline {
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #ff0000;
}

.project_title {
	float: left;
	width: 100%;
	height: 14px;
}

.navigation {
	float: left;
	height: 38px;
	width: 100%;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #7E7E7E;
	text-decoration: none;
	padding-top: 3px;	
}

.navigation a:link, 
.navigation a:active,
.navigation a:visited {
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #7E7E7E;
	text-decoration: none;
}

.navigation a:hover {
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.info_holder {
	float: left;
	width: 600px;
}

.info_left {
	float:left;
	width: 295px;
	margin-right: 10px;
}

.info_right {
	float:left;
	width: 295px;
	margin-right: 0px;
}



.info_holder p {
	margin: 0 0 0 0;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #7E7E7E;
	text-decoration: none;
}

.info_holder a {
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #7E7E7E;
	text-decoration: none;
}

.info_holder a:hover {
	color: #000000;
}


.scroller {
	float: left;
	margin-top: 0px;
	overflow: auto;
	width : 100%;
	white-space: nowrap;
	overflow-y: none;
	
	
}


.scroll_content {
	float:left; 
	white-space: nowrap;
	overflow: hidden;
	overflow-y: none;
	overflow:hidden
}

.thumb {
	float: left;
	overflow-y: none;
}

.thumb_pic {
	float: left;
	height: 500px;
	margin-bottom: 5px;
}

.thumb_info {
	float: left;
	height: 20px;
	text-align: center;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #7E7E7E;
	text-decoration: none;
	width: 100%;
}


	
.thumb {
	float: left;
	overflow-y: none;
	margin-right: 10px;
}

.last {
	margin-right:0px !important;
}





.visual-artists-logo {
	border:0px;
	float-left: clear;
	margin-top: 20px;
}