* {
	margin:0;
	padding:0;
}
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #eeeeee;
	background-color: #2e2c2d;
	background-image: url(../img/bgmenu.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-weight: lighter;
	background-attachment: fixed;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
#logo {
	margin-left: -10px;
	padding-bottom: 20px;
}
.logo {
	float: right;
	margin: -70px 50px 10px 10px;
	padding: 0px;
	border: solid 2px #9c7d0d;
}
#music {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 15px;
}
#music object {
	position: absolute;
	top: 0;
	left: 0;
}
#music embed {
	position: absolute;
	top: 0;
	left: 0;
}
a:link {
	text-decoration: none;
	font-style: oblique;
	color: #f6b412;
}
a:active {
	text-decoration: none;
	font-style: oblique;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	font-style: oblique;
	color: #f6b412;
}
a:hover {
	text-decoration: none;
	font-style: oblique;
	color: #ffffff;
}
a img {
	border: none;
}
li {
	list-style: circle;
	margin-left: 0px;
}
ul li {
	list-style: circle;
	margin-left: 20px;
}
#menu {
	width: 215px;
	overflow: auto;
	top: 0;
	left: 0;
	position: absolute;
	padding: 20px 0 0 20px;
	overflow: hidden;
}
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	color: #ffffff;
}
#menu ul li {
	list-style: none;
	margin-left: 0px;
	color: #ffffff;
}
#menu ul li.section-title {
	list-style: none;
	margin-left: 0px;
}
#content {
	position: absolute;
	left: 235px;
	top: 0;
	right: 0;
	padding: 185px 50px 0 0;
	background-image: url(../img/bgbody.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.container {
	padding: 5px 5px 30px 5px;
}
#content p {
	margin-bottom: 9px;
}
p {
	margin: 0 0 9px 0;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
	font-style: oblique;
	font-weight: lighter;
	width: 100%;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #9c7d0d;
	padding-bottom: 8px;
	margin-bottom: 16px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}
strong {
	font-weight: bold;
}
#img-container {
	margin: 0;
	padding: 10px 0 0 0;
}
#img-container p {
	width: 400px;
	margin: 0;
	padding: 0 0 12px 0;
}
#once {
	clear: left;
}
