@charset "utf-8";
/* CSS Document */

#content-home{
	width: 944px;
	clear: all;
	height: 100%;
	text-align: left;
	background-color: #483318;
	border-top: 1px solid #fdf2dd;
}


#footer-image-home{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	height: 48px;
	padding-bottom: 12px;
	background-color: #fff;
	width:944px; /* or a percentage, or whatever */
	background-image: url(../images/home_footerbg.jpg);
	background-repeat:no-repeat;
}
	 
	 
#welcome{
	float: left;
	width: 280px;
	padding: 20px 17px 0 20px;
	background-color: #483318;
}	

#flash2{
	float: right;
	width: 626px;
	height: 80px;
	padding-top: 0px;
	padding-right: 0;
	margin: 0;
	text-align: right;
	background-color: #483318;
}
 

#flash{
	float: right;
	width: 627px;
	height: 276px;
	/********Adjust padding Back when ad block is removed*************/
	/********padding-top: 25px;******************/
	padding-top: 25px;
	padding-right: 0;
	margin: 0;
	text-align: right;
	background-color: #483318;
}

#live-lux-home{
	float: right;
	text-align: right;
	vertical-align: text-top;
	padding: 10px 10px 0 0;
	background-color:#483318;
}

a:link {color: #dddddd; text-decoration: none; }
a:active {color: #ffffff; text-decoration: none; }
a:visited {color: #dddddd; text-decoration: none; }
a:hover {color: #bbbbbb; text-decoration: underline; }