/* CSS Document */

body{font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin: 0px; padding: 0px; background: #fff url(images/bkgrnd.jpg) repeat-y;}
#wrap{width: 780px; height: 100% auto; background: #fff;}
#header{margin: 0px; padding: 0px; width: 780px; height: 183px; float: left;}
#title_main{float: left; width: 513px; height: 47px;background: #000 url(images/title_main.jpg) no-repeat;}
#title_man{float: right; width: 267px; height: 168px;background: #000 url(images/man.jpg) no-repeat;}
#title_comp{float: left; width: 513px; height: 121px; background: #000 url(images/title_red.jpg) no-repeat;}
#title_bottom{float: left; width: 780px; height: 15px; background: #000 url(images/bottomtitle.jpg) no-repeat;}
/*Elements*/
a{font-size: 11px;  font-weight: bold; color:#333; text-decoration: none;}
a:hover{color: #c30; text-decoration: underline;}
img a{border: 0; text-align: center;}

h1{color: #333; margin: 0px; padding:0px;}
h2{margin: 2px 0px 0px 0px; padding: 2px 0px 0px 0px; font-size: 14px; font-weight: bold; text-align: left; color:#333; border-bottom: thin solid #CC3300;}
h3{color: #333; font-size: 12px; font-weight: bold; margin: 10px 0px 0px 0px; padding: 2px 5px; background: #666 url(images/sidebar.jpg);}
h4{color: #cc3300; font-size: 12px; font-weight: bold; margin: 0px; padding: 2px 0px;}
h5{color: #cc3300; font-size: 11px; font-weight: normal; margin: 0px; padding: 0px 0px 2px 0px;}

ul{margin: 0px; padding: 0px;}
li{margin: 0px; list-style: none; padding: 3px 0px 4px 0px;}

/*Divs*/
#content{clear: both; float: left; width: 780px; height: 100%; background: #fff; margin: 0px; padding: 0px;}
#sidebar {clear: both; float: left; width: 150px; height: 100%; margin:0px; padding: 0px; background: #fff; }
#sidebar p{padding-left: 5px;margin-top: 5px;}
#babblefish{padding: 15px 0px 0px 10px;}
#main{float: left; width: 600px; height: 600px; margin: 0px 0px 0px 5px; padding: 0px; background: #fff;}
#googlesearch {float:left; width: 620px; margin: 0px; padding: 0px; border: 0;} /* no border on google*/
#googlesearch ul li{display: inline;}
#googlesearch form{text-align: center; height: 59px; margin: 0px; padding: 0px;}
#login {margin: 10px; height: 600px; width: 750px;}
/*classes*/
.feeds{float: left; margin: 0 5px; width:360px; height:550px; padding: 5px; overflow: auto;}
.feedsfull{ float: left; width:580px; height:100%;}
.linklists{ float: right; width:200px; height:550px; padding-left: 2px; overflow: auto;}
.linklists li {padding: 1px 0px 1px 5px;}
.linklists li a{font-weight: bold; text-decoration: none;}
.bkcolor{background: #fff;}
.scroller{SCROLLBAR-FACE-COLOR: #fff; 
SCROLLBAR-HIGHLIGHT-COLOR: #ccc; 
SCROLLBAR-SHADOW-COLOR: #999; 
SCROLLBAR-3DLIGHT-COLOR: #fff; 
SCROLLBAR-ARROW-COLOR: #333; 
SCROLLBAR-TRACK-COLOR: #fff; 
SCROLLBAR-DARKSHADOW-COLOR: #fff;
}
.box{border: 1px solid #ccc; background: #fff; padding: 0px 5px;}
/*.clearall{clear:both;}*/
#footer {clear: both; text-align: center; font-size: 9px; font-weight: normal; color: #000;}
