/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
- dark blue	#062849
- darker blue	#006
- darkest blue	#003
- light grey	#ccc
- lighter grey	#eee
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body {
    background: #eee;
    margin: 0 0 0 0;
    padding: 0;
}
.container { background: #FFF;
	border: solid #062849;
	border-width: 1px 1px;
}

#link a { text-decoration: underline; }

#link a:hover { text-decoration: none; }

#footer { background: #eee; font-size: .9em; }

#footer a { text-decoration: underline; }

#footer a:hover { text-decoration: none; }

#footerLeft { float: left; text-align: left; }

#footerRight { float: right; text-align: right; }

.subtract-1 {margin-left:-25px; float:left;position:relative; }

.center {margin-left: auto; margin-right: auto; text-align: center; }

img.center { display: block; margin-left: auto; margin-right: auto; }

/**************************************/
/*              HEADER                */
/**************************************/



/**************************************/
/*             NAVIGATION             */
/**************************************/



/**************************************/
/*            MAIN CONTENT            */
/**************************************/



/**************************************/
/*               FOOTER               */
/**************************************/


