body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #090E39;
	color: #000000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;

}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

h2 {
	margin: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
}

h3 {
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

p {
	padding: 5px;
	margin: 0px;
}


img{
	border-color: #000000;
	padding: 0px;
	margin: 0px;
}

#container {
	position: relative;
	width: 900px;
	padding: 0px;
	margin: 0px auto 0px auto; /* this centers the container */
	color: #000000;
	background-color: #FFFFFF;

}

#text {
	padding: 5px 5px 5px 5px;
	margin: 0px;

}

/******* Topbar *******/

#topbar {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 900px; /* not really needed since divs expand to whatever they are inside of */

}

#banner{
	position: relative;
	width: 900px; /* not really needed since divs expand to whatever they are inside of */
	height: 120px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/website/top-banner.jpg);
	background-repeat: no-repeat;
		
}

#banner_text{
	position: relative;
	width: 900px; /* not really needed since divs expand to whatever they are inside of */
	height: 65px;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	font-family: Helvetica;
	text-align: center;
	color: #FFFFFF;
		
}

.banner_large{
	font-size: 24px;
	padding: 0px 0px 5px 0px;
	margin: 0px;

}

.banner_small{
	font-size: 14px;
	padding: 5px 0px 0px 0px;
	margin: 0px;

}

#mainpage {
	position: relative;
	padding: 2px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	width: 900px;

}

#mainpage_background {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	background-image: url(../images/website/background_thin.jpg);
	background-repeat: repeat;
	width: 900px;
}

/******* Squad page *******/

#squad {
	position: relative;
	float: left;
	width: 900px;
	padding: 0px 0px 20px 0px;
	margin:  0px 0px 0px 0px;
	background-image: url(../images/website/background_thin.jpg);
}

#squad a:link{ text-decoration: none; color: #000000; font-weight: normal;}
#squad a:visited{ text-decoration: none; color: #006633; font-weight: normal;}
#squad a:hover{ text-decoration: underline; color: #003366; font-weight: normal;}
#squad a:active{ text-decoration: underline; color: #000000; font-weight: normal;}

.squad_first {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	height: 70px;
	background-image: url(../images/website/squad_first.jpg);
	background-repeat: no-repeat;
}

.squad_staff {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	height: 70px;
	background-image: url(../images/website/squad_staff.jpg);
	background-repeat: no-repeat;
}

.squad_middle {
	position: relative;
	padding: 0px 0px 0px 26px;
	margin:  0px 0px 0px 0px;
	width: 875px;
	background-image: url(../images/website/squad_middle.jpg);
	background-repeat: repeat-y;
	color: #000000;
}

.squad_bottom {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	height: 25px;
	background-image: url(../images/website/squad_bottom.jpg);
	background-repeat: repeat;
	color: #000000;
}

.player {
	float: left; 
	position: relative; 
	padding: 5px 5px 5px 5px; 
	margin-top: 5px;
	text-align: center;
	font-size: 10px;

}

.player img{
	border: #000000 solid 1px;
	
}


/******* Profiles page *******/

#profile_line{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	background-image: url(../images/website/profile_pitchoutline.gif);
	width: 900px;
	background-repeat: no-repeat;
}

#profile{
	position: relative;
	float: left;
	padding: 0px 0px 20px 33px; 
	margin: 0px 0px 0px 0px;
}

#profile_nav{
	position: relative;
	float: left;
	padding: 27px 0px 0px 275px; 
	margin: 0px 0px 0px 0px;
	height: 52px;
	color: #FFFFFF;
	font-weight: bold;
}

#profile_nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#profile_nav li { margin: 0px 0px 0px 0px; display: inline;}
 
#profile_nav a {
	display: block;
	float: left;
	padding: 2px 0px 0px 0px;
	margin: 0px 3px 0px 1px;
	height: 15px;
	width: 114px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}

#profile_nav a:hover {
	color: #000000;
}

#profile_pic{
	position: relative;
	float: left;
	padding: 1px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

#profile_notes{
	position: relative;
	float: left;
	padding: 0px 0px 0px 248px; 
	margin: 20px 0px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	width: 342px;
}

#profile_stats{
	position: relative;
	float: left;
	padding: 0px 0px 0px 57px; 
	margin: 0px 0px 0px 0px;
}

#profile_stats ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#profile_stats li { 
	padding: 2px 0px 2px 10px; 
	margin: 4px 0px 4px 0px;
	height: 13px;
	display: block;

}

#profile_left{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	background-image: url(../images/website/profile_blueboxstats.jpg);
	width: 167px;
	color: #FFFFFF;
	font-weight: bold;
}

