/** this css document for drum echoes */



body
{
background-image:url('images/BkgdRed.png');
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:.7em;
}

#container {
background-image:url('images/Bkgd100x100.jpg');
width:720px;
padding-top:15px;
margin-left:auto;
margin-right:auto;
border:solid thin #000000;

}

#header {
padding-bottom:75px;
}

#headerLinks {
float: right;
position:relative;
left:-20px;
top:30px;
}

#headerLinks a {
text-decoration:none;
font-variant:small-caps;
font-weight:bold;
font-size:1.3em;
}

#headerLinks a:link {color:#000000;}
#headerLinks a:visited {color:#000000;}
#headerLinks a:hover {color: #00A651;border-bottom: dashed thin;}

#headerImage { 
margin-top:20px;
margin-bottom:20px;
}

#logo {
float: left;
margin-left:15px;
}

#homeLink {
margin-right:60px;
}

#twitter_update_list {list-style-type:none}

#content {
padding: 10px 15px 15px 10px;
}

a.contentLink { text-decoration:none;}
a.contentLink:link {color: #006600; }
a.contentLink:visited {color:#006600;}
a.contentLink:hover {border-bottom: dashed thin; }

#footer {
clear:left;
text-align:center;
padding-top:20px;
}

#footer p {
font-size:0.75em; 
color: #333333; 
}

#footer a { text-decoration:none;}
#footer a:link {color: #006600;}
#footer a:visited{color:#006600;}
#footer a:hover{border-bottom: dashed thin; }