
body {
	margin: 0;
	padding: 0;
	background-color: #000000; /*#E5EBEC;*/
	font-family: "Century Gothic", "Times New Roman", Times, Georgia, sans-serif;
	color: #FFFFFF; /*#776A57;*/
	text-align: center;
}

table {
	margin: 30px auto;
}	

#content, #navigation {
	text-align: left;
}	

#navigation ul {
	list-style:none;
	text-indent: -9999px;
}


/*---------------------------------*/

/*TYPOGRAPHY*/

/*---------------------------------*/


.cite {

font-size: 0.8em;

}



p {

text-transform: none;

margin-top: 0;

margin-bottom: 1em;

}

.quote {

margin-right: 250px;

text-transform: none;
margin-bottom: 0.5em;

font-size: 0.9em;

}



#footer p {

font-size: 0.7em;

margin: 0 0 0 16px;

padding-top: 330px;
color: #B2A692;

text-transform: uppercase;

}



a,a:hover,a:visited,a:active {

text-decoration: underline;

color: #B2A692;

}



/*---------------------------------*/

/*IMAGES*/

/*---------------------------------*/

a img {

border: none;

margin: 0;
padding: 0 0 16px 0;
}


