.button
{
	float: left;	
	cursor: hand;
}	

.button-sep
{
	float:left;
	width:13px;
	height:29px;
	background: url(../images/Tree/Button_sep.jpg);
}

.icon-button div
{	
	width:25px; 
	float:left;
	text-align:center;
}

#page
{
	width: 100%;
	height: 100%;
	background-color: #a9985f;
}

#body 
{
	border: 2px solid #2C3C15;	
}

#topbar
{
	width: 779px;
	height: 120px;
	background: url(../images/Tree/TopBar.jpg) no-repeat;
}

#datetime_bar
{
	width: 100%;
	height: 29px;
	border-top: 1px solid #2C3C15;	
	/* background-color: #489918; */
	background-color: #186905;
}

#datetime_bar *
{
	font-size: 13px;
	color: white;
}

#datetime_sep
{
	width: 100%;
	height: 14px;
	background: url(../images/Tree/DateTime_sep.jpg);	
}

#logo_sep
{
	width: 207px;
	height: 13px;			
	background: url(../images/Tree/Logo_sep.jpg) no-repeat;
	background-color: #f0f0f2;
}

#left_section
{
	padding-right: 2px;
	width: 209px;
	height: 387px;	
	background: url(../images/Tree/LeftBar.jpg) top left no-repeat;
	background-color: #f0f0f2;
}

#body_section
{
	width: 100%;
	height: 371px;	
	background: url(../images/Tree/bg.jpg) repeat-x;	
}

.subtitle .title
{	
	border: 1px solid #2C3C15;	
	background-color: #186905;	
}
.subtitle .title, .subtitle .title a
{
	font-family:  "Lucida Calligraphy", Arial, Tahoma, Sans-Serif;
	font-size: 13px;	
	font-weight: bold;
	padding: 3px;
	color: white;	
}
.subtitle .body
{	
	padding:5px;
	border: 1px solid #2C3C15;	
	border-top: 0px;	
}