body
{
	background: #4a525a;
	font-family: Helvetica, sans-serif; 
	color: white; 
}
div
{
	/*border: 1px solid red;*/
}
p, li
{
	font-size: 10pt;
	line-height: 16pt;
}

#container
{
	width: 650px;
	/*margin-top: 150px;*/
	margin-left: 50px; 
}
#maintitle
{
	font-weight: bold; 
	font-size: 99px; 
	padding: 0px;
	padding-top: 20px;
	margin: 0px;
	line-height: 100px;
	height: 99px;
}
#subtitle
{
	font-size: 48px; 
	padding: 0px;
	height: 48px;
}
#star
{
	font-size: 200px; 
	float: right;
	height: 200px;
	padding: 0px; 
	margin: 0px; 
}
#menu
{
	float: right;
	padding-top: 40px;
	width: 150px; 
	margin-right: 50px;
	vertical-align-: middle; 

}
#menu li
{
	list-style-type: none;
	line-height: 22px;
	text-align: right;
	font-size: 12pt;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 2px solid none; 
}
a
{
	color: white;
	text-decoration: none;
}
a:hover
{
	background-color: darkgrey;
	border-color: darkgrey;
}
.main-body
{
	margin-left: 50px; 
	margin-top: 50px; 
}
.subheader
{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold; 
	padding-bottom: 10px;
}
.main-body li
{
	list-style-type: none;
	padding-bottom: 15px;
	vertical-align: top;
	width: 600px;
	display: block;
}
.castpic
{
	border: 1px solid #444444;
	float:right; 
	margin-left: 5px;
}
.castline
{
	font-size: 14pt;
}

.castline em
{
	font-style: normal;
	font-weight: bold;
}
.header-title
{
	font-weight: bold; 
	font-size: 32px; 
}
.header-subtitle
{
	font-size: 18px; 
}
.header-menu 
{
	float:right;
}
.header-menu li
{
	display: inline;
	list-style-type: none;
	padding-left: 10px; 
}
#page-container
{
	width: 650px;
}
.main-body
{
	width:650px;
}
.main-body p 
{
	width: 650px; 
	vertical-align: top;
	padding-top: 0px;
	margin-top: 0px;
}
#selected-menu
{
	text-decoration: underline;
}
#contact-link
{
	text-decoration: underline;
}