/* CSS Framework - All browsers */
/* Andy Piddock 2010 */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.82em;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1em;
	background-color: #ECE9D8;

}


/* Outside container */
#outer-container  {
   margin: 10px auto 10px auto;
   width: 960px;
   position: relative;
   display: block;
   background-color: #50B948;
   padding-bottom: 8px;
   	
}

/* Wrapper container to allow curved background */
#wrapper {
	display:block;
	background-color: #50B948;
	width: 942px;
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 0px;
	position:relative;
	
			}
	
#header
{
	background-color: #FFF;
	width: 940px;
	margin-left: 2px;
	margin-bottom: 12px;
	margin-top: 12px;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	height: 160px;
	background-position: 0px 10px;
}

/* Horizontal menu area */
#menu
{
	background-color: #16426F;
	width: 865px;
	margin-left: 12px;
}


/* Left content column */
#left
{
	float: left;
	width: 430px;
	background-color: #E9E8E8;
	min-height: 300px;
	padding: 10px;
	margin-left:12px;
}

/* Right content column */
#right
{
	
	float: left;
	width: 440px;
	background-color: #E9E8E8;
	min-height: 300px;
	padding: 10px;
	margin-left: 5px;
}

/* fullwidth content column */
#fullwidth
{
	float: left;
	width: 900px;
	background-color: #FFF;
	height: 480px;
	padding: 20px;
	margin-left:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#footer
{
	background-color: #E9E8E8;
	width: 917px;
	margin-left: 12px;
	font-size: 10px;
	text-align:center;
	color: #16426F;
	height: 40px;
	margin-top: 5px;
}

/* Clear floats */
.clear {clear:both;}



h1{
	font-size: 1.1em;
	display: inline; 
}

h2{
}


.textonly{
	margin-left: 10px;
	font-size:12px;
}
.haywarddesign{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#009;
	float: right;
	margin-right: 20px;
	padding: 0px;
	height: 0px;
	position:relative;

	
}
	
img
{  border-style: none;
}
