/* CSS Document */

/*--        Basic CSS         --*/

	* {
		margin:0;
		padding:0;
		position:relative;
	}
	
	td, body, div, input {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		color:#30295c;
		font-size:11px;
	}
	
	body {
		background: #1c2a49 url(../images/page_bg.gif) top repeat-y;
		margin: 0px;
		position:static;
	}
	
	p {
		margin: 10px 0;
	}
	
	h1, .heading {
		border-bottom: #FFCC00 solid 1px;
		font: bold 21px Arial, Helvetica, sans-serif;
		line-height: 30px;
	}
	
	.heading {
		font-size:18px
	}
	
	a {
		color:#000066;
	}
	
	a:hover {
		color:#FFCC00;
	}

/*--		Layout Divs			----*/

	#container {
		width: 720px;
		margin: 0 auto;
	}
	
	#header{
		height: 160px;
		background:url(../images/header_bg.gif) no-repeat;
	}
	
	#content {
		margin-left: 200px;
	}
	
	#footer {
		text-align:center;
		border-top: 1px solid #CCC;
		padding: 15px;
	}
/*--		SheepsFeed		--*/

	#sheepfeed {
		float:right;
		width:250px;
		text-align:center;
		border: 1px solid #CCC;
		padding:10px;
		margin:10px;
		z-index:10;
	}
	
	#sheepfeed p {
		font: bold 14px Arial, Helvetica, sans-serif;
	}
	
	#sheepfeed a {
		display:block;
		padding: 5px;
		background:#000066;
		color:#FFF;
		text-decoration:none;
		font-size: 12px;
	}
	
	#sheepfeed a:hover {
		background: #FFCC00;
		
	}
	
/*--		Gallery			--*/
	
	.heading {
		font-size:18px
	}
	
	#content img {
		padding: 2px;
		margin: 2px;
		border: 1px solid #000066;
		background: #CCC;
	}
	
	.float {
		float:left;
	}
	
	hr {
		color:#FFCC00;
		background:#FFCC00;
		border:none;
		height:1px;
		clear:left;
	}
	
	.map {
		float:right;
	}
	
/*--		Nav			--*/

	#nav {
		list-style:none;
		width: 180px;
		float:left;
	}
	
	#nav li {
		padding-bottom:10px;
	}
	
	#nav li a {
		display:block;
		wodth: 180px;
		height: 30px;
		background-color:#000066;
		text-decoration: none;
		color:#FFF;
		line-height: 30px;
		text-indent: 10px;
		font-size:12px;
	}
	
	#nav li a:hover {
		background: #FFCC00;
	}