body {
	background-image: url(../images/lax_woods.jpg);
	background-color: #000000;
	font-family: verdana; 
	font-size: 12px;
}

a { color: #484F23; }

.border-bottom
{
	border-bottom: 1px solid #bbbbbb;
}

/*
a:link , a:visited {
	color: #660000;
}
*/
#container
{
	width: 100%;
}

#content {
	background-color: #ffffff; 
	border: 3px solid black; 
	width: 810px; 
}

.footer {
	font-size: 11px; 
	color: #000; 
	font-weight: bold; 
	width: 600px; 
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	background-color:#999;
	margin-top: 5px;
	border: 2px solid #444;
	padding: 5px;
/*
	color: #D4CAAD;
	font-size: 11px;
	font-weight: bold;
*/
}

#left_col {
	vertical-align: top;
	height: 100%;
	width: 150px;
	background-color: #484F23;
	padding: 10px;
	color: #ffffff;
}

li 
{ 
color: #ffffff;
}

.main {
	width: 600px;
	background-color: #EBEFD1;
}

.mainText {

}

.min_header, .section_header {
	background-color: #660000;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
}

.nav_link {
	color: #ffffff;
	font-family: verdana; 
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.nav_link:hover {
	text-decoration: underline;
	color: #CCCC99;
}

.photo_link
{
	color: #000000;
}

td {
	font-family: verdana; 
	font-size: 12px;
	line-height: 16px;
}

.postIt
{
	font-weight: bold; 
	border: 2px solid #aaaaaa; 
	background-color: #FCFCA4;
	padding: 10px;
	width: 550px;
	margin-top: 10px;
}

.priceHdrCell
{
	font-size: 15px;
	border-bottom: 1px solid #bbbbbb;
}

.priceCell
{
	font-size: 15px;
	font-weight: bold;
	color: #484F23;
	border-bottom: 1px solid #bbbbbb;
}

.priceTable
{
	border: 2px solid #484F23;
	background-color: #f0f0f0;
}

.ruled {
	border-bottom: 1px solid #dddddd;
}

.tableTitle
{
	color: #ffffff;
	background-color: #484F23;
}

.edgeCell
{
	border-left: 1px solid <%=edgeColor%>;
	border-right: 1px solid <%=edgeColor%>;
}

