/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
}
body {		
		font-family: arial, hevetica, sans-serif;
		text-align: center;
	        background-color: #4094F4;
		background-image: url(images/bg.jpg);
		background-repeat: repeat-x;
		font-size: 80%;
}

img {border: none}	
	
#container {
        border: 20px solid #F68908;
		margin-left:auto;
		margin-right:auto;
		width: 760px; 
		min-height:100%;
		text-align: left;
		background: #fff;
	        position:relative;
	
		}
/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:758px;w\idth:760px;}
/* end hack */ 

#mainheader {
		position:absolute;
		left:0;top:0;
		height: 243px;
		width:100%;
		background-color: #fff;
		z-index:1;
}
#header {
		height: 210px;
		width:100%;
		background-color: #fff;
		background-image: url(images/powwow_top.jpg);
		margin: 0px 0px 5px 0px;
		position:relative;
		z-index:2;
		overflow:hidden;
}

* html #mainheader {height:240px;he\ight:240px}
* html #header {height:210px;he\ight:210px}

#mainnav {
   	padding: 6px 0 6px 0;
        text-align: center;
        background-color: #FFA701;
        background-image: url(images/menuback.jpg);
        position: relative;
        width: 100%;
        height: 20px;
        color: #000; 
		font-size: 14px;  
		font-weight: bold; 
		font-family:  Arial, Verdana, Tahoma, sans-serif;    
		z-index:2;
}

* html #mainnav{height:20px;he\ight:20px}


#container  a:link {
	background-color: transparent;
	color: #428D06;
	text-decoration: none;
	}
	#container  a:visited {
	background-color: transparent;
	color: #428D06;
	text-decoration: none;
	}
#container  a:hover {
	background-color: transparent;
	color: #990033;
	text-decoration: none;
	}


#ad {
		width:100%;
		height: 120px;
		background-color: #fff;
		position:relative;
		z-index:2;
		text-align: center;
		margin-top: 6px;
}
* html #ad{height:120px;he\ight:120px}
		
#sidebar {
		float: right;
		width: 130px;
		padding:5px 0 ;
}
#content {
		width: 600px;
		padding:5px 10px ;
		}
#content p, #sidebar p, #mainnav p, #header p,#footer p  {margin:0 5px 5px 5px}		
#footer	{
		position:absolute;
		bottom:0;
		width:100%;
		height: 54px;
		background-color: #fff;
		text-align: center;
}
#footer p {margin:0;padding:0}
* html #footer {height:30px;he\ight:30px;}

.divider1 {
	width:100%;
	height:5px;
	overflow:hidden;
	background:#fff;
	position:relative;
	}
	
	
 
 /* This is the tribal design in the bottom */
#line {
    margin-top: 10px; 
	height: 26px;
   	background-color: #F75F00;
    background-image: url(images/footer.jpg);
	width: 760px;
}
 
#clearfooter {height:57px;width:100%;clear:both}



