@charset "UTF-8";

#header {
	position: relative;
	width: 950px;
	height: 70px;
}

#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	position: relative;
	clear: none;
	float: left;
	width: 950px;
	z-index: 100;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#sidebar {
	background-color: #999999;
	float: left;
	width: 300px;
	position: relative;
	z-index: 50;
}
	
#footer {
	clear: both;
	height: 70px;
	background-image: url(../images/img_footer_grey.jpg);
	background-repeat: repeat-x;
}
#main_home {
	float: left;
	width: 950px;
	position: relative;
	z-index: 50;
	background-color: #990000;
	background-repeat: repeat;
	padding: 0px;
	background-image: url(../images/background_home.jpg);
}
#main_full {
	float: left;
	width: 950px;
	position: relative;
	z-index: 50;
}

#header_logo {
	position: relative;
	width: 950px;
	height: 135px;
	background-image: url(../images/img_logo_home_01.png);
	background-repeat: no-repeat;
}
