/* CSS DOCUMENT */

/* General style */
*               { margin: 0; padding 0; }
html            { height: 100%; }
body            { height: 100%; background: url(../images/resume2/bg.gif) repeat-x top left #FFFFEC; font-family: Arial, Helvetica, sans-serif; font-size: 75%; margin: 0 auto; text-align: center; }
a               { text-decoration: none; color: #000000; }

/* document wrapper 800px width */
#wrapper        { min-height: 100%; width: 800px; margin: 0 auto; text-align: left; }
* html #wrapper { height: 100%; }

/* header */
#header         { height: 143px; background: url(../images/resume2/nextgend_logo.jpg) no-repeat top left; }
#email_link     { position: relative; float: right; width: 72px; }
#email_link a   { height: 57px; width: 72px; display: block; }

/* navigation */
#navigation      { height: 37px; background: url(../images/resume2/nextgend_nav_bg.jpg) no-repeat top left; text-align: center; }
#navigation ul   { list-style: none; height: 37px; }
#navigation li   { display: block; float: right; }
#navigation li a { display: block; width: 100px; padding: 9px 0 10px 0; margin-top: 1px; background-color: #2E2E2E; }
#navigation li a:hover { background-color: #FFFFEC; color: #658546; }

/* main content */
#contentWrapper { border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; margin-top: 2px; background: #CDE9A7; }
#content        { border: 3px solid #81A65B; padding: 0 26px 26px 26px; }
.heading        { margin: 25px 0 5px 25px; display: block; }
.content        { border: 1px solid #000000; background: #FFFFEC; padding: 15px 25px; line-height: 1.5em; }

/* footer */
#footer         { height: 69px; margin-top: 2px; border-top: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; background: #81A65B; text-align: center; }
#footer div     { padding: 15px 0 0 0; color: #FFFFFF; }

/* general classes */
.white   { color: #FFFFFF; }
.black   { color: #000000; }
.green   { color: #658546; }
.creme   { color: #FFFFCE; }
.gray    { color: #CCCCCC; }
.bold    { font-weight: bold; } 
.italic  { font-style: italic; }
.upper   { text-transform: uppercase; }
.small   { font-size: 95%; }
.big     { font-size: 110%; }
.bigger  { font-size: 120%; }
.biggest { font-size: 130%; }
.justify { text-align: justify; }
.clear   { clear: both; }
.right   { float: right; position: relative; display: block; border: 1px solid; }
.block   { display: block; }
.bspace  { margin-bottom: 15px; }