#profile_right{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	background-image: url(../images/website/profile_whitebox.jpg);
	width: 178px;
	color: #000000;
	

}

#profile_picright{
	position: relative;
	float: left;
	padding: 5px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	width: 178px;

	

}

/******* Player form page *******/

#playerform_line{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	background-image: url(../images/website/playerform_pitchoutline.gif);
	background-repeat: no-repeat;
	width: 900px;
}

#form_graph{
	position: relative;
	float: left;
	padding: 2px 0px 0px 27px; 
	margin: 0px 0px 0px 0px;
}

#form_mini_stats{
	position: relative;
	float: left;
	padding: 0px 0px 0px 25px; 
	margin: -10px 0px 0px 0px;
	width: 170px;
}

.form_mini_box{
	position: relative;
	float: left;
	padding: 40px 0px 0px 1px; 
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: 83px;
	height: 44px;
}

.form_appearance {
	background-image: url(../images/website/form_box_app.jpg);
}

.form_mom {
	background-image: url(../images/website/form_box_mom.jpg);
}

.form_yellow {
	background-image: url(../images/website/form_box_yellow.jpg);
}

.form_red {
	background-image: url(../images/website/form_box_red.jpg);
}

.form_goals {
	background-image: url(../images/website/form_box_goals.jpg);
}

.form_assists {
	background-image: url(../images/website/form_box_assists.jpg);
}

.form_donk {
	background-image: url(../images/website/form_box_donk.jpg);
}

.form_rating {
	background-image: url(../images/website/form_box_rating.jpg);
}

#form_fixtures{
	position: relative;
	float: left;
	padding: 0px 0px 10px 37px; 
	margin: 0px 0px 0px 0px;
}

#form_fixtures td{
	padding: 1px 1px 1px 3px; 
	margin: 0px 0px 0px 0px;
	background-image: url(../images/website/background_tablebg.jpg);
	background-repeat: repeat;
}

#form_fixtures th{
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	height: 42px;	
}

.profile_table {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	background-image: url(../images/website/profile_table_heading.jpg);
	background-repeat: repeat;
	height: 42px; 
}

.profile_rating {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	width: 50px;
	height: 42px;
	background-image: url(../images/website/profile_table_rating.jpg);
}

.profile_donk {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	width: 35px;
	height: 42px;
	background-image: url(../images/website/profile_table_donk.jpg);
}

.profile_red {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	width: 35px;
	height: 42px;
	background-image: url(../images/website/profile_table_red.jpg);
}

.profile_yellow {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	width: 35px;
	height: 42px;
	background-image:
	url(../images/website/profile_table_yellow.jpg);
}

.profile_mom {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	width: 35px;
	height: 42px;
	background-image: url(../images/website/profile_table_mom.jpg);
}

.profile_assist {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	width: 35px;
	height: 42px;
	background-image: url(../images/website/profile_table_assist.jpg);
}

.profile_goals {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	width: 35px;
	height: 42px;
	background-image: url(../images/website/profile_table_goals.jpg);
}

/******* Player history page *******/

#history_line{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	background-image: url(../images/website/history_pitchoutline.gif);
	background-repeat: no-repeat;
	width: 900px;
}

#profile_table{
	position: relative;
	float: left;
	padding: 0px 0px 0px 27px; 
	margin: 0px 0px 0px 0px;
	width: 500px;
}

#profile_table_top{
	position: relative;
	float: left;
	padding: 0px 0px 0px 27px; 
	margin: 0px 0px 0px 0px;
	width: 500px;
}

#profile_table_top td{
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#profile_table_top th{
	padding: 0px 1px 0px 40px; 
	margin: 0px 0px 0px 0px;
	text-align: left;	
}

#profile_table td{
	padding: 1px 1px 1px 1px; 
	margin: 0px 0px 0px 0px;
	background-image: url(../images/website/background_tablebg.jpg);
	background-repeat: repeat;
	text-align: center;
}

#profile_table th{
	padding: 1px 1px 1px 40px; 
	margin: 0px 0px 0px 0px;
	text-align: left;
}

.white_bg {
	background-image: url(../images/website/background_tablebg.jpg);
	background-repeat: repeat;
}

.blue_bg {
	background-color: #013566;
	color: #FFFFFF;
}

/******* league table page *******/

#league_line{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	background-image: url(../images/website/league_table_pitchoutline.gif);
	background-repeat: no-repeat;
	width: 900px;
}

#league_table{
	position: relative;
	float: left;
	padding: 65px 0px 10px 80px; 
	margin: 0px 0px 0px 0px;
}

