/* 313Art stylesheet */

body	{
	background-color: #000000;
	color: #FFF;
	}
	
img {
	border: none;
	}
	
#content {
	width: 768px;
	height: 600px;
	position: absolute;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
	top: 0;
	left: 50%;
	margin-left: -384px;
	margin-top: 15px;
	background-repeat: no-repeat;
	z-index: 50;
	}
	
#logo{
	text-align: center;
	width: 770px;
	height: 140px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -385px;
	}
	
#navigation {
	height: 600px;
	width: 50px;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -415px;
	z-index: 50;
	}
	
a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
	
a:hover {
	text-decoration: none;
	color: #ED8B02;
	}
	
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
	
#TextMenuDiv {
	position: absolute; 
	top: 0px;
	left: 0px;
	margin-left: -140px;
	height: 600px;
	width: 250px;
	overflow: auto;
	}
	
#bioimage {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	z-index: 0;
	}
	
#biotext {
	color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 580px;
	width: 748px;
	z-index: 50;
	font-size: 18px;
	margin: 10px;
	}

	
	
	

