body, td, th, div, p, span, li {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	color: #400000;
}

td, th {
	vertical-align: top;
}

a:active,
a:link,
a:visited,
a:hover {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	color: #400000;
}

a:hover {
	color: #666666;
}

.container {
	width: 660px;
	padding: 3px;
	text-align: left;
	background-color: #FCFCFC;
	font-size: 14px;
	/* border: 1px dotted #aaa; */
}

#banner {
	background-image: url(images/lillian_interior_banner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 68px;
	background-color: #fff;
}

.frontsplash {
	color: #fff; 
	font-weight: bold; 
	background-color: #830003; 
	text-align: center; 
	text-transform: uppercase; 
	padding: 2px 0px 2px 0px; 
	font-size: 9px; 
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.navigation {
	line-height: 150%;
	border-bottom: 1px solid #830003;
	margin-bottom: 5px;
}

.tableft,
.tableft_s {
	background-image: url(images/tab-left.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #fff;
	height: 30px;
	width: 12px;
}

.tableft_s {
	background-image: url(images/tab-left-s.jpg);
}

.tabright,
.tabright_s {
	background-image: url(images/tab-right.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #fff;
	height: 30px;
	width: 12px;
}

.tabright_s {
	background-image: url(images/tab-right-s.jpg);
}

.tabcenter,
.tabcenter_s {
	background-image: url(images/tab-center.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #fff;
	height: 30px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
}

.tabcenter_s {
	background-image: url(images/tab-center-s.jpg);
}

a.nav:active,
a.nav:link,
a.nav:visited,
a.nav:hover {
	font-family:"Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

a.nav:hover {
	color: #CCCCCC;
}

img.border {
	padding: 2px;
	border: 1px solid #830003;
}

.copyright {
	font-size: 9px;
	text-align: center;
	border-top: 1px solid #830003;
	margin-top: 5px;
	text-transform: uppercase;
}

