body {
	background:url(../images/body-bg.png) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#380b07;
	color: #FFF;
}

a {color:#fff;text-decoration:none;font-weight:bold}
a:visited {color:#e8e8e8;text-decoration:none;font-weight:bold}
a:hover {color:#e8c872;text-decoration:underline;font-weight:bold}
a:active {color:#e8c872;text-decoration:none;font-weight:bold}

#navlist
{
margin-left: 0;
padding-left: 10px;
list-style: none;
line-height: 30px;
}

#navlist li
{
padding-left: 24px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0;
}

#wrapper{
    width: 898px;
	margin:0 auto;
	height:586px;
}

#header{
    width: 898px;
    height: 186px;
}

#left-box{
    float: left;
    width: 684px;
	background-color:#345431;
	border-left: 1px solid #fff;
	height:inherit;
}

#left-box2{
    float: left;
    width: 684px;
	background-color:#345431;
	border-left: 1px solid #fff;
}

.large-box {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	float:left;
	width:600px;
	margin-left:40px;
	margin-top: 40px;
}

#right-box{
    float: right;
    background-color:#4f804b;
    width: 209px;
	height:inherit;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

#right-box2{
    float: right;
    background-color:#4f804b;
    width: 209px;
    height:1036px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.small-box {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	float:left;
	width:284px;
		margin-left: 5px;
		margin-top: 10px;	
}

.small-box .bottom {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	padding:15px 16px 33px 24px;
	width:244px;
}

.small-box .top {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:284px;
}

#footer{
	clear:both;
	width: 898px;
	height: 77px;

}

#footer p {
    color: #fff;
	font-size:x-small;
	padding-left: 10px;
}

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