body {
	background: #362458;
	text-align: left;
	font: normal 87.5% tahoma, verdana, arial, "times new roman";
	line-height: 150%;
	color: #3e3b4f;
	margin: 0;
	letter-spacing: 1px;
	}

b, strong {
	text-transform: uppercase;
	}

i, em {
	color: #f2b9b7;
	}

input, textarea, option, select {
	font: normal 1em tahoma, verdana, arial, "times new roman";
	padding: 5px;
	background: #d4c9d1;
	border: 1px solid #c1b1bc;
	color: #3e3b4f;
	text-shadow: none;
	}

blockquote {
	display: block;
	font-style: italic;
	background: #d4c9d1;
	border-left: 20px solid #c1b1bc;
	color: #3e3b4f;
	margin: 10px 75px;
	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: #6b588f;
	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: #df9247;
	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: #c73a31;
	padding: 2px 0 0 10px;
	margin: 0 0 -13px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	}




/*   ---   DIVS   ---   */


#container {
	margin: 0 auto;
	width: 756px;
	background: #eee7ec;
	border-left: 10px solid #eee7ec;
	border-right: 10px solid #eee7ec;
	}
	
#header {
	width: 756px;
	height: 463px;
	}
	
#content {
	width: auto;
	padding: 5px;
	text-align: left; 
	}
	
#footer {
	clear: both;
	width: auto;
	opacity: .75;
	font-size: .675em;
	line-height: 1.125em;
	text-align: center;
	padding: 20px;
	margin: 15px 0;
	}



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


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

#nav a:link, #nav a:visited {
	float: inherit;
	font: normal .875em/1em "century gothic", "trebuchet ms", georgia;
	color: #c73231;
	padding: 7px;
	margin: 5px;
	text-decoration: none;
	text-transform: uppercase;
	}

#nav a:hover {
	color: #df9247;
	text-decoration: none;
	border-bottom: 0px;
	} 




/*   ---   LINKS   ---   */


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

a:hover {
	color: #df9247;
	text-decoration: underline;
	border-bottom: 1px dashed #c73231;
	}