/* 
		a creative bender
		-------------------------------
		
		SCREEN - Main Style Sheet
		
		web:		http://www.acreativebender.com/
		file name:	/css/global.css
		version:	2009.01.16
		
		copyright:	(c) 2008 Adam Bender
		author:		Adam Bender
*/	


/*
		------------------------- 
		NAV BAR LAYOUT STYLES
		------------------------- 
*/

#nav_wrapper {
	width: auto;
	height: 40px;
	
	margin: auto;
	margin-top: 0px;
	
	padding-top: 0px;
		
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	
}

#nav_container_wrapper {
	margin: auto;
	width: 800px;
	
}

#nav_container {
	margin: 0;
	
	width: 650px;
	height: 40px;
	
}

#nav_container a {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 10px;
	
}

#nav_container ul {
	width: 650px;
	
	margin: auto;
	margin-top: 0px;
	
	padding: 0px;
	
	list-style: none;
}

#nav_container li {
	width: 60px;
	height: 26px;
	
	text-align: center;
	list-style: none;
		
	padding-top: 13px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 20px;
		
	float: left;
	display: block;
}
 
#nav_container li a {
	height: 15px;
	
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	
	display: block;
}

#nav_container li a:hover {
	height: 30px;
	
	text-decoration: none;
	color: #CCC;
	
	display: block;
}

.u_r_here  {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #09F;
}

/*
		------------------------- 
		FOOTER LAYOUT STYLES
		------------------------- 
*/

.footer_wrapper {
	margin: auto 0;
	
	height: 200px;
	
}

.footer_container_wrapper {
	margin: auto;
	width: 800px;
	
}

.footer_container {
	width: 630px;
	height: 100px;
	
	padding: 10px;
	padding-top: 20px;
}

.footer_container p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}

.footer_container p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

.footer_container p a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F60;
}