body {
   margin : 0;
   padding : 0;
   width : auto;
   font-family : arial, helvetica, sans-serif;
   text-align : center;
}

#wrap {
    position : relative;
    text-align : left;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0;
    border : 0;
    padding : 0;
    width : 800px;
    border-right : 1px solid #ccc;
    border-left : 1px solid #ccc;
    background : url(/graphics/main/background.gif) repeat-y top left;
}

#logo {
   position : absolute;
   top : 10px;
   left : 20px;
   z-index : 100;
   margin : 0;
}

#donate {
   position : absolute;
   float : right;
   top : 28px;
   right : 130px;
   margin : 0;
   padding : 0;
}

#search {
   margin : 0;
   padding : 0;
   top : 30px;
}

#colorbar {
   display : block;
   width: 100%;
   margin : 0;
   padding : 0;
   font-size : 8px;
   height: 12px;
   background: url(/graphics/main/colorbar.jpg) repeat-x top left; 
   border-bottom: 1px solid #ccc;
}

#tagline {
   position : relative;
   z-index : 1;
   text-align : left;
   padding : 0 0 0 0px;
   margin :0;
   background-color : #42748F;
   border-bottom : 1px solid #000000;
}

#topnav {
   width : 100%;
   margin : 0;
   height: 23px;
   padding : 0 0 0 0;
   background-color : #ffffff;
   border-bottom : 1px solid #000;
}

#topnav ul li {
   float : right;
}

#frame {
   width :100%;
   margin : 0px;
   padding :0px;
   text-align : left;
   background : url(/graphics/main/background.gif) top left repeat-y;
}
		
#contentleft {
   width : 174px;
   padding : 80px 0 0 0px;
   margin : 0 0 50px 0;
   float : left;
}
	
#contentcenter {
   width : 415px;
   min-height: 800px;
   padding : 0 0 0 0;
   margin : 0 15px 50px 20px;
   float : left;
   voice-family : "\"}\"";
   voice-family : inherit;
   width : 380px;
}

html>body #contentcenter {
   width : 380px;
}
	
#contentright {
   width : 210px;
   margin : 0 0 0 0;
   padding : 0 5px 0 0px;
   float : right;
   voice-family : "\"}\"";
   voice-family : inherit;
   width : 205px;
}

html>body #contentright {
   width : 205px;
}
	
#main {
 margin : 0;
 padding : 0;
}

.clear {
   clear : both;
   margin : 0;
   padding : 0;
}

.signup {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    margin: 0 15px;
}

.rightimg {
	margin: 18px 10px 10px 10px;
}