body  { 
    background:#fff;
    color: #666;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
}

.topmenu a { font-weight: bold; color: #336699; }

a { color: #327CA8; }
a:link, a:visited {
    color: #327CA8;
    text-decoration: none;
}
a:hover {text-decoration: underline;}

#content #left-col .box {
	border: 1px solid #f1f1f1;
	background: #fff url('images/box_bg.png') repeat-x;
}

.widget ul li { border-bottom: 1px solid #eee;  }
.widget ul li a:hover { color: #333; text-decoration: none; font-weight: normal; }


.writer {  background: #eee url("images/stripes_bg.png"); border: 2px solid #eee; }


#footer {
	background: #E9E9E9 url("images/stripes_bg.png");
}

#footer .box {
	border-right: 1px solid #fff;
}

ul#fluidList li a { color: #333; }


#tabs div {
	border-top: 5px solid #000;
}

.center{ text-align: center; border-bottom: 1px solid #eee; display: block; margin-bottom: 5px; }