/* Friends of the Wick Counrty Park Web Site */
/* Design by Nick Clarke */
/* January 2008 */

BODY
{
	background-color: #cae5fd;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 92%;
}

/* We have two wrappers. outerWrapper positions everything on the page in the centre. */	
#outerWrapper
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/* We have two wrappers. innerWrapper draws the border around all the page content. */	
#innerWrapper
{
	float: left;
	padding: 10px;
	border: 1px solid #aaa;
	background-color: #fff;
}

/* Where the header image and text is contained */	
#header
{
	float:left;
	background-color: #8a9642;
}

#header H1
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	padding: 0px 10px 10px 10px;
	color: #293400;
}

#content
{
	width: 930px;
	background-color: #8a9642;
	float: left;
	padding: 0px 10px 0px 10px;
}

#right
{
	float: right;
	width: 680px;
	line-height: 130%;
}

#right P
{
	width: 660px;
	margin: 0px;
	padding: 10px;
}

#right P IMG
{
	padding: 5px;
	background-color: #fff;
	border: 1px solid #aaa;
	margin-right: 5px;
}

/* This is for half-width images with text flowing down the right-hand side */
.wrap
{
	float: left;
}

/* This is for the text beneath a full-width image */
.caption
{
	display: block;
	width: 660px;
	margin: 0px;
	padding: 0px 10px 15px 10px;
	font-size: 12px;
	font-weight: bold;
}

/* This style should be applied to headings in the right block. */	
#right H2
{
	font-weight: bold;
	border-bottom: 1px dashed #293400;
	width: 660px;
	margin: 0px;
	padding: 10px 10px 5px 10px;
}

#right H3
{
	font-size: 24px;
	font-weight: normal;
	width: 660px;
	margin: 0px;
	padding: 10px 10px 5px 10px;
}


#left
{
	float: left;
	width: 250px;
	font-weight: bold;
}

#left UL
{
	margin: 10px;
	padding: 0px;
}

#left LI
{
	width: 200px;
	margin: 3px;
	padding: 2px;
	list-style: none;
}

#left A, #left A:visited
{
	color: #000000;
	text-decoration: none;
}

#left LI:hover, #left A:hover
{
	color: #293400;
	background-color: #d2d7b7;
	text-decoration: underline;
}

#footer
{
	float: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#footer P
{
	margin-top: 14px;
	text-align: center;
}

#right P .noborder {
	border: 0px;
	padding: 0px;
	background-color: transparent;
	margin: 2px;
}


