/** {
	padding:0;
	margin:0;
}
*/
body {
	background-color: black;
	font-family: futura, verdana, helvetica, sans-serif;
	color: rgb(150, 150, 150);
	font-size:10pt;
}

a:focus { -moz-outline-style: none; }
a:active { outline: none; }

#container {
	margin: auto;
	position: center;
	width: 1000px;
	height: 100%;
}

#spacer {
	width:100%;
	height:10px;
}
#content {
	width:100%;
	height:100%;
	min-height:400px;	
}

/*		Navigation Stuff		*/
#nav {
	height: 35px;
	width:1000px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:black;
}

#menu{
	list-style:none;
	margin:0;
	padding:0;	
}

#menu li, #menu li a {
	height:35px;  /* this and line height needs to be the same and is the height of the nav bar */
	line-height:35px;
	position:relative;
	border: 0;
}

#menu li {
	width:139px;
/*	width:163px;*/
	display:inline-block;
	text-align:center;
	float:left;
}
	
#menu a {  
	font-size: 1em;
	color: rgb(181, 28, 37);
	text-decoration: none;
	text-transform: uppercase
}

#menu a:hover {
	color: rgb(230,230,230);
}

/*		End of Navigation Stuff		*/
	
#copyright {
	font-size: 0.8em;
	background-color: rgb(0,0,0);
/*	color: rgb(156,154,153); */
	text-align: center;
	padding-top: 70px;
	width:1000px;
}

#homeName {
	font-size:14pt;
	padding: 10px 0px 10px 0px;
	letter-spacing: 0.11em;
	color: rgb(114, 111, 111);
	font-weight: normal;
}

#homeImage {
	margin-top:10px;
	margin-bottom:10px;
	height:466px;
}

#homeImage, #homeDetail, #homeName {
	margin-left:auto;
	margin-right:auto;
	width:913px;
}

#homeDetail {
	text-align: right;
}


#biogPic {
	float:left;
	width:349px;
	height:219px;
	margin-top:4%;
	margin-bottom:30%;
	margin-right:45px;	
}

#biographyName {
	float:top;
	color: rgb(181, 28, 37); /* red */
	text-transform: uppercase;
	letter-spacing:0.05em;
}


#biogText {
	float:left;
	width:606px;
/*	font-size: 14px;*/
}

#publicationsText {
	padding-top: 150px;
	text-align:center;
}

#contactImage {
	margin-left:auto;
	margin-right:auto;
/*	margin-top:30px;*/
	width:953px;
	height:474px;
}

#contactDetail {
	width:953px;
	text-align:right;
	margin: 0 auto 10px auto;
}

#contactInfo {
	width:953px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:15px;
}

#movie_container {
	width:1000px;
	height:100%;
}

#movie_1, #movie_2 {
	text-align:center;
	width:660px;
	background-color:rgb(56,56,56);
	margin-left:auto;
	margin-right:auto;
	height:520px;
}

#movie_1 {
	padding-top:10px;
}

