/* CSS Document */

body{
background-image:url(../images/bg1.jpg);
background-repeat:repeat-x;
background-color:#0d9445;
}

#header{
margin-top:0px;
margin-right:auto;
margin-left:auto;
width:920px;
height:75px;
margin-bottom:20px;
}
#main{
margin-right:auto;
margin-left:auto;
background-image:url(../images/main_bg.jpg);
background-repeat:repeat-y;
width:940px;
height:100%;
}

#wapper{
margin-right:auto;
margin-left:auto;
width:920px;
height:100%;
}

#introduction{
float:left;
width:390px;
height:480px;
padding:5px;
text-align:justify;
background-color:#FFFFFF;
}

#topics{
float:left;
width:920px;
height:130px;
text-align:justify;
background-image:url(../images/topics_bg.jpg);
background-repeat:no-repeat;
background-color:#303934;
}

#line{
float:left;
width:920px;
height:120px;
background-image:url(../images/bar.jpg);
background-repeat:repeat-x;
}

#linenav{
float:left;
width:910px;
height:20px;
padding:5px;
}

#par1{
float:left;
width:310px;
height:480px;
padding:5px;
text-align:justify;
background-color:#FFFFFF;
}

#leaders{
float:left;
width:750px;
height:420px;
padding:5px;
text-align:justify;
background-color:#FFFFFF;
}

#rightspan{
float:left;
width:149px;
height:420px;
padding:5px;
text-align:justify;
background-color:#FFFFFF;
}

#images{
float:left;
width:190px;
height:480px;
padding:5px;
text-align:justify;
background-color:#FFFFFF;
}

#imgbanner{
float:left;
width:610px;
height:70px;
padding:5px;
text-align:justify;
background-color:#FFFFFF;
}

#footerline{
float:left;
width:914px;
height:250px;
padding:3px;
background-color:#FFFFFF;
vertical-align:bottom;
}

.footertext{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}

