@charset "utf-8";
/* CSS Document */

#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}
#banner {
	background-image: url(images/lufc_banner_1.jpg);
	height: 25px;
	width: 738px;
	padding-top: 75px;
	padding-left: 230px;
}
#table1_container {
	width: 968px;
}
#news_column {
	float: left;
	width: 469px;
	margin-left: 10px;
}

#LUFC_info_column {
	float: right;
	width: 469px;
	margin-right: 10px;
}
#contacts_container {
	width: 968px;
}
#contacts_column {
	float: left;
	width: 948px;
	margin-left: 10px;
	margin-top: 10px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #F60;
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #F60;
	text-decoration: underline;
}

