/* GENERAL STYLING */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.35em;
}
html {
	height: 100%;
}
img {
	border: 0;
}
input, select, textarea {
	padding: 0 2px 0 2px;
	color: #000;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 1em;
}
select option {
	padding: 0 2px 0 2px;
}
.clear {
	clear: both;
	font-size: 0.1em;
}
.disabled {
	opacity: .4;
	filter: alpha(opacity=40); /*IE fix */
	cursor: default;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #f7941e;
	text-decoration: underline;
}

/* BRANDING */
div#branding {
	position: relative;
	z-index: 10;
	width: auto;
	height: 80px;
}
div#branding div.container {
	position: relative;
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: left;
}
div#branding div#logo1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 80px;
	background: url(../images/logo_top_sports_group.png) no-repeat;
}
div#branding div#logo1 span {
	position: absolute;
	left: -999em;
}
div#branding div#logo2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	height: 80px;
	background: url(../images/logo_nr10.png) no-repeat;
}
div#branding div#logo2 span {
	position: absolute;
	left: -999em;
}

/* CONTENT */
div#content {
	position: relative;
	z-index: 0;
	width: auto;
	height: 100%;
	padding: 0;
	background: #fff;
}
div#content div.container {
	position: relative;
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: left;
}

/* CONTENT_MAIN */
div#content_main {
	float: left;
	width: 100%;	
	margin: 0;
	padding: 0;
}
div#content_main h1 {
	width: 960px;
	height: 488px;
	color: #1ca345;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	background: url(../images/under_construction.png) no-repeat;
}
div#content_main h1 span {
	position: absolute;
	left: -999em;
}
div#content_main h2 {
	width: 960px;
	height: 48px;	
	margin: 0;
	color: #666;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: normal;
	background: url(../images/contact.png) no-repeat;
}
div#content_main h2 span {
	position: absolute;
	left: -999em;
}

/* SITE_INFO */
div#site_info {
	position: relative;
	z-index: 1;
	height: 30px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
div#site_info div.container {
	position: relative;
	width: 960px;
	height: 32px;
	margin: 0 auto 0 auto;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
}
div#site_info div#copyright {
	clear: left;
	float: left;
	padding: 6px 0 0 14px;
	color: #666;
	font-size: 0.9em;
}
div#site_info div#legal {
	float: right;
	padding: 6px 16px 0 0;
	color: #666;
	font-size: 0.9em;
}
div#site_info div#legal a {
	color: #5e5b6f;
	background: url(../images/text_decoration_site_info.gif) repeat-x bottom;
	text-decoration: none;
}
div#site_info div#legal a:hover {
	color: #5e5b6f;
	background: none;
	text-decoration: underline;
}