/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, html body {
	height:100%;
}

img {
	border-width: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	padding-bottom: 12px;
}

.clearfix {display: inline-table;}

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

body {
	background: #827563 url(../img/bg.png) repeat-x top left;
}

#container {
	margin: 0 auto;
	width: 742px;
	background: transparent url(../img/dropshadow.png) repeat-y top left;
	height: 650px;
}

#content {
	padding: 0 23px;
}

#footer {
	background: transparent url(../img/footershadow.png) no-repeat top left;
	height: 36px; width: 742px;
	margin: 0 auto;
}
