html,body {
	font: 11px Trebuchet MS, Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
	background: url(images/bg.jpg);
}
img {
	border:none;
}

/* DIVs */

div.clear {
	clear:both;
}
#container {
	display: table;
	width:766px;
	margin: 0 auto;
	text-align:center;
	background: url(images/slice.jpg);
}
#header {
	display: table;
	width:746px;
	margin: 0 auto;
	text-align:right;
	height:121px;
	background: url(images/top.jpg);
}
#search {
	margin: 4px 0 0 0;
}
#body {

	width:746px;
	margin: 0 auto;
	text-align:center;
}
#left {
	float:left;
	width: 517px;
	text-align:left;
	padding: 6px 0 6px 0;
}
.post {
	width:498px;
	margin-left:10px;
}
.post img {
	padding-right:6px;
	padding-left:6px;
}
#right {
	float:right;
	width:228px;
	text-align:left;
}
div.module-content {
	margin: 5px;
}

#bottom {
	background: url(images/bottom.jpg);
	width:746px;
	height:37px;
}
#footer {
	display: table;
	width:766px;
	height:23px;
	margin: 0 auto;
	text-align:center;
	background: url(images/footer.jpg);
}
.module-content li {
	color:#898873;
}
/* Spans */

.module-header {
	background: url(images/module-header.jpg);
	font-size:12px;
	font-weight:bold;
	padding: 2px 0 0 10px;
	color: #6C6B57;
	margin-left:2px;
	width:215px;
}

/* Paragraphs */

p {
	text-align: justify;
	line-height: 16px;
}
p.right {
	text-align:right;
	color:#aaa;
	font-size:10px;
}
p.date {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight:bold;
}

/* Headers */

h1 {
	font: 15px Trebuchet MS, Arial;
	font-weight: bold;
	margin: 6px 0 0 0;
}
h2 {
	font: 14px Trebuchet MS, Arial;
	font-weight: bold;
}
h3 {
	font: 12px Trebuchet MS, Arial;
	font-weight: bold;
}


/* Links */

/* Misc */

blockquote {
	margin: 0px 2em;
	padding: 1em;
	margin-bottom: 1em;
}

ul {
  margin:0 0 0 1.4em;
  padding:0 0 0 0;
}

input {
	color: #BEBFA0;
	background-color: #FFFFED;
	border: 1px solid #BBBAA8;
	font-weight: bolder;
	font-size: 12px;
}
a {
	color:#898873;
}
a:hover {
	color:#000;
}
a:visited {
	color:#4D4B40;
}