/*------------------------------------------
  Basics
------------------------------------------*/

/*
Colors:
header bg: 			#af5840
header text: 		#fae9c7
body bg: 			#fae9c7
navi text: 			#833522
navi text hover: 	#fae9c7
body link: 			#ac5843
body link hover: 	#69210f
*/


* { 
	margin: 0; 
	padding: 0; 
	} 
	
html { 
	margin: 0; 
	padding: 0; 
	font-size: 62.5%; /* 10px = 100% */
	} 

body { 
	font-size: 140%; 
	font-weight: 300;	
	line-height: 1.5em; 
	color: #000; 
	margin: 0; 
	padding: 0; 
	background-color: #af5840;
	} 

.clear { 
	clear: both; 
	display: block; 
	} 

p { 
	vertical-align: top; 
	margin: 0 0 0 0; 
	padding: 0 0 15px 0; 
	} 

img {
	border: 0; 
	}
	


/*------------------------------------------
  Boxes and areas
------------------------------------------*/ 

#wrapper { 
	position: relative; 
	z-index: 0; 
	width: 1000px; 
	margin: 0 auto 0 auto; 
	padding: 0; 
	/* border: 1px solid #f00; */
	} 


/* Content */	

#contentimage {
	position: absolute; 
	z-index: 15; 
	top: 0px;
	left: 800px;
	width: 50px;
	} 

#starttitle {
	position: absolute; 
	z-index: 20; 
	top: 350px;
	left: 150px;
	width: 550px;
	} 

#startline {
	position: absolute; 
	z-index: 25; 
	top: 400px;
	left: -125px;
	width: 940px;
	} 

/*------------------------------------------
  Typefaces
------------------------------------------*/


.title { 
	color: #fae9c7;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 4em;	
	text-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	} 
