body {
	background-color: #f2efdf;
	font-family:  Arial, sans-serif;
	margin: 15px;
}

a:link { 
	text-decoration: none; 
	color:#000000; 
	border: 0;
}
a:visited { 
	text-decoration: none; 
	color:#000000; 
	border: 0;
}
a:active {
	text-decoration: none; 
	color:#000000; 
	border: 0;
}
a:hover { 
	text-decoration: none; 
	color:#000000;
	background-color:#999999;
	border: 0;
}

td {
	padding-right: 15px;
}



#menu  {
	background-color: #ECE9D8;
	float: left;
	width: 250px;
}

#menu  td {
	font-weight: bold;
}



.main {
	background-color: #ECE9D8;
	margin: 0px 0px 0px 260px;
	padding: 0px;
	spacing: 0px;
}

.t {background: url(border1.gif) 0 0 repeat-x;}
.b {background: url(border1.gif) 0 100% repeat-x}
.l {background: url(border2.gif) 0 0 repeat-y}
.r {background: url(border2.gif) 100% 0 repeat-y} 
.bl {background: url(corner-bl.gif) 0 100% no-repeat;}
.br {background: url(corner-br.gif) 100% 100% no-repeat; padding:10px}
.tl {background: url(corner-tl.gif) 0 0 no-repeat;}
.tr {background: url(corner-tr.gif) 100% 0 no-repeat;} 


.button {
	line-height: 36px;
	color: #000000;
	text-align: center;
	background-image: url(button.gif);
    	background-repeat: repeat-x; 
	height: 36px;
	cursor: pointer;
}
.button-hover {
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	background-image: url(button-hover.gif);
    	background-repeat: repeat-x; 
	height: 36px;
	cursor: pointer;
}
.button-hover a, .button-hover a:hover {
	color: #ffffff;
	background-color:transparent;
}