﻿*{
    margin: 0px;
    padding: 0px;
    
}

body{
    top: 0;
    left: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    background-imagE: url(../../img/bg.gif);
    background-repeat: repeat-x;
}

form{
    padding: 0px;
    margin: 0px;
}

img{
	border:0px;
}

#container{
    width: 856px;
    margin: 0 auto;
    background-color: #fff;
}

#sep{
    text-align: left;
    padding: 0px;
    margin: 0px;
}

#top{
   width: 840px;
   margin: 0 auto;
   padding-bottom: 5px;
}

#mainContent{
   width: 856px;
   background-color: #fff;
   margin: 0 auto;
}

#innercontent{
    
}


.content{
    text-align: left;
    width: 856px;   
}

#shadow{
    background-image: url(../../img/innercontentbg.gif);
    background-repeat: repeat-x;
    height: 35px;
    text-align: left;
}

#test{
  
}

#frame{
    width: 856px;
    min-height: 350px;
    clear: both;
    background-image: url(../../img/contentbg.gif);
    background-repeat: repeat-y;  
}

#leftcontent{
    width: 560px;
    float:left;
    padding-left: 35px;
}

#rightcontent{
    width: 259px;
    float:left;
}

#bottom{
    width: 856px;
}


#newslist{
    padding-left: 30px;
}

.splashholder{
    width: 840px;
    text-align: left;
    border-bottom: 5px;
}

.menu{
    position: absolute;
    bottom: 0px;
    z-index: 10;
}

.menu .menucontainer{

}

#mnu{
    position: relative;
    top: 238px;
    left: 0px;
    height: 0px;
    text-align:left;
    background-color: White;
}




.imgtop{
    width: 840px;
    z-index: 100;
}

#contact-info{
    font-size: 9px;
    width: 840px;

    margin: 0 auto;
    text-align: left;
    padding-left: 20px;
    height: 20px;
}

#cil{
    float: left;
    width: 50%;
}

#cir{
    float: left;
    width:48%;
    text-align: right;
    padding-right: 10px;
}

.news{
    padding-left: 5px;
}

.separator{
    padding-top: 5px;
    padding-bottom: 2px;
}   