/*
Global CSS for FourBoysFilms.com
(c) 2006-2007 Still Designing, LLC
*/

body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000;
	background-color: #ffd270;
}

#logo {
	padding: 0px;
	margin: 0px
}

#container {
	position: absolute;
	display: block;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	background-color: #f3e9d7;
}

#logo {
	display: block;
}

#topnav {
	position: relative;
	display: block;
	text-align: left;
	width: 998px;
	height: 83px;
	padding: 0px;
	margin: 0px;
	background-image: url('images/header/topnav_bg.gif');
	border: 1px solid #f3e9d7;
}

#menu {
	margin: 0px;
	padding: 11px 0px 0px 16px;
}

#menu li {
	padding: 4px 10px 4px 10px;
	width: 122px;
	height: 31px;
	display: block;
	float: left;
}

#menu li a {
	background-color: #f3e9d7;
	display: block;
}

#menu li a:hover,
#menu .menu_selected {
	background-color: #ffe6ba;
}

#home {
	position: absolute;
	left: 14px;
	top: 60px;
}

#news_feature {
	position: absolute;
	display: block;
	left: 737px;
	top: 13px;
	width: 252px;
	height: 59px;
	background-image: url('images/global/news_feature_background.gif');
}

#content {
	position: relative;
	display: block;
	width: 1000px;
	height: 454px;
	background-image: url('images/content/body_background_1.jpg');
}

#leftnav {
	position: absolute;
	left: 36px;
	top: 10px;
	width: 160px;
	text-align: left;
}

#leftnav ul {
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

#leftnav li {
	color: #fff;
	margin: 0px;
	padding: 8px;
	list-style: none;
}

#leftnav li a {
	color: #000;
	text-decoration: none;
}

#leftnav li a:hover {
	color: #fff;
}

#footer {
	display: block;
	position: relative;
	width: 1000px;
	height: 81px;
	background-image: url('images/footer/footer_background.gif');
}

.feature {
	position: absolute;
	display: block;
	background-image: url('images/global/feature_background.gif');
	width: 169px;
	height: 59px;
	top: 11px;
	left: 11px;
}

#feature_1 { left: 11px; }
#feature_2 { left: 195px; }
#feature_3 { left: 676px; }

#project_links {
	position: absolute;
	display: block;
	left: 380px;
	top: 10px;
}

#legal_links {
	position: absolute;
	display: block;
	left: 405px;
	top: 60px;
}

#contact {
	position: absolute;
	display: block;
	left: 853px;
	top: 4px;
}

#copyright {
	display: block;
	padding: 64px 0px 16px 0px;
}

.pager {
	width: 100%;
	padding-top: 12px;
}

.pager_first {
	white-space: nowrap;
}

