/*
-ALIGNMENT: "Wrapper" ----------------------------------------------- 
*/
#wrapper {
background-color:#000000; /* Black */
width: 980px;
height: 560px;
margin: 0px 0px 0px 0px;
border: 1px solid #000;
}

.left {
  float: left;
}

.right {
  float: right;
}


/*
-ALIGNMENT: "Content Holder" ----------------------------------------------- 
*/

#contentHolder {
margin: 0px 0px 0px 0px;
width: 980px;
height: 560px;
background-color:#FFF; /* Black */
}


/*
-----ALIGNMENT: "Image Ban” (Ban) ----------------------------------
*/

#Ban {
position:absolute;
margin: 0px 0px 0px 0px;
width: 980px;
height: 100px;
background-color:#0000FF; /* White Background */
border: none;
}

/*
-----ALIGNMENT: "Horizontal Navigation” (Nav) ----------------------------------
*/

#Nav {
position:absolute;
margin: 100px 0px 0px 0px;
width: 980px;
height: 30px;
background-color:#0066FF;  /* Pale Blue Background */
border: none;
}

/*
----ALIGNMENT: "Main" ----------------------------------------------- 
*/

/* The Main display area (Container) for all subpages with background image! */

#Main {
margin: 0px 0px 0px 0px;
width: 980px;
height: 560px;
background-color:#CCFFFF; /* Pale Blue || Gold CC9933 */
}

/* The Home Page container acting as the base for the ".textblock" display */
#containerIndex { 
width: 980px; 
height: 560px; 
margin: 0px 0px 0px 0px;
background-color:#000000; /* Black */
}

/* The Sub-Page container acting as the base for the ".textblock" display (Homepage) */
#containerHome {
position:absolute; 
width: 980px; 
height: 430px; 
margin: 130px 0px 0px 0px;
background-color:#000000;
}

/* The Sub-Page container acting as the base for the ".textblock" display (Homepage) */
#containerSmall {
position:absolute; 
width: 980px; 
height: 470px; 
margin: 130px 0px 0px 0px;
background-color:#CCFFFF; /* Pale Blue */
}

/* The Textblock area [Foreground Text (Translucency)] for all of the larger display sub-pages */
#textblockSubSmall {
position:absolute;
width: 980px; 
height: 470px;
overflow:auto;
}

/* The Text settings (P) area for all of the larger display sub-pages */
#textblockSubSmall p {
margin: 14px 8px 14px 10px;
text-align:justify;
font-weight:none;
color:#000; /* Black Text */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}

/* Scroll Bar properties for sub-pages with large content */
#textblockSubSmall.scroll {
height: 470px;
overflow:auto;
margin: 0px 0px 0px 0px;
font-weight:bold;
}

/* The Sub-Page container acting as the base for the ".textblock" display */
#containerBig {
position:absolute; 
width: 980px; 
height: 600px; 
margin: 130px 0px 0px 0px;
background-color:#CCFFFF; /* Pale Blue || Gold CC9933 */
}

/* The Textblock area [Foreground Text (Translucency)] for all of the larger display sub-pages */
#textblockSubBig {
position:absolute;
width: 980px; 
height: 600px;
overflow:auto;
}

/* The Text settings (P) area for all of the larger display sub-pages */
#textblockSubBig p {
margin: 14px 8px 14px 10px;
text-align:justify;
font-weight:none;
color:#000; /* Black Text */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}

/* Scroll Bar properties for sub-pages with large content */
#textblockSubBig.scroll {
height: 600px;
overflow:auto;
margin: 0px 0px 0px 0px;
font-weight:bold;
}


/*
-----ALIGNMENT: "Horizontal Navigation” (Nav) ----------------------------------

#Ban {
margin: 0px 0px 0px 0px;
width: 950px;
height: 180px;
border: none;
}

