body {
    margin: 0;
    padding: 0;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
}

p {
    MARGIN: 0px;
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
    FONT-SIZE: 75%;
}

dl, dt, dd, ul, li {
MARGIN-TOP: 0px;
MARGIN-LEFT: 8px;
MARGIN-RIGHT: 0px;
MARGIN-BOTTOM: 0px;
padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none;
font-weight: bold;
color: black;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
text-decoration: underline;
font-weight: bold;
color: black;
}

h1 {
font-size: 24px;
MARGIN-TOP: 0px;
MARGIN-BOTTOM: 10px;
}

h2 {
font-size: 16px;
MARGIN-TOP: 8px;
MARGIN-BOTTOM: 2px;
}

h6 {
font-size: 12px;
MARGIN-TOP: 0px;
MARGIN-BOTTOM: 2px;
}

img {
BORDER 0px;
}


#menu {
position: absolute;
top: 0;
left: 1%;
z-index: 100;
width: 100%;
}

#menu dl {
float: left;
width: 20%;
margin: 0 1px;
}

#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
}

#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background-color: blue;
color: white;
border: 1px solid gray;
margin: 1px;
}

#menu dd {
display: none;
border: 1px solid gray;
}

#menu li {
list-style: none;
text-align: center;
background: #fff;
}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}

#content{
MARGIN-TOP: 22px;
MARGIN-LEFT: 1%;
MARGIN-RIGHT: 1%;
MARGIN-BOTTOM: 1%;
background-color: white;
BORDER: blue 3px solid;
}

#side_content {
position: absolute;
top: 25px;
left: 1%;
z-index: 99;
width: 160px;
}

#news {
position: absolute;
top: 25px;
right: 1%;
z-index: 98;
width: 160px;
}

#div_article_record_holder {
MARGIN-LEFT: 160px;
MARGIN-RIGHT: 160px;
}

#div_syndication_list{
margin-left: auto;
margin-right: auto;
BACKGROUND-COLOR: #eeeeee;
BORDER-TOP: blue 1px solid;
padding-TOP: 6px; 
padding-BOTTOM: 6px;
}

#div_syndication_list ul {
TEXT-ALIGN: center;
list-style-type:none;
}    

#div_syndication_list li {
display: inline; 
BORDER-LEFT: blue 1px solid;
padding-left: 3px; 
padding-right: 3px;
margin: 0; 
}

/* entries */

div.entry {
clear: left;
MARGIN-TOP: 0px;
MARGIN-LEFT: 0px;
MARGIN-RIGHT: 0px;
MARGIN-BOTTOM: 25px;
}


ul.post-info {
clear: both;
margin: 0;
padding: 0;
list-style: none;
}

ul.post-info li {
float: left;
margin: 0;
padding: 0;
font-size: 75%;
}

ul.post-actions {
clear: both;
margin: 0;
padding: 0;
list-style: none;
}

ul.post-actions li {
display:inline;
margin: 0;
padding: 0;
font-size: 75%;
}

address.author {
display: inline;
margin: 0;
padding: 0;
}

a.external_link {
background: url(http://localhero.biz/images/external.png) center right no-repeat;
padding-right: 15px;
}

.li_geo {
display:none;
}

/* tags */

.tags {
margin: 0 2px 0 0;
padding: 0;
FONT-SIZE: 75%;
}

dt.tags {
font-weight: bold;
float: left;
}

.tags li {
float: left;
list-style: none;
margin: 0px 5px 0px 0px;
padding: 0;
}

ul.tags li+li:before {
margin-left: -.35em;
content: ", ";
}