@charset "utf-8";
/* CSS Document */

/*
The properties for the shell_contents div are defined in the shell.css folder.  Only define the background color here because the
color will change from one page to another.  So the background color and/or image must be defined in the page-specific style sheets.
*/
div#home {
    width: 100%;
}
#contentContainer{
	margin-bottom:20px;	
}
div#content {

}

