html, body {
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 100%;
	
	background: url(../img/bg_header.jpg) top repeat-x #eeeeee;
	
	font-family: Helvetica;
	
	color: #1a171b;
	
	font-size: 12px;
}

img {
    border: none;
}

#container {
    width: 1024px;

    height: auto !important;
	height: 100%;

	min-height: 100%;
    
    margin: 0px auto;
}

#header {
    height: 126px;
    
    position: relative;
}

#home {
    position: absolute;
}

#coop {
    left: 717px;
    
    position: absolute;
}

#menu {
    width: 100%;
    height: 55px;
    
    margin: 0 0 0 78px;
    padding: 0;
    
    list-style: none;
    
    background: #ffffff;
}

#menu li {
    float: left;
    
    margin: 22px 47px 0 0;
    
    font-size: 18px; 
}

#content {
    height: auto !important;
    height: 100%;

    min-height: 100%;

    padding: 0 34px 0 34px;

    background: url(../img/bg_content.jpg) repeat-y;
}

#teaser {
    height: 234px;
}

#text {
    float: left;
        
    width: 640px;
    
    margin: 40px 0 0 43px;
}

#sidebar {
    float:left;

    margin: 40px 0 0 43px;
}

hr.clear {
    clear: both;
    
    visibility: hidden;
}

#footer {
    margin: 0 0 0 43px;
    padding: 0 0 19px 0;
    
    font-size: 10px;
}
