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

body
{
margin:0 auto;
padding:0;
background:url(../images/body.jpg) left top repeat-x #551A4C;
}
img
{
margin:0;
padding:0;
border:none;
}
p
{
margin:10px 17px;
padding:0;
}
h1, h2
{
margin:0;
padding:0;
}

.wrapper
{
width:1000px;
margin:0px auto;
text-align:center;
}
.container
{
width:926px;
float:left;
padding:0px 37px;
background:url(../images/body-inner.jpg) left top repeat-x #4A1642;
text-align:left;
}
.header
{
width:926px;
float:left;
}
.logo
{
width:926px;
float:left;
margin-top:29px;
margin-bottom:39px;
}
.navcontainer
{
width:926px;
float:left;
height:40px;
}
.navcontainer ul
{
margin:0;
padding:0;
}
.navcontainer ul li
{
list-style-type:none;
display:inline;
height:40px;
float:left;
text-align:center;
padding-right:20px;
font:bold 16px/40px Arial, Helvetica, sans-serif;
}
.navcontainer ul li a
{
color:#B4B4B4;
text-decoration:none;
}
.navcontainer ul li a:hover
{
color:#9AC153;
}
.navcontainer ul li a.active
{
color:#FFFFFF;
}
.header-img
{
width:926px;
float:left;
height:249px;
}

.body
{
width:890px;
float:left;
background: url(../images/grey-bg.jpg) left top repeat-x #837B82;
padding:35px 18px 18px 18px;
}
p.welcome-text
{
font:normal 22px/30px Georgia, "Times New Roman", Times, serif;
color:#454545;
}
.bottom-box-wrapper
{
width:890px;
float:left;
padding-top:18px;
}
.box-content
{
width:296px;
float:left;
}
.box-content img
{
float:right;
}
.grey-bg
{
width:294px;
float:left;
background:url(../images/bottom-box-bg.jpg) left top repeat-x;
height:194px;
font:bold 12px/20px Arial, Helvetica, sans-serif;
color:#393939;
}
.grey-bg h1
{
font:bold 16px Arial, Helvetica, sans-serif;
color:#FFFFFF;
margin-left:17px;
}
.btm-link
{
width:277px;
float:left;
background: url(../images/btm-link-bg.jpg) left top repeat-y;
font:normal 12px/32px Arial, Helvetica, sans-serif;
padding-left:17px;
}
.btm-link a
{
color:#62225D;
text-decoration:none;
}
.btm-link a:hover
{
text-decoration:underline;
}

.footer
{
width:900px;
float:left;
border-top:1px solid #471341;
background:#2B2B2B;
height:196px;
padding-left:26px;
padding-top:23px;
font:normal 13px/20px Arial, Helvetica, sans-serif;
}
.footer p
{
margin:5px 0px;
padding:0;
}
.footer-nav
{
color:#999399;
}
.footer-nav a
{
color:#999399;
text-decoration:none;
}
.footer-nav a:hover
{
color:#FFFFFF;

}
.footer-link
{
color:#9AC153;
}
.footer-link a
{
color:#9AC153;
text-decoration:none;
}
.footer-link a:hover
{
color:#FFFFFF;
}