html {
  height: 100%;
}

body {
	background-color: #ede5de;
  font-family: "Trebuchet MS", serif;
  font-size: 13px;
	background-image: url('/imags/bbg.gif');
	background-position: center;
	background-repeat: repeat-y;
	color: #7c5b3e;
	width: 960px;
	position: relative;
	margin: 0 auto;
	padding:0;
	min-height: 100%;
}

* html body {
  height: 100%;
}

a {
  color:#423122;
}

a:hover {
  color: #FF6600;
}

a img {
  border:0;
}

h1 {
  font-size: 16px;
	padding:0;margin:0;
}

p {
  margin:0;padding:0;
	margin-bottom: 12px;
}

#related h2 {
  font-size: 15px;
	padding:0;margin:0;
	margin-bottom: 10px;
}

#container {
  overflow: hidden;
	width: 100%;
	position: relative;
	padding-bottom: 65px;
}

#leftcolumn {
  float: left;
	width: 160px;
	margin-left: -760px;
	margin-top: 10px;
}

* html #centercolumn {
	margin-left: 80px;
}

#centercolumn {
  float: left;
	width: 600px;
	margin-left: 160px;
}

#rightcolumn {
  float: right;
	width: 200px;
	text-align: left;
	margin-top: 10px;
}

#heading {
	position: relative;
	text-align: center;
	padding-top: 10px;
}

#artticle {
	background-image: url('/imags/corner.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #f9e8d9;
	text-align: left;
	padding: 10px;
	margin: 10px;
	padding-bottom: 1px;
}

#artt2 {
	text-align: center;
	padding: 10px;
}

#footer {
	background-image: url('/imags/footerbg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	padding-top: 5px;
	clear: both;
	text-align: center;
	font-size: 11px;
}

#h1art {
  float: left;
	width: 510px;
	margin-left: 40px;
}

* html #h1art {
	margin-left: 20px;
}

#postdate {
  float: left;
	width: 40px;
	height: 47px;
	background-color: #bea288;
	text-align: center;
	margin-left: -560px;
	margin-right: 10px;
	color: #fff6ef;
}

#f22 {
  font-size:20px;
}

#article {
  clear: both;
	padding-top: 10px;
}

#article a {
	font-weight: bold;
}

#subheader {
	font-size: 11px;
  font-family: Arial, Helvetica, sans-serif
}

#subheader a {
  color: #CC3300;
	font-weight: bold;
}

#subheader a:hover {
  color: #FFCC00;
	background-color: #220000;
	text-decoration: none;
}

.dots {
	font-size: 1px;
  background-image: url(/images/dots.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 11px;
}

.rhead {
	margin:0;
	padding: 3px;
  background-color: #624226;
	color: #F5F5F5;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}

.whiteb {
	border-top: 1px solid #AAAAAA;
	padding: 6px;
	margin-bottom: 10px;
/*	background-color: #fff6ef; */
	text-align: left;
}

ul, li {
	font-size: 12px;
  margin:0;
	padding: 0;
	width: 100%;
}

li {
  border-bottom: 1px dotted #d0d0d0;
	list-style: none;
	padding: 3px 0;
}

#related {
  padding: 10px;
	margin: 10px;
	text-align: left;
}

#counter {
	position: absolute;
	bottom: 10px; right: 0;
	width:31px;height:31px;
	overflow:hidden;
}

#bgrad {
  width: 560px;
	margin: 0 auto;
	background: #f7b9a3 url(/images/bgrad.gif) repeat-x;
	border: 1px solid #e7a38c;
	padding: 8px;
	margin-top: 10px;
	color: #000000;
}

