BODY {
background: #E5E5E5;
font-size: 12px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #000000;
text-align: left;
}	

#page {
background: url("images/background.png") repeat-y top;
border: none;
width: 620px;
text-align: left;
} 

#header {
background: url("images/header.png") no-repeat bottom center;
width: 620px;
height: 18px;
}

#footer {
background: url("images/footer.png") no-repeat bottom center;
width: 620px;
height: 18px;
}

.posting {
align: left;
margin: 10px 20px;
}

body {
margin: 0;
padding: 10px 1px 20px 1px; 
}

#page {
margin: 20px auto;
padding: 0 1px 0 1px;
width: 620px;
}

a:active, a:link {	
color: #000000;
text-decoration: none;
}

a:visited {
color: #000000;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: underline;
}

a:visited:hover {
color: #000000;
text-decoration: underline;
}
