@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color:#7E6758;
}
#headWrapper{
    width:100%;
	height:90px;
	background:#382E28;
	border-bottom:1px solid #7E6758;
}
.bar{
    width:100%;
	height:35px;
	background:#150E08;
}
.bar .txt{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
a{
    color:#999999;
	text-decoration:none;
}
a:hover{
    color:#FFFFFF;
}
#content{
    width:100%;
	height:500px;
	margin:0 auto;
	background:#514338;
	color:#CCCCCC;
}
.tableContent{
    width:800px;
	margin:0 auto;
}
#footer{
    border-top:1px solid #7E6758;
    width:100%;
	padding-top:20px;
}