body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	}
	
#container {
	width: 1000px;
	height: 800px;
	margin: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color: #000000;
	background-color: #DFEAEE;
	border: 3px solid #2D4662;
		}
	
#header-box {
	width: 1000px;
	height: 225px;
	float: left;
	}

#header-left {
	width: 225px;
	height: 225px;
	float: left;
	}

#header-middle {
	width: 560px;
	height: 225px;
	float: left;
	background-image: url(../images/luc-header2.jpg);
	}

#header-right {
	width: 215px;
	height: 225px;
	float: left;
	}
	
#main-box {
	width: 1000px;
	height: 575px;
	float: left;
	}
	
#main-leftbox {
	width: 225px;
	height: 575px;
	float: left;
	}
	
#main-left1 {
	width: 225px;
	height: 292px;
	float: left;
	background-color: #DFEAEE;
	}
	
#main-left2 {
	width: 225px;
	height: 283px;
	float: left;
	background-color: #DFEAEE;
	}
	
#main-centerbox {
	width: 560px;
	height: 575px;
	float: left;
	background-color: #DFEAEE;
	}
	
#main-top {
	width: 483px;
	height: 34px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #324869;
	padding-top: 55px;
	padding-right: 22px;
	padding-bottom: 11px;
	padding-left: 55px;
	background-image: url(../images/luc-mainheader.jpg);
	background-repeat: no-repeat;
	background-color: #DFEAEE;
	}
	
#main-center {
	width: 494px;
	height: 384px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #324869;
	padding-top: 13px;
	padding-right: 33px;
	padding-bottom: 33px;
	padding-left: 33px;
	overflow: auto;
	background-image: url(../images/luc-maincenter.jpg);
	background-repeat: no-repeat;
	background-color: #DFEAEE;
	background-position: left top;
	}
	
#main-right {
	width: 215px;
	height: 575px;
	float: left;
	background-color: #DFEAEE;
	}
	
#footer {
	width: 535px;
	height: 19px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #DFEAEE;
	background-color: #DFEAEE;
	}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #324869;
	}
	
a:link {
	color: #DFEAEE;
	text-decoration: none;
}
a:visited {
	color: #DFEAEE;
	text-decoration: none;
}
a:hover {
	color: #DFEAEE;
	text-decoration: underline;
}
a:active {
	color: #DFEAEE;
	text-decoration: none;
}
