body {
	margin-top: 0px;
	background-color: #766358;
	background-image: url(pics/bg.jpg);
	background-repeat: repeat-x;
}
img {
	border: 0px;
}
.header {
	background-image: url(pics/header.jpg);
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	background-image: url(pics/menu.jpg);
	color: #000;
	text-align: center;
}
#menu a {
	text-decoration: none;
	color: #000;
}
#menu a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#main {
}
#main .top {
	background-image: url(pics/main_topborder.jpg);
	height: 15px;
	width: 805px;
}
#main .left {
	background-image: url(pics/main_leftborder.jpg);
	width: 10px;
}
#main .right {
	background-image: url(pics/main_rightborder.jpg);
	width: 10px;
}
#main .bottom {
	background-image: url(pics/main_bottomborder.jpg);
	height: 15px;
	width: 805px;
}
#main .content {
	background-color: #D2D2BA;
	width: 785px;
	font-family: Arial;
	font-size: 14px;
}
#main .content a {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
#main .content h1 {
	font-size: 24px;
	padding: 0px;
	margin-bottom: -10px;
}
#main .content h2 {
	font-size: 18px;
}
#main .content .header2 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

ul {
	list-style : none;
	margin : 0px 0px;
	padding : 0px 10px;
}

.treemenu {
	margin : 0px 5px;
	padding : 0px;
	list-style : none;	
	background-color : #EEE;
	border : 1px solid #000;
	width : 187px;
}

.treemenu UL {
	list-style : none;
	margin : 0px 5px;
	padding : 0px 5px;
}

.treemenu LI {
	display : inline;
}

.treemenu A {
	display : block;
	padding-left : 12px;
	text-decoration : none;

}

.treemenu .treeopen {
}		

.treemenu .treeclosed {
}