/* -----navigation.css----- */
/*   
    _/        _/            _/                                              
   _/_/_/    _/    _/_/_/  _/  _/  _/      _/      _/    _/_/_/  _/    _/   
  _/    _/  _/  _/    _/  _/_/    _/      _/      _/  _/    _/    _/_/      
 _/    _/  _/  _/    _/  _/  _/    _/  _/  _/  _/    _/    _/  _/    _/     
_/_/_/    _/    _/_/_/  _/    _/    _/      _/        _/_/_/  _/    _/

CSS Stylesheet by Blakwax.com - info@blakwax.com
Copyright (c) 2010 Blakwax ltd 

*/

/* -----Navigation Styles Top----- */
	
div#nav {
	margin:0 auto;
	text-align: center;
	width: 940px;
	height: 40px;
	background: url("../images/nav_background.png") repeat-x top left;
	}
	

div#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 40px;
	}

div#nav li {
	display: inline;
	margin-right:40px;
	font-weight: bold;
	font-family: Georgia, serif;
	}
	
/* -----Navigation Styles Bottom----- */

div#footer {
	margin:0 auto 20px auto;
	text-align: center;
	width: 940px;
	height: 40px;
	}
	

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 40px;
	}

#footer li {
	display: inline;
	margin-right:40px;
	font-family: Georgia, serif;
	}