@charset "utf-8";
/* CSS Document */


#container_tabs
{
	width:560px;
	float:left;
	margin-bottom: 15px;
	margin-top: 0px;
	height: 40px;
}

#container_masthead
{
	background-color:#000000;
	width:782px;
	float:left;
	margin-bottom: 1px;
	height: 130px;
}


#masthead_photo
{
	background-color:#000000;
	width:189px;
	float:left;
	padding-top: 0px;
	height: 130px;
	border-right: solid #FFF 1px;
}


#masthead_title
{
	background-color:#000000;
	width:590px;
	float:right;
	padding-top: 83px;
	height: 25px;
}



#container
{
	background-color:#FFFFFF;
	width:782px;
	float:left;
	margin-bottom: 15px;
	background-image: url(../images/bg_sidenav.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 15px;
}


#container_home
{
	background-color:#FFFFFF;
	width:798px;
	float:left;
	margin-bottom: 10px;
	background-image: url(../images/bg_sportstars_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	height:auto;
	min-height:470px;
	padding-top:25px;
	padding-left:13px;
	margin-left:10px;
}

#leftnav
{
	background-color:#F7F3DF;
	width:189px;
	float:left;
	padding-top: 0px;
}

#content
{
	background-color:#FFFFFF;
	width:580px;
	float:right;
	padding-top: 1px;
}


#content_home_left
{
	width:386px;
	float:left;
	height:auto;
	min-height:400px;
	

}

#content_home_right
{
	width:396px;
	float:right;
	margin-top: 3px;
	padding-top: 35px;

}



#footercontainer
{
	background-color:#FFFFFF;
	width:782px;
	float:left;
}


/* START layout for the Sportstars Awards Panels listing the winners
---------------------------------------------------------------------------*/

#award_heading
{
	background-color:#FFFFFF;
	width:360px;
	margin-left:auto;
	margin-right: auto;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/bg_logo.gif);
	padding-top: 65px;
}

#award_panel
{
	background-color:#FFFFFF;
	width:360px;
	margin-left:auto;
	margin-right: auto;
	background-image: url(../images/bg_winner_panel.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 317px;
	padding-top: 20px;
	margin-bottom: 35px;
}

.imgBorder {
	border: solid #cccccc;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.imgBorder_on {
	border: solid ##C00;
	padding: 2px 2px 2px 2px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}


#home_panel_news
{
	width:359px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-image: url(../images/bg_news.jpg);
	background-repeat: no-repeat;
	height: 115px;
	padding-top: 15px;
}

