*{
    margin:0;
    padding:0;
}
body{
    background:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    font-style: italic;
    letter-spacing:-1px;	 
}

 a{
   	color:#000;
    text-decoration:none;
    }
	
 a.textlink {
   	color:#000066;
    text-decoration:none;
	font-weight:bold;
    }

a:hover{
    text-decoration:underline;
    }

span.reference{
    position:fixed;
    left:10px;
    bottom:10px;
    font-size:13px;
    font-weight:bold;
    }
        
span.reference a{
   color:#fff;
   text-shadow:1px 1px 1px #000;
   padding-right:20px;
   }
        
span.reference a:hover{
   color:#ddd;
  text-decoration:none;
  }
		
.section{
    background:#FFF;
    margin:0 auto;
    min-height:975px;
	overflow:hidden !important;
    width:1000px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	}


#Masthead {
	width:1000px;
	margin:0;
	padding:0;
	clear:both;
	}

h1#Masthead {
	margin : 0;
	padding-top : 300px;
	height : 0;
	overflow : hidden;
	background-image : url("../images/Masthead2.jpg");
	background-repeat : no-repeat;
	color : #FFF;
}

.section h2{
    margin:10px 0px 30px 50px;
	clear:both;
	font-weight:normal;
	color:#000000;
}

.section p{
    margin:20px 0px 0px 50px;
    width:900px;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-style:normal;
	letter-spacing:normal;
	line-height:22px;
	color:#000000;

}

.section p.last {
    padding-bottom:30px;
	color:#000000;

}

.black{
    color:#fff;

}
.white{
    color:#000;

}

ul.nav{
    list-style:none;
    margin:20px 10px 5px 10px;
	float:right;
	border-bottom:1px solid #DDD; 
}
.black ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 34px;
    font-style: italic;
    letter-spacing:-1px;
	
}

.black ul li a{
    display:block;
    color:#000;
}
.black ul li a:hover{
    text-decoration:underline;
    color:#000;
}
.white ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#333;
}
.white ul li a{
    display:block;
    color:#222;
}
.white ul li a:hover{
    text-decoration:none;
    color:#000;
}

#Portfolio {
	width : 900px;
	margin: 0px 0px 0px 50px;
}


ul li.Portfolio {
	list-style-type : none;
	cursor :  auto;
	display : inline;
}


ul li.Portfolio img {
	border : 0;
	padding : 4px 8px 4px 0;
}


#lightbox{
	background-color:#FFF;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
	
#lightboxDetails{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0.4em;
}
		
#lightboxCaption{
	float: left;
}


#keyboardMsg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: right;
}

#closeButton{
	top: 5px; 
	right: 5px; 
}

#lightbox img{ 
	border: none;
	clear: both;
} 

#overlay img{ 
	border: none;
}

#overlay{ 
	background-image: url(images/overlay.png); 
}

* html #overlay{
	background-color: #333;
}