html {
	background: #5082ab url(../images/content-html-bg.jpg) repeat-x;
}
body {
	min-height: 850px;
	width: 836px;
	background: url(../images/sports-home-bg.jpg) 0 0 no-repeat;
	margin: 0 auto;
	padding: 0;
	font-size: 62.5%;
	display: relative;
}

body.content-page {
	background: none;
	width: auto;
}

a img {
	border: none;
}

.content-page #header {
	width: 850px;
	margin: 0 auto;
	background: url(../images/sports-home-bg.jpg) 0 0 no-repeat;
	height: 257px;
	position: relative;
}

#content-area {
	width: 850px;
	margin: 0 auto;
	background: url(../images/content-v-bg.jpg) center top repeat-y;

}

#content {
	background: url(../images/content-bg.jpg) center -2px no-repeat;
	min-height: 300px;
	padding: 20px 70px 20px 50px;
}

#content-area h2 {
	margin: 0;
	padding: 10px 0;
}

#content {
	font-family: Arial, Verdana, sans-serif;
}

#content h2 {
	color: #3c6286;
	font-size: 3em;
	letter-spacing: -1px;
}

#content h3 {
	font-size: 1.7em;
	margin: 0;
	padding: 10px 0 5px 0;
}

#content p {
	font-size: 1.4em;
	margin: 0 0 10px 0;
	line-height: 1.6em;
}

#content li {
	font-size: 1.4em;
	margin: 0 0 5px 0;
	line-height: 1.6em;
}

#header h1, #header h1 em {
	display: none;
}

.content-page #header h1 {
	display: block;
	position: absolute;
	width: 370px;
	height: 170px;
	top: 50px;
	left: 230px;
}

.content-page #header h1 a {
	display: block;
	width: 370px;
	height: 170px;
}

#header h2 {
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 1.2em;
}

#main-links {
	width: 850px;
	float: left;
	margin: 200px 0 0 0;
	padding: 0;
	height: 300px;
	list-style: none;
	display: relative;
}

#main-links li {
	width: 258px;
	margin-left: 14px;
	margin-top: 15px;
	height: 265px;
	float: left;
	background: url(../images/learn-more.png) center 205px no-repeat;
	display: relative;
}

#main-links a:hover {
	background: url(../images/learn-more.png) center -340px no-repeat;
}

#main-links a {
	display: block;
	width: 258px;
	height: 265px;
}

#main-links a em {
	display: none;
}

#main-links h2 {
	display: none;
}

#footer-wrapper {
	background: url(../images/sports-html-bg.jpg) 0 -509px repeat-x;
}

.content-page #footer {
	width: 850px;
	background: url(../images/content-footer-bg.jpg) center top no-repeat;
	margin: 0 auto;
	padding: 60px 0 40px 0;
}



#abooma-logo {
	text-align: center;
	padding: 40px;
	margin: 0;
	clear: both;
}

#footer {
	text-align: center;
	margin-top: 30px;
}

#footer p {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Verdana, sans-serif;
}

#footer .links {
	font-size: 1.4em;
	color: #fff;
	margin-bottom: 5px;

}

.links a {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}

.links a:hover {
	text-decoration: underline;
}

#footer .copyright a {
	color: #eee;
}

#footer .copyright {
	font-size: 1.1em;
	color: #ccc;
}