@charset "UTF-8";
/* CSS Document */

a:link {
	color:#333; 
	text-decoration: none;
	}
a:hover {
	color:#333; 
	text-decoration: underline;
	}
a:visited {
	color:#333; 
	text-decoration: none;
	}
a:active {
	color:#333; 
	text-decoration: none;
	}	

#whitebox{
	width:100%;
	height:100%;
	color:000;
	display:none;
	z-index:1000;
	}	
	
#rule{
	margin-top:10px;
	margin-bottom:10px;
	width:840px;
	height:1px;
	background-color:#DDD;
	}
	
.audio{
	width:100%;
	height:100%;
	margin-top:150px;
	margin-bottom:150px;
	}

.image{
	width:100%;
	height:100%;
	margin-top:20px;
	margin-bottom:20px;
	}
	
.vert{
	width:600px;
	height:908px;
	margin-top:20px;
	margin-bottom:20px;
	}
	
.horiz{
	width:908px;
	height:600px;
	margin-top:20px;
	margin-bottom:20px;
	}	
	
.portfoliovert{
	width:auto;
	height:720px;
	margin-top:20px;
	margin-bottom:20px;
	}
	
.portfoliohoriz{
	width:720px;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	}	

#wrapperindex{
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	width:860px;
	height:1200px;
	}

#wrapper{
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	width:860px;
	}
	
#header{
	width:840px;
	height:90px;
	background-image:url(../images/bg_header.jpg);
	background-repeat:repeat-x;
	display:none;
	}

#namebox{
	height:90px;
	width:700px;
	font-size:14px;
	float:left;
	}

.headertxt{
	position:relative;
	top:25px;
	left:20px;
	width:150px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	}
	
.foottxt{
	position:relative;
	top:25px;
	left:0px;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	}	
	
#contactbox{
	font-size:12px;
	height:90px;
	width:140px;
	padding-top:3px;
	float:left;
	}

.box{
	margin-top:10px;
	margin-right:10px;
	height:90px; 
	width:160px; 
	z-index:25;
	float:left;
	background-color:#000;
	display:none;
	position:relative;
	cursor:pointer;
	overflow:hidden;
	border:none;
	}

.boxRoll{
	margin-top:10px;
	margin-right:10px;
	height:90px; 
	width:160px; 
	z-index:25;
	float:left;
	background-color:#f9f9f9;
	display:none;
	position:relative;
	cursor:pointer;
	overflow:hidden;
	border:none;
	}
	
.title{
	margin-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
	}
	
.description{
	margin-left:10px;
	font-size:11px;
	line-height:13px;
	font-style:italic;
	width:850px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	}
	

.year{
	font-size:10px;
	color:#A8C5D1;
	font-style: italic;
	}
	
.txtbox{
	width:180px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
	float:left;
	}
	
.imgbox{
	width:750px;
	height:500px;
	float:left;
	}