/*
Styles relating to the language tabs at the top.
*/
ul.tabs {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0;
	text-align: right;
}	
	ul.tabs li {
		display: inline;
	}
		ul.tabs li a {
			color: #fff;
			margin: 0 2px 0 2px;
			text-decoration: underline;
		}
		
		/* Active tab. */
		ul.tabs li a.lit {
			color: red;
		}

/*
Content blocks for each tab.
*/
#text div.content {
	background: #c8c8c8;
	height: 490px;
	left: 10px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	position: absolute;
	top: 10px;
	width: 660px;
	;
}


#text {
	background-color: #666;
	background-image: url(wherever); /* 700 wide by 530 high. */	
	padding: 10px;
	height: 510px;
	position: relative;
	line-height: 17px
}

#text h1 {
	
	
	
	
}

#text h2 {
	margin: 25px 0 8px 0;
	font-size:16px;

}

#text h3 {

margin: 3px;

}

#text p {
	margin:  15px 0 15px 0;
	
}

#text ul {

	margin: 3px;
}
	#text ul li {
	

	
	}
	
#text a:link {
color: #000000;
	text-decoration:none
	}
#text a:visited
{
color: #000000;
	text-decoration:none
	}
#text a:hover{
	text-decoration: none;
	}
#text a:active {
	color: #000000;
	text-decoration:none
	
}



