@import url("calendar.css");

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background:#FFCE4D url(../images/bg.jpg) top center no-repeat;
	min-height:1000px;
}

a {
	color:#FFB631;
	text-decoration:none;
}
a:hover {
	color:#FFC62F;
}

h1 {
	font-size:18px;
	letter-spacing:-1px;
}
h2 {
	font-size:14px;
}

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
}
#content_container {
	clear:both;
	margin:0px auto;
}
#footer_container {
	clear:both;
	margin:0px auto;
}

/*** HEADER ***/

#header {
	clear:both;
	margin:0px auto;
	width:748px;
	height:168px;
}
#header_left {
	float:left;
	width:467px;
	height:168px;
	background:url(../images/label.png) bottom no-repeat;
}
#header_right {
	float:right;
	width:270px;
	height:168px;
	text-align:right;
}

/*** NAV ***/

#nav {
	clear:both;
	margin:0px auto;
	width:748px;
	height:42px;
}
#nav_left { float:left; width:5px; height:42px; }

#nav_home { float:left; width:107px; height:42px; background:url(../images/nav_home.png) no-repeat; display:block; }
#nav_home:hover { float:left; width:107px; height:42px; background:url(../images/nav_home_over.png) no-repeat; display:block; }
#nav_home_on { float:left; width:107px; height:42px; background:url(../images/nav_home_over.png) no-repeat; display:block; }

#nav_news { float:left; width:107px; height:42px; background:url(../images/nav_news.png) no-repeat; display:block; }
#nav_news:hover { float:left; width:107px; height:42px; background:url(../images/nav_news_over.png) no-repeat; display:block; }
#nav_news_on { float:left; width:107px; height:42px; background:url(../images/nav_news_over.png) no-repeat; display:block; }

#nav_fixtures { float:left; width:107px; height:42px; background:url(../images/nav_fixtures.png) no-repeat; display:block; }
#nav_fixtures:hover { float:left; width:107px; height:42px; background:url(../images/nav_fixtures_over.png) no-repeat; display:block; }
#nav_fixtures_on { float:left; width:107px; height:42px; background:url(../images/nav_fixtures_over.png) no-repeat; display:block; }


#nav_team { float:left; width:107px; height:42px; background:url(../images/nav_team.png) no-repeat; display:block; }
#nav_team:hover { float:left; width:107px; height:42px; background:url(../images/nav_team_over.png) no-repeat; display:block; }
#nav_team_on { float:left; width:107px; height:42px; background:url(../images/nav_team_over.png) no-repeat; display:block; }

#nav_gallery { float:left; width:107px; height:42px; background:url(../images/nav_gallery.png) no-repeat; display:block; }
#nav_gallery:hover { float:left; width:107px; height:42px; background:url(../images/nav_gallery_over.png) no-repeat; display:block; }
#nav_gallery_on { float:left; width:107px; height:42px; background:url(../images/nav_gallery_over.png) no-repeat; display:block; }

#nav_about { float:left; width:107px; height:42px; background:url(../images/nav_about.png) no-repeat; display:block; }
#nav_about:hover { float:left; width:107px; height:42px; background:url(../images/nav_about_over.png) no-repeat; display:block; }
#nav_about_on { float:left; width:107px; height:42px; background:url(../images/nav_about_over.png) no-repeat; display:block; }

#nav_right { float:left; width:101px; height:42px; }

/*** CONTENT ***/

#content {
	clear:both;
	margin:0px auto;
	width:748px;
	background:url(../images/content_bg.png);
}

#content_left {
	float:left;
	padding:17px;
	width:460px;
	min-height:490px;
}
#flash {
	width:458px;
	height:223px;
	background:url(../images/flash.jpg) no-repeat;
	border:#244F22 solid 1px;
}
#news {
	margin-top:15px;
	width:460px;
}
#news_tab {
	width:460px;
	height:70px;
	border-bottom:#244F22 solid 1px;
	margin-bottom:9px;
}
#news_tab_full {
	width:460px;
	margin-bottom:9px;
}
#thumb {
	float:left;
	width:60px;
	/*height:60px;*/
	border:#244F22 solid 1px;
}
#thumb:hover {
	border:#FFC62F solid 1px;
}
#summary {
	float:right;
	margin-top:-3px;
	width:392px;
	height:70px;
}
#summary_full {
	float:right;
	margin-top:-3px;
	width:392px;
}
#headline {
	font-size:12px;
	color:#FFFFFF;
}
#brief {
	font-size:10px;
	color:#FFFFFF;
}
#readmore a {
	font-size:10px;
	color:#FFB631;
	text-decoration:none;
}
#readmore a:hover {
	color:#FFC62F;
}
#archives {
	float:right;
}
#archives a {
	font-size:10px;
	color:#FFB631;
	text-decoration:none;
}
#archives a:hover {
	color:#FFC62F;
}
#end {
	float:right;
}

#content_right {
	float:right;
	width:252px;
}
#games {
	margin-top:17px;
	width:252px;
	height:224px;
	background:url(../images/games_bg.png) no-repeat;
}
#events {
	margin-top:16px;
	padding-top:30px;
	padding-left:3px;
	width:249px;
	height:222px;
	background:url(../images/events_bg.png) no-repeat;
}


/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	padding:10px;
	width:728px;
	height:60px;
	background:url(../images/footer_shade.png) repeat-x;
}
#footer_left {
	float:left;
}
#footer_right {
	float:right;
}
#sponsor {
	float:left;
	padding-right:10px;
}