body{
	background:#d4d0b3 url(img/bg.png) no-repeat;
	color:#000000;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}
a:link, a:visited, a:active {
	color:#666666;
	text-decoration:underline;
}
a:hover {
	color:#ba131a;
	text-decoration:underline;
}

h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
}

.wrapper {
	width:860px;
	margin:0 auto 0 auto;
}
.header {
	width:860px;
	height:100px;
	background:#820000 url(img/header.png) no-repeat;
}
.navi {
	/*width:858px;*/width:860px;
	height:23px;
	background:#000000;
	/*border:1px solid #000000;*/
}
.navi ul {
	width:400px;
	height:23px;
	margin:0 auto 0 auto;
	list-style:none;
}
.navi ul li {
	width:100px;
	height:23px;
	float:left;
	display:inline;
}
.navi ul li a {
	width:100px;
	height:20px;
	display:block;
	padding:3px 0 0 0;
	background:#000000;
	color:#d4d0b3;
	text-decoration:none;
	text-align:center;
	font-weight:bolder;
}
.navi ul li a:hover {
	background:#d4d0b3;
	color:#000000;
	text-decoration:none;
}
.navi ul li a:active {
	background:#f2f0e6;
	color:#000000;
	text-decoration:none;
}
.content {
	width:852px;
	background:#f2f0e6;
	/*border:1px solid #666666;*/
	border-top:none;
	padding:4px;
}
.footer {
	width:860px;
	background:#820000;
	padding:2px 0 2px 0;
	color:#e8e5d3;
	text-align:center
}

.brand_container {
	border:1px solid #666666;
	margin:6px 6px 10px 6px;
	padding:5px;
}
.brand_title {
	color: #ba131a;
	font-size: 18px;
	font-weight: bold;
}
.brand_title a, .brand_title a:link, brand_title a:active, brand_title a:visited {
	color: #ba131a;
	text-decoration: none;
}
.brand_title a:hover {
	color: #ba131a;
	text-decoration: underline;
}
.brand__body {
	
}
