@charset "utf-8";
/* CSS Document */


body
{
	background: #DB1A16 url(../images/background.jpg) top center no-repeat;
	margin: 0 auto;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}

h1
{
	color: #282A1F;
	border-bottom:  thin solid #7C8D37;
	
}


h2{
	font-size: 20px;
	font-weight: normal;
}

h2 strong{
	font-weight: bold;
	color: #DB1A16;
}


a
{
color: #4C5D55;
text-decoration: none;
text-transform: none;
}

img
{
border: #505F58 solid thick;}


#wrapper
{
margin: 0 auto;
background: url(../images/contentbg.png) top center repeat-y;
margin-top: 129px;
width: 891px;
}
#content_wrapper
{
margin: 0 auto;
margin-top: 0px;
width: 891px;
}
#footer_wrapper
{
background: url(../images/footer.png) top center no-repeat;
margin: 0 auto;
margin-top: 0px;
width: 891px;


}

#footer_wrapper p
{
padding-top: 25px;
margin-top: auto;
color: #282A1F;
text-decoration: none;
}


#footer_wrapper a
{
margin-top: auto;
color: #282A1F;
text-decoration: none;
}




#footer_wrapper a:hover
{
color: #7F8835;
}






#navigation
{
	padding-left: 43px;
	padding-right: 43px;
	padding-top: 26px;
	margin-left: 15px;
	

}

#content
{
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}


#content_2
{
	margin-left: -54px;
	padding: 22px 76px;
}
