@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #fff;
	background-color: #000;
}
a {
	text-decoration: none;	
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}
a:link {
	color: #FFFF66;
	}
a:visited {
	color: #FFFF66;
	}
a:hover {
	color: #FF0000;
	}
a:active {
	color: #FF0000;
	}
#wrapper {
	width: 790px;
	position: relative;
	top: 5px;
	margin: auto;
}
#header {
	width: 786px;
	text-align: center;
}
#full {
	width: 786px;
	text-align: center;
	vertical-align: middle;
}
#topNav {
	position:absolute;
	left:170px;
	top:89px;
	width:624px;
	height:24px;
	z-index:1;
}
#introText {
	position:absolute;
	left:166px;
	top:117px;
	width:614px;
	height:49px;
	z-index:1;
	visibility: visible;
	font-size: 1em;
	padding: 5px;
}
#widg {
	position:absolute;
	left:628px;
	top:178px;
	width:177px;
	height:194px;
	z-index:1;
}
#nav {
	width: 129px;
	float: left;
	text-align: left;
	height: 1000px;
}
#guts {
	width: 480px;
	float: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #333;
	padding-top: 1px;
	padding-bottom: 5px;
}
#widget {
	width: 177px;
	float: right;
	padding: 0px;
	text-align: right;
	margin: 0px;
	clear: none;
	vertical-align: top;
}
#c1 {
	width: 120px;
	float: left;
	text-align: center;
}
#c2 {
	width: 120px;
	float: left;
	text-align: center;
}
#c3 {
	width: 120px;
	float: left;
	text-align: center;
}
#c4 {
	width: 120px;
	float: right;
	text-align: center;
}

