body {
	font: 100% Verdana, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
a {text-decoration: underline; color: navy; }
a:hover {text-decoration:none; }

h4 { color: red; }

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	border-top: 0; border-bottom: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h1 a { text-decoration: none; color: #000; }
#navlist { margin: 10px auto; text-align: center; padding: 5px; border-bottom: 1px solid black; font-size: 85%; }
#navlist li { display: inline; list-style-type: disc; padding-right: 10px; text-transform: uppercase; }
#navlist li a {	font-weight: bold; color: #333333; }
#navlist li a:hover { font-weight: bold; color: #000; text-decoration:none; }
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent a { color: red; font-weight: bold; }
#mainContent a:hover {text-decoration: none; }
#mainContent li { margin-left: 20px; list-style-type:circle;  }
#the-iframe { margin: 0 auto; }
#bottom-banner { margin: 10px auto; text-align: center; }
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}

#footer { margin: 5px auto; border-bottom:1px solid black; font-size:75%;}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {text-decoration:none;}

.right {text-align:right;}


.random-links { text-align:center; margin: 10px auto; padding:2px; }
.live-feed-container { margin:5px auto; padding: 2px; text-align:center; }
.live-feed-thumbs { display:inline; }


.partnerlinks li {display:inline;margin:5px;font-size:85%;}
.partnerlinks li a {text-decoration:none;}
.partnerlinks li a:hover {color:#333;}




