#content-wrap {
position:absolute;
clear:both;
float:left;
width:920px;
top:189px;
background:#FFF;
border-top:0 solid #FFF;
border-bottom:0 solid #D0D0D0;
display:inline;
padding:0;
}

#content-wrap #main {
position:relative;
float:left;
width:700px;
margin-left:5px;
display:inline;
color:#FFF;
background: url(/images/backg.jpg) no-repeat top left;
}


#content-wrap #sidebar {
position:relative;
float:left;
width:190px;
background:#e8ebec;
padding:0 10px 10px 10px;
margin:19px 0 0 0;
}

#content-wrap #sidebar p{
	font:700 12px Arial, Helvetica, sans-serif;

}

.unilinks {
background:url(../images/facbutton3.gif) no-repeat left center;
font:bold 12px Arial, Helvetica, sans-serif;
padding:4px 8px;
color:#FFF;
}
.unilinks a{
color:#FFF;
}

.unilinks:hover {
background:url(../images/facbuttonh.gif) no-repeat left center;
color:#FFF;
}


.featlinks {
background:url(../images/newfacbutton3.gif) no-repeat left center;
font:700 12px Arial, Helvetica, sans-serif;
padding:4px 8px 4px 22px;
color:#FFF;
}
.featlinks a{
color:#FFF;
font-weight:700;
}
.featlinks a:hover{
color:#ffc80b;
font-weight:700;
}
.featlinks:hover {
background:url(../images/newfacbuttonh.gif) no-repeat left center;
}




