body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #c4c4c4 url('images/bg.gif') repeat-x 100% 0;
	text-align: center;
	margin: 0;
	padding: 0
	}
p {
	color: #000;
	font-size: 12px;
	line-height: 155%;
	clear: both;
	margin: 0 0 17px;
	padding: 0;
	}
 img {
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
	
	}
h1 {
	font-size: 25px;
	font-weight: normal;
	float: left;
	clear: both;
	margin: 0;
	padding: 25px 0 20px;
	}
h1 strong {
	color: #55a509;
	font-weight: normal;
	background-color: #fff;
	}
h2 {
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	margin: 0;
	padding: 15px 0 3px;
	float: left;
	clear: both;
	}

#header img {
	float: left;
	clear: both;
	padding-top: 25px;
	}
#main {
	background-image: url('main.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-align: left;
	width: 515px;
	margin-right: auto;
	margin-left: auto
	}
#header {
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position:  
               0 0;
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0
	}
/**/
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #2e2e2e;
	color: white;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	margin-top: 25px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}

#navcontainer ul li {
	margin-top: 0;
	padding-top: 0;
	display: inline;
	}

#navcontainer ul li a
{
	padding: 0.55em 1em 0.6em 1em;
	background-color: #2e2e2e;
	color: white;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover
{
background-color: #79bb30;
color: #fff;
}

#navcontainer ul li#active a {
	color: #fff;
	background-color: #79bb30;
	}

/**/
#mainimg{
	margin-top:0;
	padding-top:35px;
	float:left;
	clear:both;
}
#outer-main {
	background: #fff url('images/bg.gif') repeat-x left top;
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 200px
	}

#footer {
	background-image: url('images/footer-header.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 0;
	text-align: center;
	width: 100%;
	float: left;
	clear: both;
	padding-top: 50px
	}

#footer-inner {
	color: #505050;
	background-image: url('images/footer-logo.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 12px;
	text-align: left;
	padding-top: 13px;
	width: 485px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px
	}
#footer-inner p {
	color: #525252;
	font-size: 11px;
	padding-top: 4px;
	}

/**/
a:link{
	color: #000;
	text-decoration: underline;
	}
a:visited{
	color: #000;
	text-decoration: underline;
	}
a:hover{
	text-decoration: none;
	}
	
span.ingress{
	font-weight: bold;
	}
strong {
	color: #000;
	font-weight: bold;
	background-color: #fff6b8;
	}

/**/
.showcase{
	background-image: url('images/teaser-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	width: 515px;
	float: left;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px
	}
.showcase-inner {
	position: relative;
	left: 20px;
	width: 470px;
	float: left;
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d8d8d8;
	border-top-color: #b9b9b9;
	border-right-color: #b9b9b9;
	border-left-color: #b9b9b9;
	
	}

.showcase p {
	text-align: left;
	width: 265px;
	float: right;
	clear: right;
	margin: 0;
	padding-right: 0;
	padding-bottom: 10px;
	
	}

.showcase h3 {
	font-size: 15px;
	width: 265px;
	float: right;
	clear: right;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	}

.showcase img {
	float: left;
	clear: none;
	margin-top: 4px;
	padding: 1px;
	border: solid 1px #9b9b9b;
	display: block;
	
	}
