@charset "UTF-8";
/* CSS Document */

/* General code */

body {
	background: black;
	color: #fff;
    margin: 0;
	font: 18px "Josefin Sans Std Light", "Arial Narrow", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    text-align:center;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#central {
	background: rgb(50, 38, 03);
	width: 100%;
	margin: auto;
	padding: 4%;images
}

a {
	color: 	orange;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#nav {
	text-align: left;
	margin: 10px 10px 10px 0;
}

.footing {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #999999; letter-spacing: 4pt}