#league_table td{
	padding: 1px 1px 1px 5px; 
	margin: 0px 0px 0px 0px;
	background-image: url(../images/website/background_tablebg.jpg);
	background-repeat: repeat;
}

#league_table th{
	padding: 1px 0px 1px 0px; 
	margin: 0px 0px 0px 0px;
	text-align: center;
}


/******* fixtures page *******/

#fixtures_head {
	position: relative;
	padding: 20px 30px 0px 0px;
	margin:  0px 0px 0px 0px;
	height: 60px;
	background-image: url(../images/website/fixtures_header.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

#fixtures_middle {
	position: relative;
	padding: 0px 0px 0px 28px;
	margin:  0px 0px 0px 0px;
	width: 875px;
	background-image: url(../images/website/squad_middle.jpg);
	background-repeat: repeat-y;
	color: #000000;
}

#fixtures_bottom {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	height: 25px;
	background-image: url(../images/website/squad_bottom.jpg);
	background-repeat: repeat;
	color: #000000;
}

#fixtures_middle td{
	padding: 1px 1px 1px 5px; 
	margin: 0px 0px 0px 0px;
	background-image: url(../images/website/background_tablebg.jpg);
	background-repeat: repeat;
}

#fixtures_middle th{
	padding: 1px 1px 1px 5px; 
	margin: 0px 0px 0px 0px;
	text-align: center;
}

/******* statistics page *******/

#seasonstats_line{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	background-image: url(../images/website/seasonstats_pitchoutline.gif);
	background-repeat: no-repeat;
	width: 900px;
}

#seasonstats{
	position: relative;
	float: left;
	padding: 15px 0px 10px 37px; 
	margin: 0px 0px 0px 0px;
}

#seasonstats img{
	border: none;
}

#seasonstats td{
	padding: 1px 1px 1px 3px; 
	margin: 0px 0px 0px 0px;
	background-image: url(../images/website/background_tablebg.jpg);
	background-repeat: repeat;
}

#seasonstats th{
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	height: 42px;	
}

#stats_top_goal{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 33px;
	width: 200px;
}

#stats_top_assist{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 33px;
	width: 200px;
}

#stats_graph_goal{
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 15px;
	width: 400px;
}

#stats_list_goal{
	position: relative;
	float: left;
	margin: 2px 0px 0px 17px;
	padding: 0px 0px 0px 5px;
	width: 180px;
	height: 300px;
	background-image: url(../images/website/background_tablebg.jpg);
	background-repeat: repeat;	
}

#stats_list_goal td{
	padding: 1px 1px 1px 5px; 
	margin: 0px 0px 0px 0px;
	background-image: url(../images/website/background_tablebg.jpg);
	background-repeat: repeat;
}

#stats_list_goal th{
	padding: 1px 0px 1px 0px; 
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#stats_graph_assist{
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 15px;
	width: 400px;
}

#stats_list_assist{
	position: relative;
	float: left;
	margin: 2px 0px 0px 17px;
	padding: 0px 0px 0px 5px;
	width: 180px;
	height: 300px;
	background-image: url(../images/website/background_tablebg.jpg);
	background-repeat: repeat;	
}

#stats_list_assist td{
	padding: 1px 1px 1px 5px; 
	margin: 0px 0px 0px 0px;
	background-image: url(../images/website/background_tablebg.jpg);
	background-repeat: repeat;
}

#stats_list_assist th{
	padding: 1px 0px 1px 0px; 
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#stats_table{
	position: relative;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 20px;

}

#stats_table td{
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background-image: url(../images/website/background_tablebg.jpg);
	background-repeat: repeat;

}

#stats_hattricks{
	position: relative;
	float: left;
	margin: 0px;
	padding: 10px 0px 10px 14px;

}

#stats_hattricks td{
	margin: 0px;
	padding: 2px 5px 2px 5px;
	background-image: url(../images/website/background_tablebg.jpg);
	background-repeat: repeat;

}

.stats_top_header {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 205px;
	width: 200px;
	height: 59px;	
}

/******* news page *******/

.news_header {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	height: 70px;
	background-image: url(../images/website/news_header.jpg);
	background-repeat: no-repeat;
}

.news_middle {
	position: relative;
	padding: 0px 40px 0px 36px;
	margin:  0px 0px 0px 0px;
	width: 825px;
	background-image: url(../images/website/squad_middle.jpg);
	background-repeat: repeat-y;
	color: #000000;
}

.news_bottom {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	height: 25px;
	background-image: url(../images/website/squad_bottom.jpg);
	background-repeat: repeat;
	color: #000000;
}

