body {
	background:url(../images/bg.png) center top no-repeat #171717;
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-weight:600;
	line-height: 24px;
	text-transform: none;
	color: #171717;
}

#header {
	margin: 0 auto;
	width: 990px;
	height: 126px;

}

.slideshow img {
	border: mone;
}

a {	
	color:#000;
	text-decoration:underline;
}

h1 {
	color: #009343;
	font-family: "Arial Black", sans-serif ;
	text-shadow: 1px 1px 1px #000;
}

h3 {
	color: #fff;
	font-family: "Arial Black", sans-serif ;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
	font-weight: 800;
}

p {
	font
}

#navcontainer {
	width: 990px;
	background:url(../images/header1.png) center top no-repeat;
	height: 129px;
	color: #000;
	text-align: center;

}

ul#nav {
	margin-left: 340px;
	padding-top: 24px;
	
}

ul#nav li {
	display: inline; 

}

ul#nav li a, ul#nav li a:visited {
	float: left;
	text-align: center;
	color: #fff;
	text-decoration: none; 	
	padding: 4px 30px 10px 4px;
}

ul#nav li a:hover {
	background: none;
	color: #009343; 
	padding: 2px 30px 10px 4px;
}

ul#nav li.act {
	color: #009343;
}

ul#nav li a:active {	
	color: #000;
	background: none;
}

#wrapper {
    width: 990px;
	margin:0 auto;
	background-color: #fff;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
}

#left-box-home {
	float: left;
	width: 660px;
	background-color: none;
	position: relative;
}

.large-box-home {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;	
	background: #fff;	
	opacity: 1;
	float: left;	
	width: 630px;
	min-height: 400px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 20px 20px 20px 20px;
	background: none;
}

#left-box {
	float: left;
	width: 660px;
	background-color: none;
	position: relative;
}

#social li {
	display: inline;
	list-style-type: none;
	padding-right: 14px;
}

#footer-home {
	clear:both;
	width: 990px;
	background: none;
	height: 46px;
}

#footer {
	clear:both;
	width: 990px;
	background: url(../images/footer1.png) no-repeat;
	height: 46px;
}
#footer p {
    color: #fff;
	font-size:x-small;
	font-family: Arial; 
	text-align: center;
	padding-top: 20px;
}

.answer {
	color: #ffaf14;
	font-weight: bold;
}