body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
}

a:link,
a:hover,
a:active,
a:visited {
	font-weight: bolder;
	text-decoration: none;
}

a:link,
a:active,
a:visited {	color: #2c68b4; }

a:hover { color: #2c68b4; }

h1,
h2,
h3,
p,
ul { margin: 10px; }

h1 {
	color: #2c68b4;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	color: #2c68b4;
	font-size: 20px;
	font-weight: bold;
}

h3 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

p {}

/* Template DIVs */
#head,
#logo,
#content,
#content-nav,
#footer {
	margin: 0 auto;
	width: 875px;
}

#head {
	height: 40px;
	vertical-align: bottom;
}

#headline {	float: left; }

#googleSearch { float: right; }

#logo {
	background: #2c68b4 url('/_img/template/logo.jpg') no-repeat top;
	height: 300px;
}

#content {}

#content-nav {
	background-color: #2c68b4;
	height: 35px;
}

#content-nav ul {
	display: inline;
	list-style-type: none;
}
#content-nav ul li  {
	display: inline-block;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
}

#content-nav ul li a:link,
#content-nav ul li a:hover,
#content-nav ul li a:active,
#content-nav ul li a:visited  {
	font-size: 18px;
}

#content-nav ul li a:link,
#content-nav ul li a:active,
#content-nav ul li a:visited{
	color: #fff;
}

#content-nav ul li a:hover  {
	color: #fdfa04;
}

#content-left {
	vertical-align: top;
	width: 700px;
}

#content-right {
	vertical-align: top;
	width: 175px;
}

#footer {}

#homepage-visiting { margin-top: 25px; }

#homepage-sports-text {
	float: right; 
	margin-top: 40px;
	width: 280px;	
}

#homepage-sports-img {
	float: left;
	margin-top: 40px;
	width: 400px;	
}

.yui-content { height: 275px; }

.entertainmentSection {
	display: block;
	height: 150px;
}