html, body {
margin: 0;
padding: 0;
}

body
{ background: #450045;
font-family: Verdana;
text-align: center;
color: #000045;
font-size: 9pt;
line-height: 1.5; }

div#bigbox
{ background: #450045;
width:960;
margin: auto;
}

div#header 
{ background: #450045; 
width:740px;
border: solid 1px #000045;
margin-top: 25px;
}

div#navbar
{ background: #d5d2d5;
width: 160px;
border: solid 1px #000045;
float: right;
text-align: center;	
padding: 15px;
}

div#navtext
{ padding-left: 15px;
padding-right: 15px;
text-align: justify;
}

#navtext p
{ text-indent: 20px;
}

div#main
{ background: #d5d2d5;
border: solid 1px #000045;
width: 740px;
text-align: center;
position: relative;
top: -1px;
}

div#post
{
width: 500px;
text-align:justify;
padding-bottom: 30px;
}

#main A
{ color:#000045; 
text-decoration: none;
}

#post A
{ color:#000045; 
text-decoration: underline;
}

img.nav
{ padding-left: 50px;
 padding-right: 50px;
}

img.nav2
{ padding-left: 15px;
 padding-right: 15px;
}

#main p 
{ padding: 0px;
margin: 0px;
}

#main A:hover
{ text-decoration: underline;
}


#main table
{ font-size: 12px;
text-align: justify;
}

div#footer
{
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 50px;
background: #d5d2d5;
border: solid 1px #000045;
width: 740px;
clear: left;
position: relative;
top: 25px;
}