* { 
	margin: 0;
	padding: 0;
	border: 0;
}

body { 
   	font-family: 13px Arial,sans-serif;
    	color: #333;
	background-color: #000;
}

.clear { clear: both; }

a {
	outline: none;
	color: #03c;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

#wrap {
    	width: 1000px;
    	margin: 0 auto;
	background: url(i/bg.jpg) no-repeat 150px -90px;
}

/* ======================================== TBAR */

#tbar_container {
	background-color: #fff;
	border-bottom: 4px solid #666;
	margin-bottom: 7px;
}

#tbar { 
	height: 52px;
	position: relative;
	padding: 28px 0 0 180px;
	margin: 0 auto;
	width: 785px;
}

#logo { 
	position: absolute;
	top: 11px;
	left: 0;
	width: 175px;
	height: 60px;
}

#logo a { 
	position: absolute; 
	text-indent: -99999px;  
	width: 175px; 
	height: 60px;
	display: block; 
	background: url(i/tbar.gif) no-repeat;
}

#nick_maker { float: left; }

#cse-search-box { float: right; }

#nick_maker,
#cse-search-box { 
	height: 25px;
	line-height: 25px;
	width: 243px;
	position: relative;
	overflow: hidden;
	padding-left: 7px;
	background: url(i/tbar.gif) no-repeat -276px -6px; 
}

#nick_maker input[type="text"],
#cse-search-box input[type="text"] { 
	width: 210px; 
	color: #666;
	height: 16px;
	font: normal 13px/16px Arial,sans-serif;
	border-style: none !important; /* google hack */
	padding: 0 !important; /* google hack */
	background-color: #fff;
}

#nick_maker input[type="submit"],
#cse-search-box input[type="submit"] {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 25px;
	height: 20px;
	text-indent: -99999px;
	cursor: pointer;
	background: url(i/tbar.gif) no-repeat;
}

#nick_maker input[type="submit"] { background-position: -273px -33px; }
#cse-search-box input[type="submit"] { background-position: -301px -34px; }
#nick_maker input[type="submit"]:hover { background-position: -326px -33px; }
#cse-search-box input[type="submit"]:hover { background-position: -354px -34px; }

.chars { 
	font: 11px/25px Arial,sans-serif;
	float: left; 
	margin-left: 5px;
}

.forum {
	text-align: right;
	font: 11px/27px Tahoma,Arial,sans-serif;
	color: #777;
}



