body{
font-family: 'Roboto Condensed';
color:#232323;
}
h2{
margin:0;
padding:0;
}
p{
text-align:justify;
}
#cont{
width:1200px;
margin:0 auto;
}

#cont-top, #cont-mid, #cont-bot{
width:1200px;
}

#cont-top-left{
width:300px;
float:left;
}

#cont-top-right{
width:880px;
float:right;
}

#top{
width:900px;
}

#bot{
width:880px;
}
#cont-top-left ul{
list-style-type:none;
margin:0;
padding:0;
height: 52px;
}
#cont-top-left ul li{
display:block;
float:left;
}
#cont-top-left ul li a{
display:block;
margin:5px;
padding:10px 21px 10px 21px;
text-decoration:none;
background:#000;
color:yellow;
}
#cont-top-left ul li a:hover, #cont-top-left ul li a.current{
background:#000;
color:#fff;
}

.clear{
clear:both;
}

#box{
width:400px;
border:5px solid #000;
text-align:center;
}

#box a{
color:#fff;
text-decoration:none;
display:block;
background:#000;
}

#cont-bot p{
text-align:center;
}

#contact, #tags{
width:300px;
border-top:5px solid #000;
}