/* Site Colours:
	#2d8eb3 - Blue
	#FFFFFF - White
*/

html { height: 100%; }
body { background-color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 12px; color: #FFFFFF}
img { border: none; }
a { color: #2d8eb3; }

#container { position: relative; top: 35px; margin: 0 auto; width: 906px; }


#container_left {
	background-color: #FFFFFF;
	width: 275px;
	float:left;
}
#container_right {
	background-color: #FFFFFF;
	width: 580px;
	float: left;
	padding-left: 51px;
}

#header_left {
	background-color: #FFFFFF;
	width: 275px;
	height: 109px;
	float:left;
}

#menu_left { 
	background-color: #FFFFFF;
	width: 275px;
	height: 216px;
	float:left;
}

#menu_left ul {
	margin:0; 
	padding:0; 
	list-style-type:none;
}

#menu_left li.menu1 { background:transparent url(../images/menu_home_g.png) no-repeat; }
#menu_left li.menu2 { background:transparent url(../images/menu_league_g.png) no-repeat; }
#menu_left li.menu3 { background:transparent url(../images/menu_events_g.png) no-repeat; }
#menu_left li.menu4 { background:transparent url(../images/menu_discs_g.png) no-repeat; }
#menu_left li.menu5 { background:transparent url(../images/menu_rules_g.png) no-repeat; }
#menu_left li.menu6 { background:transparent url(../images/menu_links_g.png) no-repeat; }
#menu_left li.menu7 { background:transparent url(../images/menu_blog_g.png) no-repeat; }
#menu_left li.menu8 { background:transparent url(../images/menu_contact_g.png) no-repeat; }

#menu_left a { display:block; width:200px; height:0; padding-top:27px; color:#000; overflow:hidden;}

#menu_left a#item1 {background:transparent url(../images/menu_home_b.png) -200px -30px no-repeat;}
#menu_left a#item2 {background:transparent url(../images/menu_league_b.png) -200px -30px no-repeat;}
#menu_left a#item3 {background:transparent url(../images/menu_events_b.png) -200px -30px no-repeat;}
#menu_left a#item4 {background:transparent url(../images/menu_discs_b.png) -200px -30px no-repeat;}
#menu_left a#item5 {background:transparent url(../images/menu_rules_b.png) -200px -30px no-repeat;}
#menu_left a#item6 {background:transparent url(../images/menu_links_b.png) -200px -30px no-repeat;}
#menu_left a#item7 {background:transparent url(../images/menu_blog_b.png) -200px -30px no-repeat;}
#menu_left a#item8 {background:transparent url(../images/menu_contact_b.png) -200px -30px no-repeat;}

#menu_left a#item1:hover {background-position:0 0; z-index:50;}
#menu_left a#item2:hover {background-position:0 0; z-index:50;}
#menu_left a#item3:hover {background-position:0 0; z-index:50;}
#menu_left a#item4:hover {background-position:0 0; z-index:50;}
#menu_left a#item5:hover {background-position:0 0; z-index:50;}
#menu_left a#item6:hover {background-position:0 0; z-index:50;}
#menu_left a#item7:hover {background-position:0 0; z-index:50;}
#menu_left a#item8:hover {background-position:0 0; z-index:50;}


#footer_left {
	background-color: #FFFFFF;
	width: 275px;
	height: 207px;
	padding: 0px 0px 0px 0px;
	float:left;
}

#content_right {
	background-color: #FFFFFF;
	width: 580px;
	height: 400px;
	float:left;
}

#footer_right {
	background-color: #FFFFFF;
	width: 553px;
	height: 186px;
	float:left;
}

#footer_right_two {
	background-color: #FFFFFF;
	width: 553px;
	height: 20px;
	float:left;
}

#content_right2 {
	background-color: #FFFFFF;
	width: 580px;
	height: 64px;
	padding: 45px 0px 0px 0px;
	float:left;
	}

#content_right3 {
	background-color: #FFFFFF;
	width: 580px;
	height: auto;
	float:left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	text-transform: capitalize;
	color: #3e3e40;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #2d8eb3;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #3e3e40;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	margin: 0px;
