/* CSS Document */

body
{
margin:0px;
padding:0px;
font-family: Tahoma, tens, tensec;
background: #000 ;
}

#wrapper
{
margin:auto;
width:976px;
height:auto;
}

#wrapper_inner
{
margin:auto;
width:958px;
height:auto;
padding-left:9px;
padding-right:9px;
padding-top:10px;
}

.header
{
background: url(../images/header.jpg) no-repeat;
width:979px;
height:204px;
}


.gallery
{
background:url(../images/gallery.jpg) no-repeat;
width:649px;
height:362px;
}


.left_area
{
width:649px;
height:auto;
padding-top:50px;
padding-bottom:50px;
}

.left_area2
{
width:958px;
height:auto;
padding-top:50px;
padding-bottom:50px;
}

.right_area
{
width:272px;
height:auto;
padding-top:2px;
padding-left:40px;
padding-bottom:50px;
}

.right_area2
{
width:272px;
height:auto;
padding-top:50px;
padding-left:40px;
padding-bottom:50px;
}

.title2
{
background:url(../images/title_strip2.jpg) no-repeat;
font-family: "Futura BdCn BT";
font-size:24px;
color:#99cc00;
font-weight: bold;
text-align:left;
padding-top:7px;
padding-left:20px;
padding-right:20px;
padding-bottom:27px;
overflow:hidden;
}
.content2
{
font-size:12px;
color:#5e6164;
text-align:left;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
overflow:hidden;
}

.title1
{
background:url(../images/title_strip1.jpg) no-repeat;
font-family: "Futura BdCn BT";
font-size:24px;
color:#99cc00;
font-weight: bold;
text-align:left;
padding-top:7px;
padding-right:20px;
padding-left:20px;
padding-bottom:27px;
overflow:hidden;
}
.content1
{
font-size:12px;
color:#5e6164;
text-align:left;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
overflow:hidden;
}

.title3
{
background:url(../images/title_strip3.jpg) no-repeat;
font-family: "Futura BdCn BT";
font-size:24px;
color:#99cc00;
font-weight: bold;
text-align:left;
padding-top:7px;
padding-right:20px;
padding-left:20px;
padding-bottom:27px;
overflow:hidden;
}
.content3
{
font-size:12px;
color:#5e6164;
text-align:left;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
overflow:hidden;
}


#footer
{
background:url(../images/footer.jpg) no-repeat;
width:958px;
height:114px;
padding-left:20px;
padding-right:20px;
}
.footer_content
{
font-size:12px;
float:left;
color:#acb1b6;
text-transform:uppercase;
}

.footer_content1
{
font-size:12px;
float:right;
color:#acb1b6;
}
#footer a
{
color:#acb1b6;
text-decoration: underline;
}
#footer a:hover
{
color:#acb1b6;
text-decoration:none;
}








