@charset "UTF-8";
/* CSS Document */

body {
text-align:center;
background-color:#000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em;
}
#wrapper {
text-align:left;
margin:0 auto;
width: 1000px;
padding:10px;
overflow:hidden;
background-color:#F5F5F5;
}
.leftcolumn {
width:180px;
float:left;
padding:8px;
border:dashed 1px #CCC;
}
.centercolumn {
float:left;
width:580px;
padding:8px;
border-right:dashed 1px #CCC;
}
.rightcolumn {
float:left;
width:180px;
padding:10px;
}
.footer {
clear:both;
width:980px;
padding:10px;
background-color: #e02a45;
}
ul.sidenav {
padding:0;
margin:0;
list-style:none;
}
ul.sidenav li {
padding:7px;
background-color:#FFF;
border-bottom:3px solid #F5F5F5;
}
li a:link {
text-decoration:none;
color:#e02a45;
display:block;
}
li a:visited {
text-decoration:none;
color:#e02a45;
display:block;
}
li a:hover {
text-decoration:none;
color:#000;
display:block;
}
li a:active {
text-decoration:none;
color:#e02a45;
display:block;
}
.endorse {
display:block;
background-color:#FFF;
padding:10px;
}