html {height: 100%; margin: 0; padding: 0; font-family: helvetica, arial, geneva, sans-serif; background-color: black;}
body {height: 100%; margin: 0; padding: 0; text-align: center; color: white;}
h1 {margin-bottom: .2em; font-size: 1.5em; text-align:left;}
h2 {margin-bottom: .2em; font-size: 1.25em; text-align: left;}
p {margin-top: 0; line-height: 1.5em; margin-bottom:1.5em; font-size: 1;}
li {margin-top: 0; margin-bottom:1.5em; font-size: 1.25em;} 

  /*******************************************************************
   ****                   Basic Screen Divs                       ****
   *******************************************************************/

#Container1 {position: absolute; top: 100px; left: 0; bottom: 20px; width: 50%; min-width: 350px; padding: 5px; z-index:2;}

#Container2 {position: absolute; top: 100px; left:50%; bottom: 20px; width: 50%; min-width: 350px; z-index:1;}

#Signature {position: absolute; height: 100px; width: 100%; background-image: url(Images/Signature.jpg); background-repeat: no-repeat; background-position: center center; z-index:3}

#Portrait {position: absolute; top: 25px; bottom: 0; height: auto; left: -30px; width: 400px; background-image: url(Images/Portrait1.jpg); background-repeat: no-repeat; z-index:2}

#Content {position: absolute; top: 2.7em; bottom: 145px; height: auto; right: 5px; left: auto; width: 325px; padding-right: 20px; overflow:auto; text-align: justify; z-index: 5}
#Content li a:link, #Content li a:visited {color: white;}

#Awards {position: absolute; bottom: 25px; height: 135px; width: 154px; left: 50%; margin-left: -77px; z-index: 6;}
#Awards ul {list-style: none;}

#DesignBy {position:absolute; bottom: 1px; height: 20px; width: 100%; font-size: .7em; z-index: 4;}
#DesignBy a:link, #DesignBy a:visited {color: white;}
#DesignBy p {margin-bottom: 0px;}

  /*******************************************************************
   ****                   Image Formating                         ****
   *******************************************************************/

#FrmtAward {position: absolute; left: 0; top: 0; border: 2px solid #859dd8; background-color: yellow;}

  /*******************************************************************
   ****                    Menu Formating                         ****
   *******************************************************************/

#Menu {position: absolute; top: 110px; left: 50%; margin-left: -350px; width: 700px; z-index: 500;}

#Menu ul {width: 100%; margin: 0; padding: 0; list-style: none;}
#Menu li {float: left; width: 225px; min-height: 1px; vertical-align: bottom; margin: 0; border-style: solid; border-width: 1px; border-color: #859dd8;}
#Menu a {display: block; white-space: nowrap; padding-top: 6px; padding-bottom: 3px; text-align: center; text-decoration: none; font-size: 18px; color: White;}
#Menu a:link {color: #859dd8;} 
#Menu a:visited {color: #859dd8;}
#Menu a:hover {color: white; background-color: #859dd8;}

