body
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
	
}

.sandTable
{
	background-image: url('images/sand-back.jpg'); 
	background-repeat: no-repeat;
}

.leftInvite
{
	background-image: url('images/invite-left.jpg'); 
	background-repeat: no-repeat;
	width: 448px;
	height: 700px;
}

.rightInvite
{
	background-image: url('images/invite-right-bottom.jpg'); 
	background-repeat: no-repeat;
	height: 400px;
}

.komdjy
{
	background-image: url('images/komdjy.jpg'); 
	background-repeat: no-repeat;
	width: 853px;
	height: 914px;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

.tree
{
    background-position: bottom;
    width: 501px;
    height: 46px;
    background-image: url('../images/longGreenBar.gif');
    background-repeat: repeat-x;
    background-attachment: inherit;

}


A 
{
	

}

A:hover 
{
	
}




/* Menu */

#menu 
{
	width=86px;
	padding: 0px 1px;


}



#menu a 
{
	display: block;
	float: center;
	margin: 0;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	background-image: url('../images/tab-off.jpg');
	height=33px;
	width=106px;
	color: #006699;	
}

#menu a:hover 
{
	display: block;
	float: center;
	margin: 0;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	height=33px;
	width=106px;
	color: #666666;
	background-image: url('../images/tab-on.jpg');
	
	}

#menu .current_page_item a {
	background-image: url('../images/tab-on.jpg');
	color: #666666;
}