* 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;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url("../images/sliver.jpg");
}

div#body-wrapper {
	width: 899px;
	margin-right: auto;
	margin-left: auto;
}

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

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

h1#sitename a {
	color:#FFFFFF;
	width: 628px;
	height: 75px;
	display: block;
}

h2 {
	font-size: 18px;
}

div#footer {
	width: 899px;
	height: 90px;
	background-image: url("../images/footer.jpg");
	background-repat: no-repeat;
}

div#content-box {
	background-color: #fff;
	min-height: 300px;
	width: 879px;
	padding-left: 10px;
	padding-right: 10px;
}

div#main {
	width: 899px;
	height: 302px;
	background-image: url("../images/main.jpg");
	background-repeat: no-repeat;
}

div#column-left {
	width: 608px;
	padding-top: 10px;
	float: left;
	
}

div#column-right {
	width: 270px;
	float: right;
}

div.content-pad {
	padding: 10px;
}

div#copyright {
	margin-left: 700px;
	margin-top: 80px;
	position: absolute;
	padding-bottom: 10px;
}

.caption {
	font-size: 10px;
}

a {
	color: #CC6600;
}


div#navigation {
	margin-top: 288px;
	margin-left: 14px;
	position: absolute;
}

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