* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	vertical-align:text-bottom;
}
a {
	color:#776C53;
}
body {
	height: 100%;
	background: #CAC1B5;
}
#body {
	margin: 50px auto;
	width:808px;
	background: url(UI/body_bg.png) repeat-y center;
	height: 100%;
}
#body #header {
	width: 800px;
	margin: 0px auto;
}
#body #container {
	width: 760px;
	margin: 20px;
}
#body #container #left_content {
	width: 375px;
	float: left;
	display: inline;
}
#body #container #right_content {
	width: 375px;
	float: right;
	display: inline;
}
p {
	font-size: 13px;
	margin: 15px 0px;
	line-height: 125%;
	color: #333333;
}
li {
	font-size: 13px;
	margin: 5px 0px;
	line-height: 125%;
	color: #333333;
}
h2 {
	color: #330000;
	margin: 10px 5px;
	font-size: 18px;
}
#body #footer {
	width: 800px;
	clear: both;
	margin: 0px auto;
}
.boder {
	border: 1px solid #330000;
}
.boder p {
	font-size: 13px;
	margin: 5px 15px;
	color: #330000;
}
