@charset "UTF-8";
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#bgd_tree {
	position: relative;
	top: 676px;
	right: -558px;
	z-index: 2;
}
.oneColFixCtr #mainContent {
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a{
	color: black;
	font-size:20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:link{
	display: block; 
	text-decoration: none;
}

a:hover{
	color: gray;
}

TD.who{
	text-align: center;
	background: #ff7e00 url(images/02bgd_04_back.gif) center center;
}

TD.text{
	color: #999;
	text-decoration: none;
	font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	padding-left: 15px;
	word-spacing: 1pt;
}

TD.address{
	color: #999;
	text-decoration: none;
	font: normal 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	padding-left: 10px;
}


.special{
	position: relative;
	top:155px;
	left: 300px;
	z-index: 1;
}

.open{
	position: relative;
	top:40px;
	z-index: 99;
	right: 100px;
}

.online{
	position: relative;
	top:80px;
	left: 120px;
	z-index: 99;
}


