/* Style sheet for jonathanandbecky.org
*/
A:link { color: blue; text-decoration: none }
A:visited { color: red; text-decoration: none }
A:active { color: green; text-decoration: none }
A:hover {color: green; text-decoration: underline }
BODY {
color: black;
background: silver;
background-color: silver;
font-family: arial, helvetica, sans-serif;
}
#head
{
display:block;
background: white; background-color: white;
border:  1px solid black;
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 25px;
width: 700px;
}


#menu
{
font-family: arial, helvetica, sans-serif;
position: absolute;
margin-top: 120px;
margin-left: 5px;
width: 150px;
height: 200px;
display: block;
z-index: 10;
}

#menu a
{
font-size: 100%;
padding: 5px 1px 5px 5px;
border:  1px solid black;
display: block;
margin: 5px;
font-weight: bold;
background-color:  white ;

}
#menu strong
{
font-size: 100%;
padding: 5px 1px 5px 5px;
border:  1px solid black;
display: block;
margin: 5px;
font-weight: bold;
background-color:  white ;

}
#main
{display:block;
font-family: arial, helvetica, sans-serif;
margin-top: 10px;
margin-left: 115px;
margin-right: 10px;
width: 550px;
padding: 5px 5px 5px 50px;
background-color: white; 
border:  1px solid black;
text-align: left;
}

#footer
{display:block;
background-color: white; 
border:  1px solid black;
font-family: arial, helvetica, sans-serif;
font-size: 80%;
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
width: 720px;
}

.newsitem
{display:block;
padding: 5px 5px 5px 0px;
}