body{
	text-align:center;
	font-family: helvetica, verdana, arial;
	font-size: 10pt;
	color: #333;
	font-weight: bold;
	line-height: 12pt;

}

.designer {
	color: gray;
	font-size: small;
}

#footer {
	clear:both; 
	background-color: #66ccee; 
	width: 750px; 
	height: 40px;
	margin: auto; 
}
	
#footer .copyright {
	background-color: #66ccee; 
	font-size: small;
}
#footer .contact_info {
	background-color: #66ccee; 
}
/**/
/* 750 centered */ 
#doc{
	margin:auto;
	text-align:left;
	width:750px;
	background-color: #66CCEE;
	min-height: 500px;
}
	
#wrapper{
	background-color: #66ccEE;
	width: 750px;
	margin: auto;
}

hr {
	width: 700px;
	text-align: center;
	margin: 10px;
	border: solid #750f9c 1px;
}

a img{
	text-decoration: none;
	border: 0;
}

a{
	color: #750f9c;
	text-decoration: none;
	font: bold 14pt;	
}

a:hover, a:active { 
	font: bold 14pt;
	text-decoration: underline; 
	color: #9685BA;
	}

#sidenav_left ul {
	list-style: none;
	margin-top: 80px;
	margin-left: 0;
}

#sidenav_left ul li {
	margin-top: 20px;
	margin-bottom: 20px;
}
/*
#sidenav_left ul li a{
	color: gray;
	text-decoration: none;
}
*/

#filmography ul li {
	list-style-type: square;
	color: #993300;
}

#sidenav_left {
	width: 27%;
	position: relative;
	float: left;
	margin-left: 10px;
}

#main_content {
	width: 65%;
	position: relative;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

#news {
	width: 400px;
	min-height: 400px;
	border-style: ridge;
	min-height: 300px;
	padding: 10px;

}

h1 {
	padding-top: 15px;
	text-decoration: overline underline;

}

h3 {
	background-color: #CCC;
	width: 85%;
	padding: 2px;
}

