/*   
Theme Name: cibis
*/

html { height: 100%;  overflow:auto; }


body { font-family:  Arial,Verdana, Helvetica, sans-serif;
background: #400000; min-height: 100%; height: 100%; 
	text-align: center; 
}


#wrapper {
	display: block; 
	/*border: 1px #000000 solid;*/
	width:90%; 
	margin:0px auto;  overflow:auto; 
}

#header {width:857px; color:#FFF;height:70px; background-color:#000;border-left: 4px solid #000; }

.HeaderText{color:#00FF00}

#container {
	width: 857px; overflow:auto;
	background-image:url("/images/blackbg.gif"); background-repeat:repeat;
	border: 2px solid #000;
	text-align: left; border-bottom: 19px solid #000; min-height:655px;
}

#sidebar {width: 180px; 
	background:#000; width:180px; color:#FFF; float:left; 
	background-image:url("/images/blackbg.gif"); background-repeat:repeat}

#rightBody{background:#FFF; color:#000; float:left; width:650; padding-left:10px; padding-right:10px; background-image:url("/images/whitebg.gif"); background-repeat:repeat; min-height:620px;}

#both {
	clear: both;
}

#footer {width:857px; color:#FFF;height:19px; background-color:#000;margin-top:-15px;border-left: 4px solid #000;}



