/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
	position:relative;
	height:100%;
	background:url(images/background/bg_main.gif) top center repeat-y;
}
body {
	height:100%; !important;
	background-position:top center;
	background-image:url(images/background/bg.jpg); /** Background Image **/
	background-repeat:no-repeat; /** Background Repeat **/
	margin:1px; /** Site Margin **/
}
.clear{ clear:both;}
#wrapper{
	width:822px;
	margin:auto;
	height:100%;
}
#content{
	width:818px;
	height:100%; !important
	margin:0 2px;
	background:url(images/background/red_diagonal.gif) top left repeat;
}
#header{
	position:relative;
	width: 818px;
	height: 151px;
	background:url(images/background/header_bg.jpg) top left no-repeat;
}
#logo{
	height:444px;
	height:151px;
	float:left;
}
#header_right{
	width:374px;
	height:151px;
	float:right;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	height:151px;
	margin:0px;
	padding:0px;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:818px;
	height:34px;
	background:url(images/background/menu_bg.gif) top left no-repeat;
	z-index:10;
}
/* ***************************************************************************** */
/* CONTENT */
#main_content{
	width:818px;
	background:url(images/background/content_bg.jpg) top left no-repeat;
	background-color:#174478;
}
#main_content_pattern{
	width:788px;
	background:url(images/background/diagonal.gif) top left repeat;
	padding: 8px 15px 6px 15px;
}
#wht_divider{
	width:818px;
	height:2px;
	line-height:2px;
	background:url(images/white_line.jpg) top left repeat-x;
}
#ad_box{
	background-color:#15375f;
	border:solid 1px #FFFFFF;
	width:788px;
	overflow:hidden;
	margin-top:10px;
}
/* ***************************************************************************** */
/* COLUMNS */
#right_column {
	position:relative;
	width:122px;
	padding:4px;
	float:right;
	background-color:#FFF;
}
#middle_column {
	position:relative;
	width:630px;
	padding:10px;
	margin:auto;
	float:left;
	background-color:#FFF;
}
#clear_column {
	clear:both;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	height:200px;
	padding:10px;
	background:url(images/background/red_diagonal.gif) top left repeat;
}
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:142px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}
/*******************************************************************************************/
/* Standing table */
#standings_table{
	margin-top:20px;
	width:100%;
}
#standings_table th,
#standings_table td{
	border-bottom:solid 1px #FFFFFF;
}
#standings_table th{
	text-align:left;
	font-size:14px;
	background-color:#666666;
	color:#FFF;
}
#standings_table tr.header th{
	text-align:left;
	font-size:12px;
	background-color:#184579;
	color:#FFF;
}
#standings_table tr.odd{ background:#EAEAEA;}
#standings_table tr.header th.stat,
#standings_table tr td.stat{
	text-align:center;
}
