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

html, body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    background: url("right-sidebar-back.gif") repeat-y top right;
}

div#container {
    height: 100%;
    height: auto !important;
    min-height: 100%;
    margin-bottom: -100px;
    background: url("left-sidebar-back.gif") repeat-y top left;
}

div#header {
	height: 220px;
	border-bottom: 1px solid #000;
	padding-top: 50px;
	padding-bottom: 65px;
	background-color: #000066;
	width: 100%;
}

div#body {
    overflow: hidden;
    height: 100%;
}

/* IE6 Fix */
* html div#body {
    overflow: visible;
}

div#content {
	margin: 50px 300px 0px 300px;
}

div#left-sidebar {
	width: 260px;
	float: left;
	margin-top: 45px;
	background-color: #FFFFFF;
}

div#right-sidebar {
	width: 260px;
	float: right;
	margin-top: 45px;
	background-color: #FFFFCC;
}

div#footer-push {
    height: 100px;
}

div#footer {
	height: 100px;
	border-top: 1px solid #000;
	padding: 20px;
	background-color: #CCCCCC;
}

