body {
	margin: 0px;
	background-color: #CBCCCE;
	background-image: url(../images/tile-bckgrd.gif);
}
.container {
	width: 772px;
	background-repeat: repeat-x;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/tile-content.gif);
	background-repeat: repeat-y;
	height: 100%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}

p  {
	margin:6px 0px 6px 0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6  {
	margin: 8px 0px 8px 0px;
	padding:0px;
}

.footer {
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
	line-height: 20px;
}

.playeroftheweek  {
	border-bottom:1px solid #000;
	width:200px;
	padding-bottom:4px;
	font-weight:bold;
}

.footer-link:link { text-decoration:none; color:#094FA3; }
.footer-link:hover { text-decoration:underline; color:#094FA3; }
.footer-link:visited { text-decoration:none; color:#094FA3; }
.footer-link:visited:hover { text-decoration:underline; color:#094FA3; }
.footer-link:active { text-decoration:none; color:#094FA3; }
.footer-link:active:hover { text-decoration:underline; color:#094FA3; }

.home-text {
	text-align: justify;
	padding-right: 30px;
}
.tagline {
	font-size: 16px;
	font-weight: bold;
	color: #094FA3;
	text-align: left;
}

.title  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#094fa3;
}

.project  {
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 5px 12px 5px;
	border:1px dotted #999;
	padding:4px;
}

.project h4  {
	color:#094fa3;
	padding:0px;
}

.project p  {
	font-size: 12px;
	color:#333;
	margin: 2px 0px 2px 0px;
	padding:0px;
}