html,body{margin:0;padding:0}

body {
    font-size: 14px; 
    font-family: helvetica, arial, sans-serif; 
    text-align:left;
    color: #515151; 
    background-color: black;
    }
p {
    margin:0 15px 10px;
    }
    
a, .subnav a:visited {
  color:#000;
  text-decoration:none;
  border-bottom:1px dotted #000;
  line-height: 1.6;
  }
  
a:visited {
  color:#aaa;
  border-color:#aaa;
  }
a:hover {
  color:#FFCC00;
  border-color:#FFCC00;
  border-bottom-style:solid;
  }
a img, .noline, a.noline:link, a.noline:visited, a.noline:hover, a.thumb, a.icon, a.img:link, a.img:visited, a.img:hover {
  border-width:0;
  }

.topnavitem {
    color: #fff;
    border-bottom-style: none;
    padding: 6px 10px 5px 10px;
    margin: 0;
    }
    
.navicon {
    vertical-align:text-bottom;
    padding: 0 3px 0 5px;
    border: 0;
    }
    
.miniheader {
    font-size: 150%;
    font-weight: bold;
    color: #b4b4b4;
    letter-spacing: -1px;
    }

.navitem {
    color: #fff;
    font-size: 14px;
    text-align: center;
    }

.navitem a:hover {
    color: #fff;
    background: #ffe064;
    border-bottom-style: 1px solid #fff;
    }
    
#navtable {
    width: 700px;
    height: 29px;
    vertical-align: bottom;
    border-collapse: collapse;
    }

#navtable a:visited { color: white; }
    
#floater {
	width: 150;
	float: left;
	border-bottom-style: none;
	margin: 20px;
	font-size: 12px;
	color: #000
	font-weight: bold;
	text-align: center;
}

div#topnav {font-size:0px; height: 41px; background-image: url(http://kittur.org/images/navbar_bg.gif);}  /* This seems to be needed to remove the gap between the two images */
div#header {font-size:0px;}

div#container{border: 1px solid #ddd; background-color: white}
div#content p{line-height:1.6}
div#navigation{background:#FFF; text-align:center; }
div#extra{background:#FFF;}
div#footer{background: #000;color: #FFF; text-align:center;}
div#footer p{margin:0;padding:5px 10px; font-size: 80%;}

div#container{width:700px;margin:0 auto}
div#content{float:left;width:489px;border-right: 1px dotted; margin-bottom:10px; padding-left: 10px;}
div#navigation{float:right;width:200px}
div#extra{float:right;clear:right;width:200px}
div#footer{clear:both;width:100%}
div#contentfull{float:center; width:650px; margin:10px 20px}