﻿body {
	padding: 0;
	margin-left: 20px;
	background-color: white;
}

#container {
	width: 958px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

#content
{
    /* clears space for header */
     position:absolute;
     top: 92px;
     width: 958px;
}
#contentplaceholder
{
    position:relative; 
    top:25px;
    z-index:1;
}

#menu
{
    position:absolute; /* absolute */
    top:0px;/* 20px */
    z-index:2;
}

#divbelowmenu
{
    position: relative; 
    top: 3px; 
    height: 3px;
    width: 956px;
    line-height:1px; /* IE 6 */
}

#divbelowmenuleft
{
    height: 80px;
    width:227px;
    float:left;
    
}

#divbelowmenuright
{
    width:712px; 
    height:80px; 
    position:absolute; 
    left:243px;
}

#contentdiv
{
    position:relative; 
    clear:both; 
    top:5px;
    width: 956px;
}

#header
{
    width: 958px;
    height:91px;
    background-image: url(../assets/banner.jpg);
    position:absolute; 
    top:0px;
    background-repeat:no-repeat; /* stop IE6 background repeat */
    z-index: 3;
}

#defaultmaintext /* Content locator on default.aspx */
{
   position:absolute;
   top: 375px;
}




#mediacontent
{
   position:absolute; 
   top: 12px; 
   width: 956px; 
   height: 360px
}


#footer 
{
    height: 20px;
    width: 958px; /* IE6 will not render correctly if removed */
    clear: both; /* Added to clear divs on default.aspx */
}

