/* CSS Document */

body {
	background-color:#FFFFFF;
	text-align:center;
	color:#000000;
	font-family: Verdana;
	font-size:9px;
}
a:link, a:visited, a:hover { color:white; text-decoration:none; }

#mediaBox {
	width:640px;
	height:480px;
	background-color:#333;
	margin-top:50px;
	position: relative;
}
#mediaBox2 {
	position:relative;
	width:660px;
	height:500px;
	background-image:url(../images/graphic_film_reel.png);
	background-repeat:no-repeat;
	margin-top:50px;
	color: black;
	font-size: 12px;
}

.buttonHome, .buttonAboutUs, .buttonProjects, .buttonContactUs { position:absolute;  bottom:27px }
.buttonHome { left:60px;}
.buttonAboutUs { left:159px;}
.buttonProjects {  left:320px;}
.buttonContactUs { left:463px;}
.separator { position:absolute; bottom:26px; width:1px; height:14px; overflow:hidden; background-color:#FF9900; }

.contentBackground1 {
	position:absolute;
	width:550px;
	top:115px;
	opacity:.65;
	filter:alpha(opacity=65);
	left: 0px;
	height: 300px;
	text-align: right;
	overflow:hidden;
}
.content {
	position:absolute;
	top:70px;
	left:35px;
	height:335px;
	width:590px;
	overflow:auto;
	z-index:10;
	color:black;
}
.content a:link, .content a:visited, .content a:hover { color:black; text-decoration:underline; }

.contactFormLabel { float:left; }
.contactFormField { float:right; width:100px; border:1px solid black; font:normal 11px Verdana; }
form div:first-child { padding-bottom:10px; }

#footerLinks { padding-top:12px; }
.bioText {
	float:left;
	margin:0px 0px 0px 10px;
	width:300px;
	text-align:left;
	padding-top: 10px;
	font-size: 11px;
}
