* {
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body {
    margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
    background-color: #000;
    text-align: center;
}

img { border: none; }
#container {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#toplogo {  margin: 16px 5px; }

#navibar {    width: 180px;  float: left; }

#wrap { width: 610px;  float: right; }

#stage { margin: 10px 0; }

#catlist { margin: 18px 20px; height: 24px;}

#catlist li { display: block; width: 120px; float: left; text-align: right; padding-right: 18px;
  background: url(http://www.northcoastbadboyz.com/release/image/arrow_wh.gif) no-repeat top right;
}

#footer { width: 800px; height: 140px; clear: both; 
    background: url(http://www.northcoastbadboyz.com/release/image/footcr.gif) no-repeat top center; }
 
.cattitle h3 { margin-top: 28px; margin-bottom: 11px;  padding: 4px;  }

.entrybox {  width: 90%; line-height: 1.6em;  border-bottom: #DEDEDE 1px dotted; 
    margin: 15px 8px;  padding-bottom: 8px; }

.entrybox p { color: #FFF; text-align: left; }
.entrybox td { color: #FFF; text-align: left; }
.entrybox h4 { color: #FA0; font-size: 121%; text-align: left; }

a:link, a:visited { color: #FA0; text-decoration: none;}
a:active, a:hover { color: #FA0; text-decoration: underline; } 

.entrybox .date { color: #FA0; font-size: 80%;  text-align: left; }

.linktype2 { text-align: right; font-size: 85%; }

