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

#background
{
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0;
}

#header_menu {
	background-image: url(../images/headerback.jpg);
	background-repeat: repeat-x;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1; }
 
#sidebar {
	left: 0;
	background-color: #000;
	background-repeat: repeat-y;
	margin: 0;
	position: absolute;
	top: 25px;
	bottom: 0;
	left: 10;
	padding: 5px;
	height: auto;
		}
 
#footerbox {
	background-image: url(../images/footerback.jpg);
	background-repeat: repeat-x;
	position: absolute;
	bottom: -4px;
	width: 100%;
	margin: 0;
	}

#featurebox {
	margin: 2px;
	background-color:#000;
	position:absolute;
	left: 263px;
	top: 15px;
	width: 316px;
	height: 165px;
}
