body {
	text-align: center;
	background-color: #333333;
	}
	
img {
	border: none;
	padding: 0;
	margin: 0;
	}
		
	
#wrapper {
	text-align: left;
	width: 965px;
	margin: -4px auto;
	padding: 15px 0 0 0;
	}

#header {
	width: 965px;
	height: 120px;
	/* border-top: 1px dotted #CCCCCC; */
	}
	
#footer {
	border-top: 1px solid #CCCCCC;
	clear: both;
	min-width: 965px;
	height: 20px;
	}
	#footer p, a{
		font-family: Georgia, serif;
		font-size: 9px;
		color: #CCCCCC;
		text-decoration: none;
		}
	#footer a:hover{
	border-bottom: 1px dotted #CCCCCC
	}
	
	
/*============= MAIN NAV =============*/

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

ul li a {
	text-decoration: none;
	color: white;
	}
	
	
	
li.menu, li#last{
	border-top: 1px solid #CCCCCC;
	margin-right: 25px;
	width: 140px;
	float: left;
	position: relative;
	}
	
	li.menu:hover, li#last:hover{
	border-top: 1px solid #99ccff;
	} 
	
	li.menu:hover a, li#last:hover a, li#first:hover a{
	color: #99ccff;
	}


li#last {
	margin-right: 0px;
	}
	
li#first {
	border-top: 1px solid #CCCCCC;
	margin-right: 25px;
	width: 140px;
	float: left;
	position: relative; }
	
	
ul li img, li h1, h1 a{
	margin-top: 14px;
	margin-bottom: 10px;
	font-family: Georgia, serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 3px;
	}

	

	
/*============= SUB NAV============= */

li:hover ul{ 
	display: block;
	}

li ul {
	display: none;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	width: 140px;
	top: 30px;
	left: 0px
	}

	li ul li {
		font-family: Georgia, Times New Roman, serif;
		font-size: 11px;
		width: 70px;
	
		margin-bottom: 5px;
		}

	li ul li a.sub {
		text-decoration: none;
		font-size: 11px;
		}
	
	li ul li a.sub:hover {
		color: white;
		}
  
li > ul {
	top: auto;
	left: auto;
	}
			
	
	
/*============= PIC AREA  AND NAV =============*/

ul li:hover {
	border-bottom: none
	}
	
ul.picnav {
	margin: 0;
	padding: 0;
	}

ul.picnav li {
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	letter-spacing: 0px;
	color: #CCCCCC;
	margin-bottom: 10px;
	}
	
	ul.picnav li a{
		font-family: Arial, Helvetica, san-serif;
		font-size: 12px;
		color: #CCCCCC;
		}
		
	ul.picnav li a:hover{
		color: white;
		}
	
	
#stage {
	clear: both;
	float: right;
	width: 965px;
	margin-bottom: 40px;
	}
	
#img {
	width: 800px;
	float: right;
	}
	
#caption {
	float: right;
	margin-right: 24px;
	width: 140px;
	}

p#desc{
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	color: white;
	margin-top: 0;
	}
	
h1#welcome{ 
	font-family: Georgia, serif;
	font-size: 13px;
	color: #99ccff;
	font-weight: normal; 
	margin-bottom: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;	
	margin-top: 0;
	}
	
	h1#welcome span {
	color: #CCCCCC;
	font-size: 13px
	}

	
	
/* CONTACT & RESUME */

#contact {
	width: 470px;
	float: left;
	padding: 0;
	margin-bottom: 40px;
	}
	
#contact p {
	font-family: serif, Georgia;
	color: white;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 20px;
	}
	
#contact a {
	text-decoration: none;
	border-bottom: 1px dotted #99ccff;
	color: #99ccff;
	font-size: 15px;
	}
	#contact a:hover {
	border-bottom: 1px dotted white	;
	color: white;
	}

#contact label{
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: white;
	}

#contact input, #contact textarea {
	color: white;
	border: none;
	background-color: #666666;
	margin-top: 3px;
	margin-bottom: 20px;
	}
	

#resume {
	width: 305px;
	float: left;
	padding: 0;
	margin-bottom: 40px
	}
	
#resume2 {
	width: 305px;
	float: left;
	margin-left: 25px;
	margin-top: 30px;
	margin-bottom: 40px;
	padding: 0
	}
	
#resume h1.section, #resume2 h1.section{
	font-family: Georgia, serif;
	font-size: 17px;
	color: #CCCCCC;
	margin-top: 0;
	font-style: italic;
	margin-bottom: 25px;
	padding-top: 14px;
	font-weight: normal;
	}	

h1.place {
	font-family: Georgia, serif;
	color: #99ccff;
	font-size: 15px;
	font-weight: normal;
	}
	
h2.role {
	font-family: Georgia, serif;
	font-size: 15px;
	color: white;
	margin-bottom: 10px;
	font-weight: normal;
	margin-top:-5px
	}
	
p.resdesc {
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	color: white;
	margin-top: -3px;
	margin-bottom: 25px;
	}
	
	
/*STORIES*/

.divleft{
	width: 305px;
	float: left;
	margin-bottom: 40px;
	margin-right: 25px;
	}

.divright {
	width: 315px;
	float: left;
	margin-bottom: 40px;
	}
	
h1.title {
	font-family: Georgia, serif;
	color: #99ccff;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0;
	margin-left: 0;
	text-transform: uppercase;
	}

	h1.title a{
	font-family: Georgia, serif;
	color: #99ccff;
	font-weight: normal;
	margin-top: 0;
	margin-left: 0;
	text-decoration: none; 
	}

	h1.title a:hover{
	font-family: Georgia, serif;
	color: white;
	font-weight: normal;
	margin-top: 0;
	margin-left: 0;
	text-decoration: none; 
	}

p.desc {
	font-family: Georgia, serif;
	font-size: 13px;
	color: white;
	margin-top: 5px;
	}
	

ul#storynames a{ 
	font-style: italic;
	font-size: 17px;
	color: #99ccff;
	}

ul#storynames a:hover {
	color: white;
	}
	
	
	
	
	
	
	
	
	
	