/* CSS Document */
/* created by Minefield digital media*/
/* http://www.minefield.com.au*/
/*--        Basic CSS         --*/

	* {
	margin:0;
	padding:0;
	position:relative;
	}
	
	body, div, input, textarea {
		font-family: Georgia, "Times New Roman", Times, serif;
		color:#292975;
		font-size:12px;
	}
	
	body {
		background: #0190D4 url(../images/page_bg.jpg) top repeat-x;
		margin: 0px;
		position:static;
	}
	
	h1 {
		padding: 1em 0 ;
		color: #fff;
	}
	
	h1.title,h2,h3,h4 {
		display: none;
	}
	
	#map a {
		color: #76A53D;
	}
	
	
/*--		Layout Divs			--*/

	#container {
		width: 760px;
		margin: 0 auto;
	}
	
	#title {
		background: url(../images/title.gif);
		width: 380px;
		height: 186px;
	}
	
	#images {
		width: 380px;
		height: 718px;
		background: url(../images/images.jpg);
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#content {
		width: 380px;
		background:url(../images/content_bg.gif) top no-repeat;
	
	
	}
	
	#content p {
		padding: 15px 0 0 75px;
		text-align:left;
		line-height: 16px;
	}
	
	#sponsors {
		height: 223px;
		
	}
	
	#date {
		background:url(../images/date.gif) no-repeat;
		height: 160px;
	}
	
	p.stallholders {
		font-size: 14px;
	}
	
		a {
			color: #fff;
			text-decoration:none;
		}
		
		a:hover {
			color: #336C39;
		}
		
		a img {
			vertical-align: middle;
			border: 0;
			padding: 0.2em;
		}
	
	#gowest {
		background: #FFF;
		height: 65px;
		top: 815px;
		color: #00ADEF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	
	#gowest p {
		padding-top: 5px;
	}
	
	#gowest a {
		float: left;
		padding: 20px;
		display: block;
	}
	
	#gowest span {
		font-weight:bold;
		color: #F5821F;
		font-size:16px;
		
	}
	
	#footer {
		text-align: center;
		color: #fff;
		background: #346c38;
		padding: 3em;
	}
	
	#footer a {
		color:#FFCC00;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}