/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */

body {
	position:relative;
	height:100%;
	background-color:#ffffff;
	background-image:url(images/background/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:top center; 
	margin:0px;
}
#container {
	position:relative;
	width:960px;
	margin:auto;
	/*border:1px solid #999999;*/
}
/* ***************************************************************************** */
/* Top */
#top {
	position:relative;
	height:36px;
	margin:0px;
	padding:0px;
}
#name {
	position:relative;
	float:left;
	padding-top:10px;
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;	
	color:#ffffff;
	font-size:18px;
}	
#search {
	position:relative;
	float:right;
	padding-top:5px;
}
form {
	padding:0px;
	margin:0px;
	}
input.top {
	background-color:#ffffff;
	color: #3f5c82;
	border: 1px solid #999999;
	height:16px;
	font-size:11px;
}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	width:960px;
	height:132px;
	margin-top:5px;
	text-align:left;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:26px;
	z-index:10;
}
/* ***************************************************************************** */
/* CONTENT TOP ROW */
#content_top {
	position:relative;
	height:330px;
	margin-top:15px;
}
#welcome {
	position:relative;
	float:left;
	width:270px; 
	height:310px;
	padding:10px;
	border:1px solid #d2d2d1;
	background-color:#f4f4f4; 
	margin-right:8px;
	background-image:url(images/background/welcomebg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;	
}
#banner {
	position:relative;
	float:left;
	width:445px; 
	height:330px;
	border:1px solid #d2d2d1;
	background-color:#f4f4f4; 
	margin-right:5px;
}
#news {
	position:relative;
	float:right;
	width:205px; 
	height:330px;
}
#heading {
	height:18px;
	background-image:url(images/background/headingbg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d0a60c;
	font-size:12px;
	color:#032a47;
	padding:1px 8px;
	letter-spacing:1px;
}
#news_content {
	background-color:#f4f4f4; 
	border-right:1px solid #d2d2d1;
	border-left:1px solid #d2d2d1;
	border-bottom:1px solid #d2d2d1;
	padding:8px;
	line-height:normal;
	height:293px;
}

/* ***************************************************************************** */
/* CONTENT BOTTOM ROW */
#content_bottom {
	position:relative;
	width:960px;
	height:245px;
	margin-top:15px;
}
#content_bottom a:link,
#content_bottom a:visited,
#content_bottom a:hover {
	color:#1874b7;
	}
#teams {
	position:relative;
	float:left;
	width:385px; 
	margin-right:8px;
}
#teams_content {
	background-color:#f4f4f4; 
	border-right:1px solid #d2d2d1;
	border-left:1px solid #d2d2d1;
	border-bottom:1px solid #d2d2d1;
	height:200px;	
	padding:10px;
	font-size:10px;
}
/* TEAM HOME TABLE*/

table.team_table{
	position:relative;
	width:100%;
	border-spacing:0px;
}
.team_table tr th{
	text-align:left;
	font-size:14px;/*  */
	font-weight:normal;
	color:#bb091f;
	text-transform:uppercase;
	padding:0px; /**/
	height:7px;
}
.team_table tr td{
	/* padding:2px; */
}
.team_table tr.alt{ background-color:#f7f7f7;}

#history {
	position:relative;
	float:left;
	width:264px; 
	margin-right:5px;
}
#history_content {
	background-color:#f4f4f4; 
	border-right:1px solid #d2d2d1;
	border-left:1px solid #d2d2d1;
	border-bottom:1px solid #d2d2d1;
	padding:10px;
	height:200px;
	font-size:11px;
	line-height:normal;
	text-align:justify;
}
#ad {
	position:relative;
	float:right;
	width:295px; 
}
#ad_content {
	background-color:#f4f4f4; 
	border-right:1px solid #d2d2d1;
	border-left:1px solid #d2d2d1;
	border-bottom:1px solid #d2d2d1;
	padding:10px 4px;
	height:200px;
}
#sponsors {
	position:relative;
	padding:10px 0px;
	text-align:center;
	}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	border-top:1px solid #d2d2d1;
	padding:10px 0px;
}
#plujo {
	float:right;
	font-size:11px;
	color:#9da6aa;
	}
/* ***************************************************************************** */
/* MISCELLANEOUS*/
#clear_column {clear:both;}
h1 {font-weight:normal}
:focus {outline:none;}

