/* PAGE BASE LAYOUT (MAIN PAGE CONTAINERS) */
/* SEE ALSO PAGE_BANNER_1.CSS */
/* SEE ALSO PAGE_BANNER_2.CSS */
/* SEE ALSO PAGE_MENU_TOP.CSSS */
/* SEE ALSO PAGE_BASE.CSS */
/* SEE ALSO PAGE_FOOTER.CSS */

/* RESET BEGINS */
div /* ADDED */
{ 
margin:0px; 
padding:0px;
}
/* RESET ENDS*/

/* PAGE SHELL (PRIMARY CONTAINER) BEGINS */
div.page_shell
{
width: 780px;
min-width: 12.00em;
background-color: transparent;
margin-left: auto;
margin-right: auto;
}
* html div.page_shell
{
text-align: left;
}
/* PAGE SHELL (PRIMARY CONTAINER) ENDS */

/* PAGE CORE (PRIMARY CONTAINER INNER BORDER) BEGINS */
div.page_core
{
padding: 10px 10px 10px 10px;
}
/* PAGE CORE (PRIMARY CONTAINER INNER BORDER) ENDS*/

/* PAGE HEIGHT CONTROL (3 COLUMN LAYOUT) BEGINS */
div.page_height_control 
{
background-color: transparent;
height: 100%; 
clear:both; /* ADDED*/
}
* div.page_height_control 
{
height: auto;
}
/* PAGE HEIGHT CONTROL (3 COLUMN LAYOUT) ENDS */

/* PAGE HEADER (BANNER_1, BANNER_2, AND MENU_TOP CONTAINER) BEGINS */
div.header /* ADDED */
{
background-color: transparent; /* ADDED */
width: 100%;  /* ADDED */
float:left; /* ADDED */
clear: both; /* ADDED */
margin-bottom:10px; /* ADDED */
height: auto; /* ADDED */
}
/* PAGE HEADER (BANNER_1, BANNER_2, AND MENU_TOP CONTAINER) ENDS */

/* MENU SIDE BEGINS */
div.menu_left
{ 
float:left;
width: 168px;
background: url(../_img/backgrounds/bg_galaxy_light_2.jpg) repeat-y top center;
background-color: #36C;
padding: 5px 0px 0px 0px; /* ADDED */
min-width: 9.0em;
}

/* MENU SIDE ENDS */

/* PAGE CONTENT SHELL (PAGE CONTENT CORE OUTER BORDER) BEGINS */
div.page_content_shell 
{
background: url(../_img/backgrounds/bg_galaxy_dark.jpg) repeat center center;
background-color: #36C;
padding: 5px 5px 2px 5px;
margin-left: 168px;
margin-right: 0px;
}
* html div.page_content_shell 
{
margin-left: auto;
margin-right: auto;
}
/* PAGE CONTENT SHELL (PAGE CONTENT CORE OUTER BORDER) ENDS */

/* PAGE CONTENT CORE (EDITABLE TEXT REGION) BEGINS */
div.page_content_core
{ 
padding: 9px;
padding-top: 18px; /* CHANGED FROM 9px */
padding-bottom: 0px; /* CHANGED FROM 9px */
padding-left: 23px; /* CHANGED FROM 9px */
padding-right: 23px; /* CHANGED FROM 9px */
min-height: 1525px;
min-width: 9.5em;
border: solid #036 1px; 
}
div.page_content_core:after 
{
content: ""; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
}
/* PAGE CONTENT CORE (EDITABLE TEXT REGION) ENDS */
