* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	/*overflow: hidden;*/
}

a:link { text-decoration: none; color : #0066ff; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #66ffff; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #0066ff; border: 0px; -moz-outline-style: none;}
a:hover	{ text-decoration: none; color : #66ffff; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color : #333333; font-weight: normal;}
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color : #999999; font-weight: normal; padding: 0 0 10px 0;}
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color : #999999; font-weight: normal;}
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color : #ff6600; font-weight: normal;}

ol { margin-left:20px;}
ol li {}

ul { margin-left:20px;}
ul li {}

.board-pict { border:solid #FFFFFF 4px;}
.bddetail-pict { border:solid #999999 4px;}
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

hr { 
	border-left:0px solid #abb0b5; 
	border-right:0px solid #abb0b5; 
	border-top:1px solid #999999; 
	border-bottom:0px solid #abb0b5; 
	height : 1px;  }
	
#page-wrap{
	width:100%;
	z-index:6000;
}

#header-wrap {
	padding: 0 0 50px 0px;
	width:100%;
	height:340px;
	position:relative;
	z-index:6000;
}

#content-wrap {
	padding: 0px 0 0px 30px;
	position:inherit;
	top:0px;
	width: 95%;
	text-align: left;
	z-index: 6000;
}

#menu-wrap {
	width:100%;
	height:64px;
	background:url(/2010/templates/sb2010/img/nav_bg.png) no-repeat left top;
	position:absolute;
	top:0px;
	left:0px;
	z-index:7000;
}

#footer-wrap{
	margin:8px;
	text-align:center;
	width:800px;
}

#floating_bar_wrap{
	position:absolute;
	top:356px;
	left:34px;
	z-index:8000;
	font-size : 20px;
}

/*
<style>
a{
	font-size : larger;
}
</style>
*/

.text-content {
	position: relative;
	padding: 6px;
	width: 800px;
	background:url(/2010/templates/sb2010/img/text_content_bg.png) repeat;
}

.logo_tiki {
	position:absolute;
	top:0px;
	left:0px;
	z-index:8000;
}

.logo_sup {
	position:absolute;
	top:2px;
	left:112px;
	z-index:8000;
}

.bg_img {
	top:0px;
	left:0px;
	width: 100%;
	position:absolute;
	z-index: -1;
}

	/* Boards list */
.boards { position:relative;float:left; display:block;}
.boards dl {text-align:center;font-size:.95em;margin-top:25px;} 
.boards dt,dd {width:10.5em;float:left;} 
.boards dt {margin-bottom:2.5em;} 
.boards dd {margin:160px 0 0 -10.5em;} 
.boards dt img {vertical-align:bottom; border:0px;} 
.boards em {display:block;font-weight:bold;margin-bottom:5px;} 
.boards dl a:hover img,dl a:active img,dl a:focus img {} 
	/* Boards list */
	
	/* Team tumbnails */
#tmb_team { width:100%; padding: 5px 0 0 0; }
#tmb_team em { display:none; }
#tmb_team ul { margin:0px; }
#tmb_team ul li { display: inline-block; width: 140px; text-align:center; padding: 10px 0 10px 0; float:left; }
#tmb_team ul li span { position: relative; left:0px; top:0px; padding: 0px 0 0 0; }
#tmb_team ul li ul { display: none; }
	/* Team tumbnails */
	
	/* colume list */
.4colume { display:block; width:100%; text-align:center;}
.4colume .span1 .span2 .span3 .span4 p { display:block; background-color:#000000;}
.span1 { display:block; width:190px; padding:0px; float:left; text-align:center; }
.span2 { display:block; width:390px; padding:0px; float:left; text-align:center; }
.span3 { display:block; width:590px; padding:0px; float:left; text-align:center; }
.span4 { display:block; width:790px; padding:0px; float:left; text-align:center; }


.span1left { display:block; width:190px; padding-right:8px; float:left; text-align:left; }
.span2left { display:block; width:390px; padding-right:8px; float:left; text-align:left; }
.span3left { display:block; width:590px; padding-right:8px; float:left; text-align:left; }
.span4left { display:block; width:790px; padding-right:8px; float:left; text-align:left; }

.three-colume { display:block; width:100%; text-align:left;}

.three-span1left { display:block; width:250px; padding-right:8px; float:left; text-align:left; }
.three-span2left { display:block; width:550px; padding-right:8px; float:left; text-align:left; }

	/* colume list */