body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url("../img/back.png");
    background-color: #000;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

#main {
    margin: 0 auto;
    padding: 0;
    width: 900px;
    background-color: #585858;
    clear: both;
}

#left {
    margin: 0;
    padding: 0;
    width: 245px;    
    background-color: #585858;
    float: left;
}

#logo {
    margin: 0;
    padding: 0;
    background-image: url("../img/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 180px;
}

p.slogan {
    margin: 170px 0 0 0;
    padding: 0;
    color: #fff;
    float: left;
    width: 245px;
    text-align: center;
    font-size: 15px;
}

.lcategories {
    margin: 40px 0 0 0;
    padding: 0;
    width: 245px;
    text-align: center;
}

#content .post_body p, div.p, td, li { 
line-height: 130%;
}


#content .post_content { 
	font-family: "Verdana", "Arial", "helvetica", sans-serif;
	font-size: 13px;
	line-height: 130%;
}

.topthreads {
    margin: 40px 0 0 10px;
    padding: 0;
    width: 245px;
	font-size: 12px;
	color: #ddd;
}

#left .topthreads a { 
	color: #B6FFEC; 
	}

#left .topthreads a:hover {
	color: #ff6afa
	}

.topthreads h2 {
	margin: 0 0 5px -10px;
	text-align: center;
}

img.cat {
    margin: 0 0 8px 0;
    padding: 0;
    border: none;
}

#copyleft {
    margin: 20px auto;
    padding: 0;
    width: 185px;
    font-size: 9px;
    line-height: 11px;
    color: #fff;    
}

#content {
    margin: 0;
    padding: 0;
    background: #fff url(/mb/unb_lib/designs/x/img/back_hlines.png);
    float: left;
    width: 655px;    
	font-family: "Verdana", "Arial", "helvetica", sans-serif;
	font-size: 13px;
	line-height: 130%;
}

div.title {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    float: left;
    width: 635px;   /* really 655px */
    height: 98px; /* really 118px */
    background-image: url("../img/title.png");
    background-position: top right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #585858;
    float: left;
}

div.filters {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    float: left;
    width: 635px;   /* really 655px */
    height: 8px; /* really 28px */
    background: #000;
	border: none;
    float: left;
	font-size: 11px;
	color: #0ff;
}


a {
	text-decoration: none;
}

div.hots {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    float: left;
    width: 635px;   /* really 655px */
    height: 158px; /* really 178px */
    background-image: url("../img/edge_hots.png");
    background-position: top right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #585858;
    float: left;
}

div.hotspic {
    margin: 0;
    padding: 0;
    width: 308px;
    float: left;
}

div.hotspic img{
    margin: 0;
    padding: 0;
    width: 288px;
    height: 156px;
    border: 1px solid #585858;
}

div.hotstxt {
    margin: 0;
    padding: 0;
    width: 282px;
    height: 158px;
    float: left;
}

h2 {
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-size: 14px;
}

h3 {
    margin: 2px 0 5px 0;
    font-size: 10px;
}

#content p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 15px;
    color: #585858;
}

#content p b {font-weight: bold;}

#content a {
    color: #ff6afa;
}

#content h2 a.storylink  {
	color: #000;
	text-decoration: none;
}

#content a:hover {
    text-decoration: none;
}

div.story {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    float: left;
    width: 635px;   /* really 655px */
    height: 100px; /* really 120px */
    background-image: url("../img/edge_stry.png");
    background-position: top right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #585858;
    float: left;
}

div.storypic {
    margin: 0;
    padding: 0;
    width: 120px;
    height: 120px;
    float: left;
}

div.storypic img{
    margin: 0;
    padding: 0;
    width: 100px;
    height: 100px;
    border: 1px solid #585858;
}

div.storytxt {
    margin: 0;
    padding: 0;
    width: 475px;
    float: left;
}

div.gallery {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    float: left;
    width: 635px;   /* really 655px */
    height: 100px; /* really 120px */
    background-image: url("../img/edge_gall.png");
    background-color: #fcf56a;
    background-position: top right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #585858;
    float: left;
}

div.gallery ul{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

div.gallery ul li{
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
}

div.gallery img.gal {
    margin: 0;
    padding: 0;
    width: 100px;
    height: 100px;
}

div.gallery img {
    margin: 0;
    padding: 0;
    border: 1px solid #585858;
}

#footer {
    margin: 0;
    padding: 0;
    background-color: #585858;
    width: 900px;
    clear: both;
}

.foot_content {
	font-size: 12px;
	color: #888;

	}