/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/

body {
	background: #000;
	
}


/**************************************/
/*              GLOBALS               */
/**************************************/

body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #a2a0a0;
	font-weight: 100;
	
	}

.container {
	top: 80px;
	left: 126px;
	width: 1005px;
	position: absolute; 
	
	
}

.container p {
	margin: 12px;
	padding: 0;
	line-height: 15px;
	
}

.span-780 {width:900px;}

/**************************************/
/*              HEADER                */
/**************************************/



/**************************************/
/*             NAVIGATION             */
/**************************************/

.container a {
	text-decoration: none;
	color: #a77e5e;
	
	}
/**************************************/
/*            MAIN CONTENT            */
/**************************************/

.orange {
	
	color: #a77e5e;
	
}

.floater {
	position: absolute;
	top: 80px;
	left: 550px;
	background: #000;
	width: 580px;
	height: 320px;
	z-index:10;	
	
}

.floater img {
	padding: 2px;
	border: none;
	
}

/**************************************/
/*               FOOTER               */
/**************************************/