/******* contact page *******/

#contact{
	position: relative;
	float: left;
	width: 800px;
	height: 400px;
	margin: 0px;
	padding: 10px 10px 10px 10px;

}

/******* honours page *******/

#honourleague{
	position: relative;
	float: left;
	margin: 0px;
	padding: 5px 0px 5px 5px;

}

#honourcup{
	position: relative;
	float: left;
	margin: 0px;
	padding: 5px 0px 5px 5px;

}

#honour_container{
	position: relative;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;

}

#honourleft{
	position: relative;
	float: left;
	width: 250px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;


}

#honourmiddle{
	position: relative;
	float: left;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;


}

#honourright{
	position: relative;
	float: left;
	width: 250px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;


}

.honourshead{
	padding: 3px 0px 3px 0px; 
	margin: 5px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/website/headline_bg_color.gif);
	background-repeat: repeat;

}

/******* Discipline Page *******/

#discipline{
	position: relative;
	float: left;
	padding: 90px 0px 0px 37px; 
	margin: 0px 0px 0px 0px;

}

#discipline td{
	margin: 0px;
	padding: 2px 5px 2px 5px;
	background-image: url(../images/website/background_tablebg.jpg);
	background-repeat: repeat;

}

#discipline th{
	margin: 0px;
	padding: 2px 5px 2px 5px;

}



/******* navigation links *******/

#navigation{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	width: 890px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	

}

#navigation a:link{ 
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

#navigation a:hover{
	text-decoration: none;
	color: #000000;
}

#navigation a:active{
	text-decoration: none;
	color: #FFFFFF;
}




/******* hyperlink and anchor tag styles *******/

a:link{ 
	color: #000000;
	text-decoration: none;
}

a:link, a:visited{
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: none;
	color: #990000;
}

a:active{
	text-decoration: none;
	color: #000000;
}

/************* main div layout **************/

#main_body_left {
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 240px;
	

	}
#main_body_center {
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 420px;
	

}
	
#main_body_right {
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 240px;
}

#main_info{
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 10px 0px;
	color: #FFFFFF;
	font-size: 12px;
}

#main_info img{
	display: block;
	margin: 0px auto 0px auto;

}

#next_match{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

#last_match{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	
}

#main_news{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.lastmatch{
	height: 55px;
	width: 240px;
	background-image: url(../images/website/header_lastmatch.jpg);
}

.redbox{
	padding: 27px 0px 0px 0px;
	height: 25px;
	width: 240px;
	background-image: url(../images/website/header_redbox.jpg);
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

.nextmatch{
	height: 55px;
	width: 240px;
	background-image: url(../images/website/header_nextmatch.jpg);
}

.sponsor{
	height: 55px;
	width: 240px;
	background-image: url(../images/website/header_sponsorship.jpg);
}

.bottom{
	height: 20px;
	width: 240px;
	background-image: url(../images/website/header_bottom.jpg);
}

.middle{
	padding: 0px 35px 0px 35px;
	background-image: url(../images/website/header_middle.jpg);
	background-repeat: repeat-y;
}

.table_center{
	text-align: center;

}

.table_stats{
	padding:0px;
	margin:0px;
	font-size: 12px;
	font-weight: bold;

}

#next_match td{
	text-align: center;
	
}

#last_match td{
	text-align: center;
	
}

#mini_table{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	
}

#mini_table td{
	padding: 1px 3px 1px 0px;
	margin: 0px 0px 0px 0px;
}

#left_stats {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;


}

#left_stats td{
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
}

#sponsorship {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	text-align: center;
}

#sponsorship img{
	display: block;
	margin: 0px auto 0px auto;
}	
	
#footer {
	position: relative;
	padding: 10px;
	margin: 0px;
	text-align: center;
	background-image: url(../images/website/footer_bg.jpg);
	color: #FFFFFF;
	}
	
#footer a:link{ 
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover{
	text-decoration: none;
	color: #990000;
}


.horizontal_linebreak {
	position: relative;
	clear: both; /* very important. This breaks the flow of floated elements */
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin-bottom: -1px;
	/*
	the above 3 attributes makes sure the breaking element is as thin as possible.
	I set margin-bottom: -1px so it pulls whats after it up by 1 px making it effectively invisible!
	*/
	}

#pre_years {
	width: 400px;
}

#newsticker {
	width: 180px;
	height: 65px;
	}
	
#newstickerin {
	width: 180px;
	height: 65px;
	}	
	
#newsticker a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	}
	
#newsticker a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
	}	