*
{
margin: 0px;
padding: 0px;
}

#entire_site
{
height: auto;
width: 980px;
margin-right: auto;
margin-left: auto;
}

#banner
{
width: 980px;
height: 154px;
background-color: black;
}

#footer
{
width: 980px;
height: 50px;
background-color: black;
}

#middle
{
width:980px;
background-color: black;
}

#menu
{
float:left;
width: 200px;
min-height: 650px;
min-width: 200px;
background-color: black
}

#content
{
margin-left: 200px;
min-height: 650px;
background-color: black;
}

div.post_header
{
height: 90px;
width: 780px;
background: url('images/site_elements/banners/phb.jpg');
}

div.info_box
{
float: left;
width: 390px;
height: 120px;
}
img.icon
{
float: left;
margin:5px 8px 5px 5px;
}
body
{
background: url('images/site_elements/background.jpg') no-repeat fixed;
}

p{color: white; font: 14px verdana;}
p.center{text-align: center}
p.indent {text-indent: 1cm}
p.fineprint {font-size: 10px; text-align: center}

a{font: 14px verdana;}
a.center{text-align: center;}
a:link {color:white;}
a:visited {color:white;}
a:hover {color:gray;}

h1,h2,h3,h4,h5,h6{color: white;}
h1.center{text-align: center;}
h2.center{text-align: center;}

img
{
border-width: 0px;
}

table
{
color: white;
width: 780px;
}
td.center
{
text-align: center;
}
