	body {
		background: #000 url(img/bg.jpg) 50% 0 repeat-y;
		margin:0;
		padding:0;
		text-align:center;
		}
	
	#container {
		width:776px;
		margin:0 auto;
		text-align:left;
		padding:0 20px;
		}
		
	#content {
		text-align:left;
		color:#fff;
		padding:20px 40px;
		font-size:14px;
		border-top:0px solid #0F0F0F;
		margin-top:5px;
		}

	p {
		font-size:16px;
		font-family:Georgia;
		line-height:1.8em;
		color:#757471;
		padding:5px 0;
		}
			
	h1.replaced {
		text-indent: -1000em;
		background: url(img/logo.gif) no-repeat left top;
		width: 776px;
		height: 45px;
		display: block;
		overflow: hidden; /* For nested divs in Safari */
		margin-bottom:0;
		padding-bottom:0;
		}

	/*  IE 5 hack \*/
		h1.replaced {overflow: hidden;}
	/* end hack */ 
		
	h1 {
		color:#FFF;
		text-align:center;
		font-family:'Arial Narrow', Helvetica, Arial;
		margin:0;
		font-size:48px;
		font-weight:normal;
		}
		
	h2 {
		color:#FFF;
		text-align:center;
		font-family:'Arial Narrow', Helvetica, Arial;
		margin:15px 0 40px 0;
		line-height:50px;
		font-size:30px;
		font-weight:normal;
		}
		
	#navigation	{
		margin:0 6px 0 6px;
		height:46px;
		line-height:36px;	
		padding: 15px 0 0 0;
		/*background: url(img/navbar.png) repeat-x;#954B03 ;
		border-top:1px solid #824406;
		border-bottom:1px solid #824406;*/
		}
		
	#navigation ul {
		list-style: none;
		margin: 0 0 0 0px;
		padding: 0;
		text-align:center;
	}
		
	#navigation li {
		display: block;
		margin: 0 11px;
		padding: 0 25px;
		float: left;
		width:auto;
		white-space:nowrap;
		text-align:center;
		}
		
	.selected {
		color: #B6AC8F;
		display: block;
		text-align:center;
		text-decoration: none;
		margin: 0 ;
		font-size:18px;
		font-family:Georgia, serif;
		white-space:nowrap;
		}
		
	#navigation a {
		color: #786D4B;
		display: block;
		text-align:center;
		text-decoration: none;
		margin: 0 ;
		font-size:18px;
		font-family:Georgia, serif;
		width:auto;
		}
	
	#navigation a:hover, #navigation a:active { 
		color:#FFF;
		}
	
	#navigation a.active:link, #navigation a.active:visited	{
		position: relative;
		z-index: 102;
		font-weight: bold;
		}
		
	.news {
		margin:0;
		padding:25px 0 0 0;
		font-size:16px;
		border-top:1px solid #111;
		}
	.news li {
		margin-left:50px;
		padding:15px 0;
		}
		
	#footer {
		color:#989273;
		font-size:11px;
		padding:20px 0;
		}