body {
	margin: 0;
	padding: 0;
	background-image:url(bg.jpg);
}
body, div, tr, td, th, dl, dt, dd, li, ul, ol, p, a, h2, h3, h4, h5, h6, b, i, input, select, option, optgroup, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.leftbg {
	background-image: url(images/left_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 13px;
}
.rightbg {
	background-image: url(images/right_bg.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 13px;
}
.topbg {
	background-image: url(images/top_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 13px;
}
.bottombg {
	background-image: url(images/bottom_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 13px
}
#leftlink a:link, #leftlink a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	background-image: url(images/main_linksbg.png);
	background-repeat: no-repeat;
	height: 28px;
}
.links {
	padding: 5px 0 0 34px;
}
#leftlink a:hover{
	text-decoration: none;
	background-image: url(images/main_linksbg_over.png);
	background-repeat: no-repeat;
	color: 595959;
}
h1 {
	color: #4C2611;
	font-size: 20px;
	font-weight: normal;
}
#dimsum {
	color: #4C2611;
	padding: 0 0 0 5px;
	line-height: 20px;
}
#readmore {
	font-size: 11px;
	text-align: right;
	padding-right:5px;
	margin: 0;
}
#readmore a:link,
#readmore a:active,
#readmore a:visited {
	color: #A80B11;
	text-decoration: none;
}
#readmore a:hover {
  text-decoration: underline;
}
#footer {
	background-color: #33140B;
	padding: 5px 0;
	text-align: center;
	color: #FFFFFF;
	height: 24px
}
