@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:#FFFFFF;
	background-repeat: ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	background-color: #8f8e72;
}
* {
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 25px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto;
	text-align: center;
} 
#container #header  {
	background-image: http://www.licreativearts.com/Images/Logo/headerlogo4.png
	background-color: #FFFFFF;
	height: 132px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-style: none;
	border-bottom-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 8px;
	
} 
#container #navigation {
	width: 900px;
	height: 40px;
	background-color: #e6e8bc;


/*********** Horizontal Nav *************/
}
#horizonnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 900px;
	background-color: #CAB182;
}

#horizonnav li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#horizonnav a {
	color: #623D38;
	text-decoration: none;
	line-height: 1;
	border-right: 1px solid #996600;
	float: left;
	width: 145px;
	text-align: center;
	font-size: 100%;
	padding: 1px;
	margin: 0px;
}
#horizonnav a:hover {
	background-color: #e6e8bc;
}
#horizonnav #hornav_last a {
	border-right-style: none;
}

/*********** Horizontal Nav *************/
#container #sidebar1 {
	background-color: #F5F8D3;
	float: left;
	width: 180px;
	height: 100%;
	border-right-width: 8px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6e8bc;
	border-left-color: #e6e8bc;
	postition: relative; to your #container and position: absolute; 
	top: 0;
	bottom: 0px;
	right: 0;
to your #navigation.
}
#container #IMAGE {
	width: 700px;
	height: auto;
	float: left;
}
#container #mainContent {
	width: 700px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#footer {
	background-color: #E6E7BB;
	height: 65px;
	border-top-width: 5px;
	border-top-style: none;
	clear: both;
	margin: auto;
	padding: 2px;
	font-size: 12px;
} 

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	color: #996600;
	z-index: auto;
	padding: 5px;
}
.fltrt {
	float: right;
}
.fltlt {
	float: left;
}
#container #mainContent #table {
	height: 100%;
	width: 300px;
	float: left;
}
.style171 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #531C1C; {
}
