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

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

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


div#body-wrapper {
	width: 900px;
	background-image: url("../images/backer.gif");
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

div#footer {
	text-align: right;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
}

div#footer-info {
	position: relative;
	top: 10px;
	left: 10px;
	float: left;
}

div#footer-info-history {
	position: relative;
	top: 10px;
	float: left;
	width: 500px;
	text-align: left;
}

div#header {
	width: 880px;
	height: 332px;
	padding-bottom: 7px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
}


h1#sitename {
	margin:0;
	width: 210px;
	height: 306px;
	text-indent: -4800px;
	display: block;
}

h1#sitename a {
	color: #000;
	width: 210px;
	height: 306px;
	display: block;
}

div#nav {
	width: 880px;
	height: 34px;
	padding-bottom: 7px;
}

div#content-box {
	border: 1px solid #454545;
	width: 838px;
	background-color: #000;
	color: #CCC;
	min-height: 300px;
	padding: 20px;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}


div#copyright {
	text-align: right;
	color: #CAC8C8;
}

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

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


div#column1 {
	width: 361px;
	float: left;
	padding-right: 10px;
	border-right: 1px solid #666;
	margin-top: -10px;
}

div#column2 {
	width: 236px;
	height: 240px;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #666;
	margin-top: -10px;
}

div#column3 {
	float: right;
	width: 193px;
	height: 240px;
	padding-left: 10px;
	margin-top: -10px;
}

img.border {
	padding: 5px; 
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #333;
}

a {
	color: #ffcc00;
	text-decoration: none;
}

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