* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #000000;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #000000;
        background: #000000 url(https://i.imgur.com/CnSjkgL.jpg);

}

h1, h2, h3 {
	color: #AA2808;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #E14949;
}

a:hover {
	text-decoration: none;
	color: #C11414;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 900px;
	height: 220px;
	margin: 0 auto;
	background: url(/images/PcBQhN2.jpg) no-repeat left top;
}

/* Page */

#page {
	width: 844px;
	margin: 0 auto;
	padding: 0px 28px;
	background: #FFFFFF;
}

/* Footer */

#footer {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	background: #000000;
	padding: 5px 0px 0px 0px;
	color: #9C9C9C;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

#footer a {
	text-decoration: underline;
	color: #808080;
}

#footer a:hover {
	text-decoration: none;
}


ul#menu {
	width: 872px;
	margin: 0 auto;
	padding: 0px 0px 0px 28px;
	height: 43px;
	text-align: center;
	background: #FFF url("/images/menu-bg.gif") top left repeat-x;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;

}
ul#menu li {
	display: block;
	float: center;
	margin: 0 0 0 5px;
}
ul#menu li a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}
ul#menu li a:hover {
	color: #333;
}
ul#menu li a.current {
	color: #FFF;
	background: #FFF url("/images/current-bg.gif") top left repeat-x;
	padding: 5px 15px 0;
}
