/* css controlling layout defaults modify these in overrides or local */
/*   */
html, body {
	width:100%;
	height:100%;
	background-color:#dadfc1;
	background-image:url(/images/backgrounds/bodyBackground.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px;
}
#footer {
width:960px;
background-color:#dadfc1;
}

#container {
margin-left:auto;
margin-right:auto;
width:960px;
background-color:trasnsparent;
}

#containerTop {
width:960px;
height:0px;
}

#containerTopLeft {
width:0px;
height:0px;
}

#containerTopRight {
width:0px;
height:0px;
}

#containerMiddle {
background-color:#ffffff;
}

#containerLeft {
width:0px;
background-color:transparent;
}

#containerRight {
width:0px;
background-color:transparent;
}

#containerBottom {
width:960px;
height:0px;
background-color:transparent;
}

#containerBottomLeft {
width:0px;
height:0px;
background-color:transparent;
}

#containerBottomRight {
width:0px;
height:0px;
background-color:transparent;
}



#hNav {
width:960px;
height:39px;
}

#bodyContent {
}



#sidebarRight {
}


