@charset "utf-8";
/* CSS Document */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#header {
	margin:0 auto;
	position:relative;
	background-image:url(../images/main_header.jpg); background-repeat:no-repeat;
	width:793px; height:210px;
}

#main-body {
	margin:0 auto;
	position:relative;
	background-image:url(../images/body_bg.jpg); background-repeat:repeat-y;
	width:793px;
}

#copy {
	float:left;
	display:inline;
	width:425px;
	padding:25px 0 25px 44px;
}

#sidebar {
	float:right;
	display:inline;
	clear:right;
	width:200px;
	background-color:#dfeef4;
	padding:25px; 
	margin:25px 30px 0 0;
}

#sidebar.bottom {
	float:right;
	clear:right;
	width:200px;
	background-color:#dfeef4;
	padding:25px; 
	margin:25px 30px 25px 25px;
}

/** Footer
*******************************/

#footer-image {
	margin:0 auto;
	background-image:url(../images/footer_bg.jpg); background-repeat:no-repeat;
	height:6px; width:793px;
}

#footer {
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}