* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 40px;
	background: #000000 url(images/img01.gif) repeat left top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4D4D4D;
}

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: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #838383;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 940px;
	height: 110px;
	margin: 0 auto;
	font-family: ChopinScript;
	text-decoration: none;
	font-size: 45px;
	text-align: center;
}

/* Menu */

#menu {
	width: 940px;
	height: auto;
	margin: 0 auto;
	background:#211307;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 7px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: #c5dafc;
	color: #110404;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#splash {
	width: 940px;
	height: auto;
	background: #211307;
	margin: 0 auto;
}
#splash2 {
	width: 940px;
	height: auto;
	background: #FFFFFF;
	margin: 0 auto;
}

#page {
	width: 940px;
	margin: 0 auto;
}

#page-bgtop {
	padding: 0px 0px 0px 20px;
}

/* Footer */

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0px;
	color: #FFFFFF;
	text-align: center;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}

