/* CSS Reset v1.0 | 20080212 */
/* Eric Meyer. http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* end of CSS Reset */


body {
	margin: 0px;
	padding: 0px;
	/*background: #ececec url(../images/bg.png) repeat-y center;
	background:#000000 url(../images/BG.gif);
	color: #666;*/
	background-color:#000000;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	//text-align:center; /*ie 6/7 fix*/
}
h1 {
    font: 16px Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:500;
	padding-bottom: 10px; 
}


h3 {
    color:#ff0000;
	   
}

table {
	padding: 5px;
}
td {
	padding: 5px;
	color:#CCCCCC;
	vertical-align:middle;
}
td.grey{
	background-color:#CCCCCC;
	width:25%;
	text-align:center;
}	
	
div.wrap {
	width: 900px;
	overflow: hidden;
	position:relative;
	margin: 0px auto;
}
div.header {
	height: 40px;
	margin: 0px auto 5px;
	width:880px;
}
div.header ul {
	padding: 10px 0px 0px;
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;	
}
div.header ul li {
	float:right;
}

/*div.header ul li a:before{
	content:" | ";
	color:#000000;
}*/

div.header ul li.current_page_item a  {
	text-decoration: underline;
}
div.header ul li a {
	display: block;
	text-decoration: none;
	margin:1px 0px;
	text-align:right;
	font-size:10px;
	padding:4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}
div.header ul li a:hover {
	color: #ff0000;
}
div.logo {
	background: #000000 url(../images/bstribalart4.jpg) no-repeat;
	height: 63px;
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	}
div.content {
	width: 650px;
	//width: 674px;
	float: left;
	display:inline;
	text-align: justify;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-right: 4px;
	background-color:#000000;
	color:#CCCCCC;
}
div.holder {
	width: auto;
	text-align: justify;
	background-color:#000000;
	color:#CCCCCC;
}
div.content a {
	color:#cccccc;
	text-decoration:none;
}

div.content a:hover {
	text-decoration:underline;
	color:#FF0000;
}

div.content_center {
	//text-align:center;
}

div.sidebar {
	width: 180px;
	//width: 194px;
	float: right;
	line-height: 1.5em;
	color:#cccccc;
	display:inline;
	border:1px;
	border-color: #CCCCCC;
	margin-left: 4px;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-right: 10px;
	padding: 10px;
	font-size:10px;
	background-color:#333333;
	text-align:left;
}

div.sidebar a{
	color:#cccccc;
	text-decoration:none;
}
div.sidebar a:hover {
	text-decoration:underline;
	color:#FF0000;
}


div.footer {
	clear: both;
	text-align: center;
	height: 140px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 774px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	color:#CCCCCC;
}
div.footer p{
	padding:10px;
	margin:0px;
}
div.footer a{
	color:#666666;
	text-decoration:none;
}
div.footer a:hover {
	text-decoration:underline;
	color:#FF0000;
}