body {
	background: #000000;
	text-align: left;
	font: normal 87.5% helvetica, arial, "times new roman";
	line-height: 112.5%;
	color: #7c7c7c;
	margin: 0;
	letter-spacing: 1px;
	}

b, strong {
	text-transform: uppercase;
	color: #0b042e;
	}

i, em {
	color: #006494;
	}

input, textarea, option, select {
	font: normal 1em helvetica, arial, "times new roman";
	padding: 5px;
	background: #dcd7e0;
	border: 1px solid #bcb5c2;
	color: #534f56;
	text-shadow: none;
	}

blockquote {
	display: block;
	font-style: italic;
	background: #dcd7e0;
	color: #534f56;
	margin: 10px 15px;
	padding: 20px;
	}

.alignright {
	float: right;
	padding: 5px;
	}

.alignleft {
	float: left;
	padding: 5px;
	}



/*   ---   HEADERS   ---   */


h1 {
	font: italic 1.875em "century gothic", "trebuchet ms", georgia;
	text-align: left;
	color: #0b042e;
	padding: 2px 0 2px 5px;
	margin: 1px 0 -13px -2px;
	letter-spacing: 2px;
	text-transform: Capitalize;
	}

h2 {
	font: normal 1.675em "century gothic", "trebuchet ms", georgia;
	text-align: left;
	color: #006494;
	padding: 0 0 0 5px;
	margin: 0 0 -13px 6px;
	letter-spacing: 1px;
	text-transform: lowercase;
	}

h3 {
	font: normal 1.25em "century gothic", "trebuchet ms", georgia;
	text-align: left;
	color: #843159;
	padding: 2px 0 0 10px;
	margin: 0 0 -13px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	}




/*   ---   DIVS   ---   */


#container {
	margin: 0 auto;
	width: 625px;
	background: #f1f1ef;
	}
	
#header {
	width: 625px;
	height: 450px;
	}
	
#content {
	width: auto;
	padding: 5px;
	text-align: left; 
	}
	
#footer {
	clear: both;
	width: auto;
	opacity: .75;
	font-size: .75em;
	line-height: 1.125em;
	text-align: center;
	padding: 20px;
	margin: 15px 0;
	}



/*   ---   NAVIGATION STYLES   ---   */


#nav {
	position: relative;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	}
	
#nav ul, #nav li {
	list-style-type: none;
	display: inline;
	}

#nav a:link, #nav a:visited {
	float: inherit;
	font: normal 1em "century gothic", "trebuchet ms", georgia;
	color: #9a1360;
	padding: 5px 13px;
	margin: 2px;
	text-decoration: none;
	text-transform: uppercase;
	}

#nav a:hover {
	color: #3a1e51;
	background: #dcd7e0;
	text-decoration: none;
	border-bottom: 0px;
	} 




/*   ---   LINKS   ---   */


a:link,a:active,a:visited {
	color: #9a1360;
	text-decoration: underline;
	}

a:hover {
	color: #3a1e51;
	text-decoration: underline;
	border-bottom: 1px dashed #9a1360;
	}