body {
	margin:0px auto;
	padding:0px;
	position: relative;
	background: #222 url('../shared_images/bg_beta.png');
	
}


#outer-container
{
	width: 984px;
   	margin: 0px auto 0 auto;
    	padding-top:40px;
    	color: #333;
    	
}

#header-container-outer
{
    width: 986px;
    background: url('../shared_images/header_bg.png') no-repeat left top;
    height: 67px;
    margin: 0;
    overflow: hidden;
    
}

#header-content {
    width: 255px;
    float: left;
    height: 1%;
    height: 69px;
    max-height: 69px;
    min-height: 69px;
    background:url('../shared_images/jorsek_logo.png') no-repeat 20px 9px;
}

#main-navigation-outer
{
    width: 700px!important;
    float: right;
    text-transform: uppercase;
    height:69px;
    padding-right:20px!important;
}



#content-container-outer
{
	
	background: #F5F5F5/* url('../shared_images/container_bg.png') no-repeat center top*/;
	min-height: 200px;
	width: 100%;
	
	border:1px solid #ccc;
	border-width:0px 1px;
}

#footer-container-outer
{
	width:100%;
	
        background: transparent url('../shared_images/footer_bg.png') repeat-x center top;
        height:431px;
        color:#fff;
        margin:0px;

}

#footer-container-inner
{

        width: 994px;
        margin: 0px auto 0 auto;
        padding-top:30px;
}



/* Non-structure elements */

.banner
{
	width:100%;
	padding:0;
	min-height:100px;
	display:block;
        border:1px solid #ccc;
        border-width:1px 0px;
        position:relative;
}


