body{
	margin: 0px;
	padding: 0px;
	background-color: #3F2D21;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
body,td,div,p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3F2D21;
}
h1,h2,h3,h4{
	margin: 0px;
	padding: 0px;
}
h3{
	font-size: 16px;
}
h2{
	font-size: 17px;
}
h1{
	font-size: 18px;
}
hr{
	background-color: #3F2D21;
	color: #3F2D21;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: underline;
	color: #3F2D21;
}
a:hover{
	text-decoration: none;
}
a img{
	border: 0px;
}
/*panels*/
a.apanel{
	display: block;
	cursor: hand;
	width: 111px;
	height: 85px;
	background-image: url(images/panel.gif);
	background-repeat: no-repeat;
	text-align: center;
}
.apanel img{
	vertical-align: middle;
	margin-top: 27px;
}
/*panels end*/

/*angles*/
.angle{
	background-image: url(images/angles.gif);
	background-repeat: no-repeat;
	height: 54px;
}
/*angles end*/
.topnbot{
	background-image: url(images/top_n_bottom.gif);
	background-repeat: repeat-x;
	height: 54px;
}
.listik{
	background-color: #F6EDE0;
	background-image: url(images/list_bg.gif);
	background-repeat: repeat;
	overflow: visible;
}