/*-- BODY STYLES-- */

* { margin: 0; padding: 0; }

body { 
	background: #000 url(images/COMMON/bodybg.jpg) repeat-x;
	font-size: 62.5%; 
}

#wrapper { 
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.genreheaderimage {
	margin-left: 20px;
	padding-left: 5px;
	border: none;
}

/*--HOMEPAGE STYLES--*/
			
#header { 
	width: 900px;
}
			
h1 {
	width: 133px;
	height: 63px;
	text-indent: -9999px;
	background: url(images/COMMON/logo.gif) no-repeat;
	margin-top: 20px;
	margin-left: 20px;
	display: block;
	position: relative;
	left: 0px;	
}

#homepagephotos {
	width: 883px;
	margin-left: auto;
	margin-right: auto;
}


/*--NAVIGATION--*/
		
#navigation { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 1.6em;
	width: 427px;
	height: 1.8em;
	position: relative;
	top: -60px;
	left: 500px;
}
				
#navigation ul { 
	list-style-type: none;
}

#navigation li { 
	float: left;
	position: relative;
	list-style-type: none;
	padding-right: 15px;
	background-color: #000;
}

#navigation a {
	text-decoration: none;
	color: #fff;
	
	display: block;
}

#navigation a:hover {
	color:#CCCCCC;
}

#navigation ul li ul {
	margin:	0;
	position: absolute;
	width: 9em;
	left: -3px;
	display: none;
}

#navigation ul li ul li {
	width: 100%;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
}

#navigation ul li:hover ul, #navigation u li ul:hover {
	display: block;
}

/*--PERIOD PLAYS PAGE STRUCTURE AND STYLES--*/

#periodwrapper {
	width: 900px;
	font-weight: bold;
}

#periodwrapper table {
	text-align: left;
	margin-top: 20px;
	width: 915px;
	font: 1.2em/1.4em Georgia, "Times New Roman", Times, serif;
}

#periodwrapper table img {
	border: 3px solid #CCCCCC;
	margin: 5px;
}

h2 {
	font-size: 2em;
	margin-left: 5px;
	padding: .5em;
	text-decoration: underline;
	color: #333333;
}

h3 {
	font-size: 1.4em;
	padding-top: 1em;
	text-decoration: underline;
}
h4 {
	font-size: 1.2em;
	text-decoration: underline;
	padding-left: 0.5em;
	padding-top: 1em;
}
#resumetable {
	font: 16pxe/14px Georgia, "Times New Roman", Times, serif;
}
.leftmargin {
	margin-left: 0.5em;
}

