html,body {
	font: 11px Verdana, sans-serif;
	color: #45392B;
	background: url(images/bg.jpg) repeat-x;
	background-color: #8F7A5F;
	margin:0 auto;
}
img {
	border:none;
}
div.clear {
	clear:both;
}
#container {
	width:790px;
}
#main {
	background:url(images/slice.jpg);
	width:790px;
}
#top {
	height:100px;
	width:790px;
}
#left {
 	width:200px;
 	float:left;
	background:url(images/left_slice.jpg);
}
#left_top {
	height:288px;
	background:url(images/bg_left.jpg);
}
#in-left {

}
.button {
	background:none;
	padding: 0px 0px 3px 0px;
}
#right {
	float:right;
	width:590px;
}
#in_right {
	background:url(images/bg2.jpg) no-repeat;
	display:table;
}
#post {
	width:530px;
	padding:20px 40px 0px 20px;
	margin:0px;
}
#footer {
	background:url(images/footer.jpg);
	width:790px;
	height:55px;
}
#in_footer {
	font-size:9px;
	width:570px;
	padding:15px 0 0 200px;
	text-align:center;
	color: #948f88;
}
#in_footer a {
	color: #948f88;
}
#tenpoint td {
font-size:10px;
}
/* Paragraphs */

p {
	line-height: 16px;
}
p.center {
	text-align: center;
}

/* Headers */

h1 {
	font: 16px Arial;
	color: #45392B;
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:1px solid #45392B;
}
h2 {
	font: 14px Arial;
	color: #45392B;
	font-weight: bold;
}

/* Links */

li {
	line-height: 16px;
}
blockquote {
	color:#cacbc4;
}
hr {border: none 0;
border-top: 1px dashed #BCBBA9;/*the border*/
margin-left: 24px;
width:478px;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
ul {
	margin-left: 4px;
	padding-left: 12px;
}
td p {
	font-size:10px;
}