@charset "utf-8";
/* CSS Document */

html { 
	margin: 0px; 
	background: #d41f26; 
	background-image: url("../images/bg.gif");
	background-position: top center; 
	background-repeat: repeat-x;
}

h1 {
	font-size: 12px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: red;
}

h4 {
	font-size: 10px;
	font-weight: bold;
}

a:link
{
COLOR: blue;
text-decoration: underline;
}

a:visited
{
COLOR: blue;
text-decoration: underline;
}

a:hover
{
COLOR: red;
text-decoration: underline;
}


body {
	margin: 0px; 
	padding: 0px; 			
	background-image: url("../images/bg.gif"); 
	background-position: top center; 
	background-repeat: repeat-x;
}

#main {
	min-width:990px; 
	max-width:1280px;
	vertical-align:top; 
	margin-left:auto; 
	margin-right:auto; 
	position:relative;
}

.websiteBorder {
	border-left: thin #786b66 solid;
	border-right: thin #786b66 solid;
}

img { border:none; }

ol li {
	line-height: 2;
}

.url {
	border: thin;
	border-style: dashed;
	border-color: #CCCCCC;
}

.articles {
	font: normal 12px Verdana;
}

/* ----- Navigation Buttons ----- */
a.navbutton{
	background: transparent url('../images/button_left.png') no-repeat top left;
	display: block;
	float: left;
	font: bold 11px Verdana; /* Change 13px as desired */
	color: #FFFFFF;
	line-height: 42px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 42px; /* Height of button background height */
	padding-left: 14px; /* Width of left menu image */
	text-decoration: none;
}

a.navbutton span{
	background: transparent url('../images/button_right.png') no-repeat top right;
	display: block;
	padding: 0px 17px 4px 0px; /*Set 11px below to match value of 'padding-left' value above*/
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	padding: 3px 0px 0px 4px;
}

/* ----- Content Boxes ----- */
.boxHeader {
	font: bold 12px Verdana;
	color: #FFFFFF;
	padding-left: 10px;
	height: 27px;
	overflow: hidden;
}

.boxContent {
	font: normal 10px Verdana;
	border-bottom: 1px #626366 solid;
	border-left: 1px #626366 solid;
	border-right: 1px  #626366 solid;
}

.storyBox {
	font: normal 10px Verdana;
	border: #c6c8ca solid 1px;
}

.storyAuthor {
	font: bold 12px Verdana;
	color: #FFFFFF;
}

.rankings {
	font: bold 11px Verdana;
}