/* 

Colors

	Black        #000000
	Off White    #E6E6E6
	Darker Grey  #
	
*/

/* Text / Font */

body{
	font-family: Times, "Times New Roman", serif;
	background-color: black;
	color: #B7B7B7;
	font-size: 1em;
}

p{
	font-size:1.4em;
	margin-top:20px;
}

#bodyCopy{
}


#body{
	margin-top:10px;
}


#footer{
	margin-top:50px;
	border-top:solid 2px #0F0F0F;
	height:70px;
}

#amLogo{
	display: block;
	float: right;
	position:relative;
	top:15px;
}

#downloadButton{
	display:block;
	margin-top:30px;
	font-size:1.8em;
	color: #E6E6E6;
}

#downloadButtonContainer{
	margin-top:20px;
}

#outerContainer{
	width:724px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}


.featured, .thanks{
	font-size: 1.8em;
	font-weight:100;
	letter-spacing: .1em;
	color: #E6E6E6;
}

.quote{
	margin-top:10px;
	font-style: italic;
	color: #E6E6E6;
	font-size:1.2em;
}

a, a:visited, a:active, a:link{
	font-style: italic;
	color: #E6E6E6;
	text-decoration: none;
}

a:hover{
	font-style: italic;
	color: #E6E6E6;
	text-decoration: none;
}

#quoteBlock{
	display: block;
	width:650px;
	margin-left:auto;
	margin-right:auto;
}

#quoteBlock .quotee{
	text-align: right;
	width:650px;
	color: #E6E6E6;
}

#body ul{
	margin-top:10px;
	font-size:1.2em;
}