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


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

body {
	background-color: black;
}

.container {
	background-color: white;
}

* {
	font-family:  "Georgia", "Times New Roman", Serif;
}

h1 {
	font-weight: normal;
	font-size: 45px;
	text-transform: uppercase;
	position: relative;
	margin-top: 80px;
}

h1 span {
	background:  url('../img/zebra.png') repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 45px;
}

h2 {
	font-weight: normal;
	font-size: 25px;
	text-transform: uppercase;
	margin: 35px 0 0 0;
}

h3 {
	font-weight: normal;
	font-style: italic;
	margin: 10px 0;
	color: #aaa;
	font-size: 20px;
}

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

#header {
	background: url('../img/header.png') no-repeat;
	width: 950px;
	height: 305px;
}

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

.menu ul {
	margin: 20px 0 0 43px;
	padding: 0;
	list-style: none;
}

.menu li {
	margin: 0 35px 0 0;
	padding: 0;
	float: left;
	text-transform: uppercase;
	font-size: 18px;
}

.menu li a {
	color: #cf1f33;
	text-decoration: none;
}

.menu li a:hover {
	color: black;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/

span.readlink {
	text-transform: uppercase;
	font-size: 80%;
}

span.readlink a {
	color: #cf1f33;
	text-decoration: none;
}

span.readlink a:hover {
	color: black;
}


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

#foot {
	background: url('../img/footer.png') no-repeat;
	background-color: lime;
	width: 950px;
	height: 104px;

}

