/* CSS Document */

body{
background-image:url(../graphics/bg.jpg);
background-repeat:repeat-x;
background-color:#120e0d;
font-family:Arial, Helvetica, sans-serif;
line-height:23px;
text-align:justify;
font-size:18px;
color:#fff;
text-align:center;
margin:0px;
}

.container{
float:left;
width:100%;
}

.page{
width:970px;
}

.logo{
background-image:url(../graphics/header.png);
background-repeat:no-repeat;
background-position:center;
height:160px;
width:100%;
}

.banner{
background-image:url(../graphics/banner.jpg);
background-position:center;
background-repeat:no-repeat;
width:100%;
height:379px;
}


.hr{
background-image:url(../graphics/hr.jpg);
background-repeat:no-repeat;
height:10px;
background-position:center;
}

.menu_bg{
background-image:url(../graphics/menu_bg.jpg);
background-repeat:repeat-x;
height:49px;
width:100%;
}

.content{
background-color:#000000;
width:100%;
}

.heading{
font-size:22px;
}

.footer{
border-top:1px solid #130f0c;
width:100%;
height:40px;
background-color:#000000;
}

a, a:link, a:visited, a:active{
color:#efefef;
}

a:hover
{
color:#FF9933;
}