@charset "utf-8";
/* CSS Document */

body
{
background-image:url(images/mainbg.jpg);
background-position:center top;
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
margin:0;
padding:0;
background-color:#ffffff;
}
.outer
{
background-image:url(images/bg_n.jpg);
background-position:top center;
width:100%;
margin:0 auto;
background-repeat:no-repeat;
}
.inner
{
width:993px;
margin:0 auto;
}
.inner .header
{
background-image:
url(images/head.png);
background-repeat:no-repeat;
height:90px;
width:993px
}
.slider
{
width:993px;
height:330px;
margin-top:65px;

}
.content
{
padding:10px;
margin:0 auto;
width:973px;
}
.content .leftsection
{
width:334px;
float:left;
}
.content .rightsection
{
background-image:url(images/bg_right.jpg);
background-position:top left;
background-repeat:no-repeat;
width:623px;
float:left;
padding-left:15px;

}
.logosection
{
margin-top:20px;
}
.logo
{
background-image:url(images/bg_logos.jpg);
background-repeat:no-repeat; 
background-position:center;
height:87px;
width:185px;


}
.innerfooter
{
background-image:url(images/footer_bg.jpg);
width:100%;
background-position:center top;
background-repeat:no-repeat;
padding-top:40px;
padding-bottom:15px;
}
.innerfooter a
{
color:#ffffff;
}
.outerfooter
{
background-image:url(images/bgfootermain.jpg);
background-repeat:repeat-x;
text-align:center;
font-size:11px;
color:#ffffff;
background-position:top;

}