body {
background-color: rgb(0,0,0);
background-attachment: fixed;
margin: 0px 300px 0px 200px;
}

p.logo{text-align: center}

p.title{
font-weight: 600;
text-decoration: bold;
font-color: #ffffff;
background-color: #5CACEE;
text-align: left;
}

a:link { color: #0000FF; text-decoration: underline}
a:active { color: #0000CC; font-size: 15px}
a:visited{ color: #0000CC; font-size: 15px; text-decoration: none}

#body {
border-collapse: collapse;
display: table;
table-layout: fixed;
}

#body-main {display: table-row;}

#nav, #main, #posts {display: table-cell;}

#nav {width: 30%}
#main {width: 40%}
#posts {width: 30%}

#body-main, #footer {font-family: "Trebuchet MS", sans-serif, "VT-100", monospace;}

#body-main {
background-color: #ffffff;
font-size:15px;
}

#nav {
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;
}

#title {
font-color: #ffffff;
background-color: #5CACEE;	
font-weight: 600;
text-decoration: bold;
text-align: left;
}


#main, #posts {
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#main, #posts {
border-left: thin solid #000000;
border-right: thin solid #000000;
}

#pic {
float:left;
width:auto;
padding-left: 5px;
}

#footer {
text-align: center;
color: rgb(255,255,255);
font-size: 10pt;
padding-top: 10px;
padding-bottom: 10px;
}


