* 
{
	margin: 0px;
	padding: 0px;
	font: 11px Tahoma;
	color: #3f2413;
}

body
{
    background-image: url("../images/bg.jpg");
}

h1
{
	background-image: url('../images/star16.png');
	background-repeat: no-repeat;
	background-position: -2px;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

h1.light
{
	font-weight: normal;
}

.table
{
	border-collapse: collapse;
}

.table td
{
	border: 1px solid;
	border-color: #fff;
	padding: 5px;
}

#white_text
{
	color: #fff;
}

#ginger_text
{
	color: #f45801;
	font-weight: bold;
}

#wrapper
{
	width: 998px;
	position: absolute;
	left: 50%;
	margin-left: -499px;
}

#header
{
    height: 150px;
    width: 998px;
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
}

#header:hover
{
	cursor: pointer;
}

#center
{
	float: left;
	background-color: #817979;
}

#left_side
{
    clear: both;
    width: 201px;
    float: left;
    background-color: #817979;   
}

#content
{
    float: left;
    width: 797px;
	background-image: url('../images/cr.gif');
	background-position: right;
	background-repeat: repeat-y;
}

#tmp
{
	clear: both;
	float: left;
	background-image: url('../images/lc.gif');
	background-repeat: repeat-y;
}

#lt
{
	background-image: url('../images/lt.gif');
	float: left;
	width: 27px;
	height: 27px;	
}

#t
{
	background-image: url('../images/t.gif');
	background-repeat: repeat-x;
	float: left;
	width: 743px;
	height: 27px;	
}

#tr
{
	background-image: url('../images/tr.gif');
	float: left;
	width: 27px;
	height: 27px;	
}

#c
{
	background-color: #e8dfd8;
	float: left;
	width: 743px;
	margin-left: 27px;
}

#lb
{
	background-image: url('../images/lb.gif');
	clear: both;
	float: left;
	width: 27px;
	height: 27px;	
}

#b
{
	background-image: url('../images/b.gif');
	background-repeat: repeat-x;
	float: left;
	width: 743px;
	height: 27px;
}

#br
{
	background-image: url('../images/br.gif');
	float: left;
	width: 27px;
	height: 27px;	
}

#clear
{
	clear: both;
}

#left_footer
{
    clear: both;
    width: 201px;
    height: 68px;
    background-image: url('../images/footer.jpg');
    background-repeat: no-repeat;
    float: left;
}

#center_footer
{
    width: 709px;
	height: 53px !important;
    height: 68px;
    background-color: #f5f0ea;
    float: left;
	padding-top: 15px;
}

#right_footer
{
    width: 88px;
	height: 53px !important;
    height: 68px;
    background-color: #f5f0ea;
    float: left;
	padding-top: 15px;
}

#footer
{
	clear: both;
    width: 709px;
    color: #8f8f8f;
    font: 10px Tahoma;
    padding-left: 15px;
	padding-top: 5px;
}

#footer b
{
    color: #8f8f8f;
}

#footer a
{
	text-decoration: none;
	font-weight: bold;
	color: #8f8f8f;
}

.bold
{
	font-weight: bold;
}

.left
{
	float: left;
}

.clear
{
	clear: both;
}

.bookmarkLink
{
    position: absolute;
    left: 224px;
    top: 120px;
    background-image: url('../images/star16.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

.grower
{
	font-size: 1.4em;
	padding-bottom: 5px;
}