/* CSS Document */


/* structure */
#container {
	position: relative;
	left: 50%;
	margin-left: -480px;
	width: 960px;
}

#top {
	position: relative;
	width: 920px;
	height: 70px;
	text-align: left;
	left: 20px;
	background: url(images/inside-top.jpg) no-repeat;
	float: left;
}

#menu {
	width: 920px;
	height: 160px;
	text-align: left;
	position: relative;
	left: 20px;
	float: left;
}
#content {
	width: 960px;
	text-align: left;
	position: relative;
	float: left;
	background: url(images/inside-content-bg.jpg) no-repeat;
}
#contentheadlttc {
	width: 960px;
	position: relative;
	height: 90px;
	background: url(images/inside-head-lttc.jpg) no-repeat;
	float: left;
}

#footer{
	position: relative;
	width: 920px;
	height: 115px;
	left: 20px;
	float: left;
	clear: both;
	background: url(images/inside-footer-bg.jpg) no-repeat;
	font-size: 0.9em;
}

#divider {
	width: 940px;
	height: 5px;
	background: url(images/divider.gif) repeat-x;
	left: 10px;
	position: relative;
}


