@charset "UTF-8";
/*BG image and colors*/
body {
	background-color: #10141f;
	font-weight: normal;
	font-size: 14px;
	background-image: url(images/bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
b {
	color: #10141F;
}
/*Bottom footer*/
#bottom {
	clear: both;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto;
	height: 107px;
	width: 860px;
	background-image: url(images/bottom_banner2.png);
	background-repeat: repeat-x;
	color: #fff;
	text-align: center;
}
/*Bulk info, left of side pictures. Contains majority of editable content*/
#content {
	clear: both;
	background-color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
	color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	width: 67%;
	padding: 5px;
}
/*Contains List expander*/
#filmography_content {
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
	color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
	padding: 5px;
}
h1, li, ul{
	margin: 0px; padding:0px;
}
/*Fred Worden name logo*/
#header {
	font-family: Helvetica, Arial, sans-serif;
	color: #c82c2a;
	background-color: #FFFFFF;
	height: 42px;
	width: 860px;
	text-align: right;
	margin-top: 140px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
li {
	list-style-type: none;
	list-style-image: none;
	text-indent: 5px;
}
/*Contains spacing image*/
#main{
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
}
p{
	margin: 0px;
	padding: .5em 0;
}
/*Pictures alongside right side*/
#side-b {
	float: right;
	width: 31%;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px 0;
}
/*Section names, about, filmography, etc.*/
#titles{
	float: left;
	height:auto;
	width: 363px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D2D2D2;
	border-right-color: #D2D2D2;
	border-bottom-color: #D2D2D2;
	border-left-color: #D2D2D2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
/*Contains top navigation*/
#top_banner{
	clear: both;
	margin: 0px auto;
	font-family: Helvetica, Arial, sans-serif;
	height: 59px;
	width: 860px;
	background-color: #fff;
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 18px;
}
/*Main container div*/
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 860px;
	height: 100%;
}
/*Menu System*/
a:link{
	color: #0B0A18;
}
a:visited { 
	color: #10141f;
	}
a:hover { 
	color: #efaa47;
	text-decoration: none;
	}
a:active { 
	color: #000000;
	text-decoration: none;
	}
	