body {
	background: #353535;
	width:980px;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 14px;
	color: #CCC;
	padding:5px 5px 5px 5px;
	margin:auto;
}
#header {
	background: url(header_bg.gif);
	height: 49px;
	margin-left: auto;
	margin-right: auto;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
#nav {
	background: url(nav_bg.gif);
	height: 25px;
	font: normal 10px/1 Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #FFF;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	display: block;
	list-style-type: none;
}
#nav ul li a {
	color: #FFF;
	padding-right: 10px; padding-left: 10px; padding-top: 7px; padding-bottom: 8px;
	display: block;
	text-decoration: none;
}
#nav ul li a:hover {
	background: url(nav_hover.gif);
}
#nav ul li.cur a {
	background: url(nav_cur.gif);
}
#nav ul li.cur a:hover {
	background: url(nav_cur.gif);
}
#top { background: url(bar_top_bg.gif); }
#bot { background: url(bar_bot_bg.gif); }
#content {
	background: #262626;
	border-left: #303030 2px solid;
	border-right: #303030 2px solid;
	padding: 10px;
}
.thumb {
    border: 1px solid #FF9900;
}
a:hover img
{
    border: 1px solid #FFFFFF;
}

#footer {
	background: #262626;
	border: #616060 2px solid; border-top: 0;
	text-align: right;
	font-size: 0.9em;
	padding: 0.5em;
	color: #666;
}
#footer a {
	color: #999;
}
.clear { clear: both; }
.bar { height: 36px; }
b, strong { color: #FFF; }
i, em { color: #666; }
u { text-decoration: none; border-bottom: dotted 0.1em #FFF; color: #FFF; }
a { color: #b66712; text-decoration: none; }
a:hover { text-decoration: underline; }
h1 {
	font-size: 24px;
	line-height: 2;
	color: #FFF;
	font-weight: normal;
	margin: 0;
}
h2 { 
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #FFF;
	line-height: normal;
	font-weight: bold;
}
h2 a{
	color: #FFF;
	text-decoration: none;
}
h2 a:hover{
	text-decoration: underline;
}
h3 {
	font-size: 0.9em;
	color: #666;
	float: right;
	line-height: 2;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
hr {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	margin-bottom: 1em;
	height: 3px;
	color: #666;
	background-color: #666;
	border: 0; 
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}
/* ----- Tbox -------- */
#tbox{
        margin:auto;
        position:relative;
	clear:left;
        width:auto;
}
.tbox{
	width:30%;
	float:left;
	margin:0 20px 0px 0;
	padding:3px;
	border:2px solid #303030;
	position:relative;	
}
.tbox2{
	width:30%;
	float:left;
	padding:3px;
	margin:0 0px 20px 0;
	border:2px solid #303030;	
	position:relative;
}
.tbox_title{
	height:20px;
	padding:5px 0 0 10px;
	margin-bottom:5px;
	background-image:url(cat-box-rep.png);
	background-repeat:repeat-x;		
	color:#FFFFFF;
	background-color:inherit;
	font-size:12px;
}
.tbox_text_bottom{
	padding:0 5px;
}
.tbox_space{
    margin:1px 1px 1px 1px;
	position:relative;
	background: #262626;
}
/* -----/ Tbox ------- */
.bookmark {
         color: #DD7C15; 
         font-size: 18px; 
         font-weight: bold;
         font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
.paysites {
         color: #DD7C15; 
         font-size: 14px; 
         font-weight: bold;
         font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
a.paysites {
	color: #DD7C15;
	text-decoration: none;
}
a.paysites :hover{
	color: #DD7C15;
	text-decoration: underline;
}
a.paysites :visited{
	color: #EFEFEF;
	text-decoration: underline;
}