html,body {
background : #fff;
color : #000;
margin : 0px;
padding : 0px;
}

a:link,a:visited {
background : transparent;
color : #000;
font-weight : bold;
text-decoration : none;
}

a:hover,a:active {
background : transparent;
color : #ff0000;
font-weight : bold;
text-decoration : none;
}

#container {
background : #F0F0F0;
color : #000;
}

#header {
background : #ccc;
border-bottom : 3px solid #e74a4a;
color : #fff;
padding-bottom : 5px;
padding-top : 5px;
padding-left: 10px;

}

#nav {
background : #F0F0F0;
color : #000;
float : left;
margin-left : -1px;
padding : 10px 10px 30px 20px;
width : 150px;
}

#content {
background : #fff;
border-left : 1px solid #000;
color : #000;
font-family : Verdana,Geneva,Lucida,Helvetica,Arial,sans-serif;
font-size: 85%;
margin-left : 180px;
padding : 10px;
position : relative;
}

#footer {
background : #000;
border-top : 3px solid #ff0000;
clear : both;
color : #fff;
font-family : Verdana,Geneva,Lucida,Helvetica,Arial,sans-serif;
font-size: 85%;
text-align : right;
padding-right:5px;
}

#popup {
font-family : Verdana,Geneva,Lucida,Helvetica,Arial,sans-serif;
font-size: 85%;
padding : 10px;
}

p {
font-family : Verdana,Geneva,Lucida,Helvetica,Arial,sans-serif;
font-size: 85%;
}

p.posted {
font-family : Verdana,Geneva,Lucida,Helvetica,Arial,sans-serif;
font-style : italic;
margin-bottom : 40px;
font-size: 85%;
}

h1 {
font-family : Verdana,Geneva,Lucida,Helvetica,Arial,sans-serif;
font-size: 85%;
margin : 0px;
padding-bottom : 10px;
padding-top : 10px;
}

h3,h4 {
font-family : Verdana,Geneva,Lucida,Helvetica,Arial,sans-serif;
font-size: 85%;
}

.spacer {
clear : both;

