/* Text Styles */

@page { size 8.5in 11in; margin: 2cm }


a:link { 
background: transparent; 
color: brown; 
text-decoration: none; 
}

a:visited { 
background: transparent; 
color: #0066FF; 
text-decoration: none; 
}

a:hover { 
background: transparent; 
color: #0066FF; 
text-decoration: underline; 
}

body {
margin:5px 20px 20px 0px;
padding: 0px;
color: #333333;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:medium;
font-weight: normal;
line-height: 1.3em;
text-align: left;
background-color:#FFFFCC;
background:  url(images/mbk.jpg);
}

h3 {
text-align:center;
}

.endorsement {
text-align:center;
}

.cap {
float: left;
width: auto;
font-size: 477%;
line-height: 80%;
margin: 0px 8px 0px 0px;
color:black;
}

.film {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

/* Order Form Stuff */

form {	
	font-family: Courier, Arial, sans-serif;	
	font-size: 1em
}
	
.required {	
	font-family: Courier, Arial, sans-serif;	
	font-size: 1em;
}

ital {
    font-family: Palatino, Times, serif;	
	font-size: 1em;
	font-style: italic;
}

.smalltxt {
	font-size:small;
}

input {	
	font-family: Courier, Arial, sans-serif;	
	font-size: 1em
}

select {	
	font-family: Palatino, Times, serif;	
	font-size: 1em
}

table {
	color: #000000
}

td, th {	
	font-family: Palatino, Times, serif;	
	font-size: 1em
}

textarea {
	font-family: Courier, Arial, sans-serif;	
	font-size: 1em
}

.StoryTitle {
	color: #000000;
	font-weight: bold
}

/* Fab Footer */
	
address {
text-align:center;
font-size:small;
}

/* Layout */
		
		#header {
		padding: 1em;
		}
		
		#header #logo {
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0.1em;
		color: white;
		background-color: #1a28ad;
		line-height: 32px;
		padding: 10px 10px; 
		position: static; 
		left: 10px; 
		top: 10px; 
		height: 36px; 
		width: 360px;
		}
		
		#header #producer {
		font-size: 24px;
		font-weight: bold;
		text-align: left;
		line-height: 28px;
		padding: 10px 20px; 
		position: static; 
		left: 10px; 
		top: 65px; 
		height: 72px; 
		width: 360px;
		}
		
		#header #colorwheel {
		position: absolute;
		top: 20px;
		left: 475px;
		width: 144px;
		}


/*	Horizontal Navigation */

#global {	
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #CC6600;
	margin-top: 0px;
	}
	
	#global ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		} 
	
	#global ul li {
		margin-left: 0;
		padding: 3px 15px;
		border-left: none;
		list-style: none;
		display: inline;
		}

	#global li {
		margin: 0;
		}

	#global li a {
		padding: 5px 10px 5px 0px;
		color: brown;
		text-decoration: none;
		width: 100%;
		}

	html>body #global li a {
		width: auto;
		}

	#global li a:hover {
		background-color: #1a28ad;
		color: #fff;
		}


/* Main Content Box */

	#main {
	position: static;
	margin-top: 20px;
	}
	

/*	Vertical Navigation */
	
	#button {
	float: left;
	margin-left: 0;
	padding: 3px 5px;
	width: 10em;
	margin-bottom: 1em;
	}
	
	#button dl {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
	
	#button dt {
		display: block;
		padding: 5px 5px 5px 0.5em;
		margin: 0px;
		font-weight: bold;
		background-image:inherit
		
		}
		
	#button dd {
		margin: 0;
		}

	#button dd a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		color: brown;
		text-decoration: none;
		width: 100%;
		}

	html>body #button dd a {
		width: auto;
		}

	#button dd a:hover {
		background-color: #1a28ad;
		color: #fff;
		}
		
	#ctable {
		position: absolute;
		top: 228px;
		left: 185px;
		width: 500px;
		}
		
	#ctable h1 {
	color:blue;
	font-size:medium;
	}
		
	#content {
	margin-right: 20px;
	margin-left: 220px;
		}
	
	#content h1 {
	color:blue;
	font-size:medium;
	}
	
	#content li {
	font-size:large;
	}
	
	#lpanel {
	float: left;
	margin-right: 0px;
	margin-left: 6px;
	width: 192px;
	height: auto;
	text-align: center;
		}
	
	#float p {
	font-size:x-small;
	font-style:italic;
	color: black;
	line-height: normal;
	}
	
