body
{
	background-color:#222;
	text-align:center;
	font-family:Calibri,Gill Sans,Helvetica,Arial,sans-serif;
	font-size:12px;
	color:#fff;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:0px;
}

#container
{
	width:800px;
	background-color:#000;
	text-align:center;
	margin:0px auto;
	border:2px solid #333;
}

#header
{
}

#header img
{
    border:none;
}

#header #title
{
    float:left;
    width:363px;
    text-align:center;
    font-size:20px;
    font-weight:bold;
    margin-top:50px;
    letter-spacing:5px;
}

#header #title span
{
    color:#a0bebe;
    letter-spacing:normal;
    font-size:16px;
}

#menu
{
    width:150px;
    float:left;
    text-transform:capitalize;
    text-align:left;
}

#menu ul
{
    list-style:none;
    font-size:14px;
    font-weight:bold;
    padding:0px;
    margin:15px 0px 0px 0px;
}

#menu ul li
{
    padding:5px 0px 5px 15px;
    margin:0px;
    border-bottom:1px solid #fff;
}

#menu ul a
{
    color:#a0bebe;
}

#menu ul a:hover
{
    color:#fff;
}

#menu ul .on
{
    color:#fff;
}

#content
{
	width:595px;
	float:left;
	margin:20px 20px 20px 30px;
	text-align:left;
}

#footer
{
	width:700px;
	margin:0px auto;
	text-align:center;
	font-weight:bold;
	color:#ccc;
	margin-top:5px;
	padding-top:5px;
}

h1
{
	font-size:20px;
	margin-bottom:5px;
	font-weight:normal;
}

h2
{
	font-size:15px;
	padding:0px;
	color:#a0bebe;
	margin-top:0px;
	font-weight:normal;
}

p
{
	margin-top:10px;
	margin-bottom:10px;
}

a 
{
    text-decoration:none;
    color: #005454;
}

a:hover 
{
    color:#a0bebe;
}

img
{
    border:none;
}

.clear
{
    clear:both;
    height:1px;
}

.clearpad
{
    clear:both;
    height:12px;
}

.required
{
	color:#cc0000;
	font-size:14px;
}

label
{
    width: 4em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
}

.submit
{
    margin-left: 4.5em;
}

.error
{
	color:#cc0000;
	font-size:15px;
	text-align:left;
	background-image:url('/images/error.png');
	background-repeat:no-repeat;
	padding:0px 0px 10px 40px;
}

.calloutbox
{
    float:right;
    background-color:#a0bebe;
    width:190px;
    color:#000;
    font-size:11px;
    padding-bottom:10px;
    text-align:center;
}

.calloutbox img
{
    border:none;
}

.calloutbox div
{
    width:100%;
    padding-left:23px;
    text-align:left;
}

.calloutbox div div
{
    width:100px;
    text-align:center;
}

.calloutbox a:hover
{
    color:#fff;
}

.project_images
{
}

.project_images img
{
    width:100px;
    margin:0px 0px 10px 10px;
    float:left;
    border:1px solid #555;
}

.castbios img
{
    float:left;
    border:1px solid #555;
    margin:0px 10px 10px 0px;
}

.viewhide
{
    font-size:16px;
}