* html #content-box {
	height: 480px;
}

body {
	font: normal 12px arial;
	color: #666;
	background-color: #6F0F0F;
	background-image: url("../images/backer.jpg");
	background-repeat: repeat-x;
	padding:0;
	margin:0;
}

div#container {
	padding: 0px;
	width: 1000px;
	background-image: url("../images/container.jpg");
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	
}
a {
	color: #6F0F0F;
	text-decoration: none;
}

a:hover {
	color: #6F0F0F;
	text-decoration: underline;
}

div#head-pad {
	height: 18px;
}

div#body-wrapper {
	width: 850px;
	margin-left: 75px;
}

div#header {
	width: 850px;
	height: 205px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
}

div#header-bottom {
	width: 850px;
	height: 20px;
	background-image: url("../images/header_bottom.gif");
	background-repeat: no-repeat;
}

h1#sitename {
	margin:0;
	width: 560px;
	height: 91px;
	text-indent: -1800px;
	display: block;
}

h1#sitename a {
	color:#ccc;
	width: 560px;
	height: 91px;
	display: block;
}

div#content {
	width: 850px;
	background-color: #ECE9D8;
	clear: both;
}

div#column-left {
	width: 230px;
	display: inline;
	float: left;
}

div#column-right {
	width: 595px;
	display: inline;
	float: right;
}

div#footer {
	width: 850px;
	height: 33px;
	background-image: url("../images/footer.gif");
	background-repeat: no-repeat;
}

div#content-top {
	width: 606px;
	height: 16px;
	margin-top: 17px;
	background-image: url("../images/content_top.jpg");
	background-repeat: no-repeat;
}

div#content-box {
	background-color: #fff;
	min-height: 480px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	background-image: url("../images/content_back.gif");
	background-repeat: repeat-y;
	line-height: 1.6;
}

div#content-box p {
	margin-top: 0px;
}

div#copy {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: right;
	font-size: 10px;
	color: #B75B00;
}

a.astarna {
	font-size: 10px;
	color: #B75B00;
	text-decoration: none;
}

a.astarna:hover {
	text-decoration: underline;
}

div.header {
	text-align: center;
	margin-bottom: 12px;
}

div.header h1 {
	margin-top: 0px;
	margin-left: -8px;
	text-align: center;
	color: #701010;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 8px;
}

.red {
	color: #6F0F0F;
}

div.entry {
	clear: both;
	margin-top: 10px;
}

div.entry img {
	padding: 5px; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #eaeaea;
	clear: both;
}
div.img-container {
	width: 170px;
	text-align: center;
	float: left;
}