@charset "utf-8";
body {
	margin:0;
	background-color: #361B12;
}
body, td, th {
	color: #000;
}
h1, h2 { color: #000; }

h3, h4, h5, h6 {
	color: #361B12;
	line-height:25px;
}
p {color:#361b12;}

a { color: #333;
	font-weight: bold;
}
#wrapper {
	top:0;
	width: 1000px;
	height: 1590px;
	background-color: #6F3724;
	margin: 0 auto;
	position:relative;
}
header {
	width: 975px;
	height: 177px;
	padding: 0;
	background-color: #F1E7DA;
	margin-top: 7px ;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 12px;
}
aside {
	background-color: #F1E7DA;
	margin-top: 0;
	margin-left: 12px;
	width: 250px;
	height: 1320px;
	float: left;
	border: thin none #999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
article {
	background-color: #F1E7DA;
	width: 700px;
	height: 1322px;
	float: left;
	margin-left: 7px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	text-align: center;
	
}
#footer {
	background-color: #F1E7DA;
	text-align: center;
	float:left;
	width: 975px;
	height: 60px;
	margin: 10px 12px;
}
.textcenter { text-align:center;}
.textleft { 
	text-align:left;
	line-height:20px;
}
	
