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

body{
	font-family: Corebl, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 1.5em;
	background-color: #000;
}
#wrapper{
	margin-left: auto;
	margin-right: auto;
	width:80%;
	max-width:1024px;
}

a {
	color: #09C;
	text-decoration: none;	
}
a:hover {
	color: #C00;	
}

.intro {
	font-style: italic;
	color: #FFC;
	font-weight: bold;
	width: 75%;
}
.sig {
	text-align: right;
}

h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	letter-spacing: -.05em;	
}
.picRight{
	margin:10px 0 10px 10px;
	float: right;
	color: #FFC;
	text-align: right;	
	width:410px;
}

.galThumb{
	width:70px;
	float: left;
	margin: 5px;
}
.galThumb a{
	border:none;
	text-decoration: none;	
}
.nav{
	color:#09F;
	font-weight: bold;
}