/* main stuff */

body {
	background-color:#EBEBEB;
	background-image: url(images/Texture_wood_005.jpg);
	margin-width:0px;
	margin-height:0px;
	margin: 0;
	}

p, li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}

h3, h2, h4, h5, h6, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}

.rightimg {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	border:hidden;	
}

/* divs */

#full {
	width:90%;
	padding: 0;
	margin-right: auto;
	margin-left: auto;

}

#top {
	background-image: url(images/Texture_wood_004.jpg);
	background-repeat:repeat-x;

}

#nav {
	width: 149px;
	float: left;
}

#content {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color:#FFF7D9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}

#foot {
    background-image: url(images/Texture_wood_004.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}



/* links */

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color:#5C2E00;
}

a:hover {
	font-style: italic;
	font-weight: bold;
	}


/* rollovers */

a.home {
	float: left;
	width:149px;
	height:44px;
	border-width:0;
   background-image: url("images/home_norm.jpg");
   background-repeat:no-repeat;
   }
   
a.home:hover {
   float: left;
	width:149px;
	height:44px;
	border-width:0;
   background-image: url("images/home_over.jpg");
   background-repeat:no-repeat;
   }
   
a.bio {
	float: left;
	width:149px;
	height:37px;
	border-width:0;
   background-image: url("images/bio_norm.jpg");
   background-repeat:no-repeat;
   }
   
a.bio:hover {
   float: left;
	width:149px;
	height:37px;
	border-width:0;
   background-image: url("images/bio_over.jpg");
   background-repeat:no-repeat;
   }
   
a.resume {
	float: left;
	width:149px;
	height:31px;
	border-width:0;
   background-image: url("images/resume_norm.jpg");
   background-repeat:no-repeat;
   }
   
a.resume:hover {
   float: left;
	width:149px;
	height:31px;
	border-width:0;
   background-image: url("images/resume_over.jpg");
   background-repeat:no-repeat;
   }
      
a.port {
	float: left;
	width:149px;
	height:31px;
	border-width:0;
   background-image: url("images/port_norm.jpg");
   background-repeat:no-repeat;
   }
   
a.port:hover {
   float: left;
	width:149px;
	height:31px;
	border-width:0;
   background-image: url("images/port_over.jpg");
   background-repeat:no-repeat;
   }
         
a.academ {
	float: left;
	width:149px;
	height:25px;
	border-width:0;
   background-image: url("images/academ_norm.jpg");
   background-repeat:no-repeat;
   }
   
a.academ:hover {
   float: left;
	width:149px;
	height:25px;
	border-width:0;
   	background-image: url("images/academ_over.jpg");
   	background-repeat:no-repeat;
   }
            
a.theatre {
	float: left;
	width:149px;
	height:22px;
	border-width:0;
   	background-image: url("images/theatre_norm.jpg");
   	background-repeat:no-repeat;
   }
   
a.theatre:hover {
   	float: left;
	width:149px;
	height:22px;
	border-width:0;
   	background-image: url("images/theatre_over.jpg");
   	background-repeat:no-repeat;
   }
               
a.nontheatre {
	float: left;
	width:149px;
	height:41px;
	border-width:0;
   	background-image: url("images/profes_norm.jpg");
   	background-repeat:no-repeat;
   }
   
a.nontheatre:hover {
   	float: left;
	width:149px;
	height:41px;
	border-width:0;
   	background-image: url("images/profes_over.jpg");
   	background-repeat:no-repeat;
   }
   

/*fly out menus */

#dropmenudiv{
	position:absolute;
	background-color: #D8B967;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#000000;
}

#dropmenudiv a:hover{
	background-color: #D8AB33;
	color:#000000;
	font-style: normal;
}


/* rollover preload */
.roll {
	display:none;
	}