@charset "UTF-8";

a:link {text-decoration:none; color:white;}
a:visited {text-decoration:none;color:white;}
a:hover {text-decoration:none;color: #3399FF;} 
a:active { outline: none; text-decoration:none; }
a:focus { -moz-outline-style: none; }
 a img {border:none;}

#boxLeft {
width:205px;
float:left;
}

#boxCenter {
float:left;
width:50%;
height:282px;
position:relative; top:125px;
border-left:1px dashed white;
border-right:1px dashed white;
text-align:center;
color: white;
font-size:17px;
font-family: Gill Sans;
font-weight: 200;
}

#boxCenter img {
padding:10px;
}

#boxRight{
width:205px;
float:right;
}

#navigation {
clear:both;
position:relative; top:257px;
}