@CHARSET "UTF-8";

body {
	background: #330000;
	font-family: verdana;
	color: #e5d08a;
	font-size: 11px;
	margin: 0px;
}

a:hover {
	color: #a0522c;
}
#root {
	margin: 30px auto;
	width: 800px;
	background: #7d0300;
	padding: 0px;
}
#l_head {
	width: 522px;
	height: 100px;
	display: block;
	float: left;
}
#l_head img {
	display: block;
}
#r_head img {
	display: block;
}
#r_head {
	width: 278px;
	height: 100px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#left {
	width: 522px;
	height: 278px;
	background: #660000 url('img/bg.png');
	float: left;
	display: block;
	overflow-y: scroll;
}
#right_full {
	width: 278px;
	height: 380px;
	float: left;
	display: block;
	background: #7d0300;
}
#left_full {
	
	height: 380px;
	float: left;
	display: block;
}
#left p {
	margin: 20px;
}
a {
	font-size: 10px;
	text-decoration: underline;
	color: #e5d08a;
}

#right {
	width: 278px;
	height: 277px;
	float: left;
	display: block;
}
#right img {
	display: block;
}
#right p {
	margin: 10px;
}
#right_bg {
	background: url('img/index_logo.png');
	display: block;
	height: 400px;
	width: 462px;
	float: left;
	margin: 0px;
	position: relative;
	
}
#right_bg p {
	position: absolute;
	bottom: 2px;
	margin: 0 0 0 10px;
	display: block;
}
#right_bg a {
	text-decoration:none;
	font-size: 11px;
}
#right_bg br {
	line-height: 8px;
}
#spacer {
	
	clear: both;
	background: #a0522d;
	padding: 1px;
	margin: 0px;
}

#foot {
	background: url('img/foot.png');
	width: 800px;
	height: 20px;
	color: #000;
	line-height: 16px;
	display: block;
}
#foot p {
	margin: 0 0 0 20px;;
	padding: 0px;
}
#foot a {
	color: #000;
	text-decoration: none;
}
#foot a:hover {
	color: #a0522c;
	text-decoration: underline;
}
h1 {
	margin: 10px;
	color: #fff;
	font-size: 12pt;
}
table {
	margin: 20px;
	width: 500px;
}


.item{
  /*width: auto;740px; */
  height:160px;
  padding: 8px;
  margin: 8px;
  border-style:solid;
  border-width:2px;
  border-color: #E5D08A;
}


#main{
  margin: 10px;
}


hr {width: 482px; color: #aa4936; background-color: #aa4936; border: 0px; height: 2px;}

