body, h1, h2, h3, h4, h5, h6 {
	margin:0px; 
	padding:0px; 
}
body { 
	color: #000000; 
	font-size: 15px;
	font-family: arial,helvetica,sans-serif;
	background: #5a4024 url('../images/tile.jpg');
}
table { 
	border-collapse:collapse;
	padding:0px;
}
img {
	border:0px;
}
input, textarea {
	background: #e5d0ac url('../images/textarea.jpg');;
	border: 1px solid #120902;
}
a:link,a:active {
	color: #551100;
}
a:visited {
	color: #331100;
}
a:hover {
	color: #000000;
}
.wrapper {
	width:950px;
	margin: 0 auto;
}
.banner {
	width:950px;
	height: 140px;
}
.core {
	width:950px;
	height: 550px;
	border: 0;
	background: url('../images/paper.jpg') 50px 0 repeat-y;
}
.col_left {
	width: 55px;
	background: url('../images/left.jpg') top left no-repeat;
	vertical-align:top;
}
.col_center {
	width: 700px;
	padding: 0 10px;
	vertical-align:top;
}
.col_right {
	width: 175px;
	background: url('../images/right.jpg') top left no-repeat;
	vertical-align:top;
}
.foot {
	height: 65px;
	background: url('../images/foot.jpg') top left no-repeat;
	padding: 12px 290px 0 110px;
	font-size: 11px;
	text-align:center;
}