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

* {
	margin: 0;
	padding:0;
}

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:940px;
	margin: 0 auto -80px;
}

#footer, #push{
	height: 80px;
	width:940px;
}

/* ALL ABOVE STICKYFOOTER SEE: http://ryanfait.com/sticky-footer/ */

#header{
	width:940px;
	overflow:hidden;
}

#main_nav{
	margin-top:2px;
	height:33px;
	width:940px;
	overflow:hidden;
}

#sub_nav{
	margin-top:2px;
	height:33px;
	width:940px;
	overflow:hidden;
}

#content{
	padding-bottom: 9em;
}

#content_left{
	margin-top:20px;
	float:left;
	width:715px;
}

#content_right{
	margin-top:20px;
	float:right;
	width:200px;
}

#footer{
	width:940px;
	margin:0 auto;
}

#footer_top{
	width:940px;
	height:1px;
	clear:both;
}

#footer_left{
	margin-top:30px;
	float:left;
	width:715px;
}

#footer_right{
	margin-top:10px;
	float:right;
	width:200px;
}

/* HOME PAGE ELEMENTS */

#news_table_home{
	margin-top:18px;
}

/* PAGE DEPENDANT CLASSES */

#header.home{
	height:260px;
}

#header.page{
	height:160px;
}

#header.page{
	height:160px;
}

#news_latest.home{
	float:right;
	margin-left:25px;
	width:280px;
}

/* TEAM PAGES CLASSES */

#team_text{
	float:right;
	width:560px;
}