body {
       text-align:center;
       font-family:helvetica,sans-serif;
}

a:link {
       color:#FFF;
       font-weight:normal;
}
a:visited {
       color:#FFF;
       font-weight:normal;

}
a:hover {
       color:#FFF;
       font-weight:bold;
}
a:active {
       color:#FFF;
       font-weight:normal;
}

#logo {
       width: 600px;
       height: 100px;
       background:#000 url('../../images/TheElfords.jpg') center center no-repeat;
}

#hiscontent {
       background-color:#222;
       border: 1px solid #ccc;
       margin-top: 30px;
       padding: 15px;
       width:50%;
       float:left;
}

#hiscontent a:hover {
       color:#0CD;
}

#hercontent {
       background-color:#222;
       border: 1px solid #ccc;
       margin-top: 30px;
       padding: 15px;
       width:50%;
       float: right;
}

#hercontent a:hover {
       color:#F0A;
}

#congress {
       clear:both;
       width: 150px;
       margin: 20px;
}

#election { 
       width: 150px;
       margin: 20px;

}

#links {
       margin-top: 20px;
}

#footer {
}