body {
    background:#000000;
    color:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
}
a:link {
    color:#FFFFFF;
    text-decoration: none;
}
a:visited {
    color:#FFFFFF;
    text-decoration: none;
}
a:hover {
    color:#A9A9A9;
    text-decoration: none;
}
a:active {
    color:#FFFFFF;
    text-decoration: none;
}

/*Start header styles*/
#header h1 {
    background:url(/css_images/logo.gif) no-repeat 38px 21px;
    width:173px;
    height:81px;
    float:left;
    margin:0;
}
#header img {
    border:solid 1px #FFFFFF;
}
/*End header styles*/

/*Start group name heading styles*/
#main-content h2.group-heading {
    margin:0;
    height:1.1em;
}
#main-content h2.vroom {
    background:url(/css_images/heading_vroom_mini_group.png) no-repeat;
}
/*End group name heading styles*/

/*Start image replacement styles*/
#header h1,
#main-content h2,
#main-content h3,
.no-size {
    text-indent: -100em;
    overflow: hidden;
}
/*Combined with above to completely hide the elements presence from view*/
.no-size {
    width:0;
    height:0;
    margin:0;
}
/*End image replacement styles*/

/*Start AddThis button styles*/
.addthis_button_compact {
    position:relative;
    top:10px;
    font:0.7em Verdana, Geneva, sans-serif;
}
/*End AddThis button styles*/

#primary_banner {
    margin-bottom:1em;
}
