/*

	Body - Text Page Specific CSS

*****************/

#textcontent {
	background: rgba(100, 100, 100, .2);
	margin: 0;
	overflow: hidden;
	padding: 30px 30px;
	width: 940px;
	border-radius: 10px;
}

#textcontent ul {list-style: none; margin: 0; width: 940px;}

#textcontent li {float: left; display: inline; margin: 0;}

#textcontent a:hover {opacity:0;}

#textcontent h1 {font-weight: bold; text-decoration: none; text-align: center; 	font-size: 1.6em;}

.textblock {
	background: rgba(255, 255, 255, .5);
	margin: 10px;
	border: 2px solid 1px;
	padding: 10px;
	font-size: 1em;
	overflow: hidden;
	width: 925px;
	border-radius: 10px;
}