/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/


/**************************************/
/*              HEADER                */
/**************************************/



/**************************************/
/*             NAVIGATION             */
/**************************************/



/**************************************/
/*            MAIN CONTENT            */
/**************************************/



/**************************************/
/*               FOOTER               */
/**************************************/


.my_blue {
  background-color:#abcdef;
}


.my_red {
  background-color:#f1170b;
}

.my_red2 {
  background-color:#bf1309;
}

.my_black {
  background-color:#000000;
}

.my_blue {
  background-color:#039fdd;
}

.my_grey {
  background-color:#c0c0c0;
}


.my_font_red {
  font-weight:bold;
  color:#bf1309;
}

.my_font_grey {
  font-weight:bold;
  color:#c0c0c0;
}

.my_font_blue {
  font-weight:bold;
  color:#039fdd;
}

.my_font_blue2 {
  font-weight:bold;
  color:#3366aa;
}

.my_font_white {
  font-weight:bold;
  color:#f8f8f8;
}

.my_font_orange {
  font-weight:bold;
  color:#ff9c01	;
}


.my_font_black {
  font-weight:bold;
  color:#000000;
}

.my_under_blue {
  border-bottom: #039fdd 4px solid;
}

.my_under_grey {
  border-bottom: #c0c0c0 4px solid;
}

.my_under_red {
  border-bottom: #bf1309 4px solid;
}

.my_under_black {
  border-bottom: #000000 4px solid;
}


.my_background_grey {
  background: #c0c0c0;
}

.my_background_black {
  background: #000000;
}

.my_background_white {
  background: #f8f8f8;
}

.my_background_orange {
  background: #f88017;
}

.my_background_blue {
  background: #e8edf1;
}

.my_border_grey {
  border: #c0c0c0 1px solid;
  margin-top:2px;
  margin-bottom:2px;
}

.my_border_red {
  border: #bf1309 1px solid;
  margin-top:2px;
  margin-bottom:2px;
}

.my_border_blue {
  border: #e8edf1 1px solid;
  margin-top:2px;
  margin-bottom:2px;
}

.my_center {
  text-align:center;
}

.my_left {
  text-align:left;
}

.my_right {
  text-align:right;
}


.top_bg {
  background: #fff url("/images/topbluefade.gif") repeat-x;
}


.my_body {
  background: #000 url("/images/body-bg.jpg") repeat-x;
}

.my_body2 {
  background: #ddd url("/images/bg.gif") repeat-x;
}


.extra1 {
  background: #000 url("/images/filmstrip.gif") no-repeat;
  height:45px;
  vertical-align: middle;
}

.extra2 {
  background: #fff url("/images/navbar.gif") repeat-x;
  margin-top: 150px; 
}

.extra3 {
  background: #fff url("") no-repeat top left;
  margin: 0; 
  padding: 0;
}

.extra4 {
  background: #fff url("http://www.csszengarden.com/001/blossoms.jpg") no-repeat bottom right;
  margin: 0; 
  padding: 0;
}





