html, body, div, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background: #a9d63f url('../img/body_bg.jpg') no-repeat top left;
	background-attachment: fixed;
	margin: 0px;
	margin-bottom: 20px;
	font-family: 'Yanone Kaffeesatz', 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', helvetica;
	font-size: 24px;
	font-weight: 200;
}
a {
	text-decoration: none;
}
ul {
	list-style-type: circle;
}
::-moz-selection {
       background-color: #e5441b;
       color: #fff;
}
::selection {
       background-color: #e5441b;
       color: #fff;
}
#navbar {
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0px;
	height: 42px;
	background-color: #1A0E0A;
	border-bottom: 1px solid #e5441b;
	box-shadow: 0px 0px 20px #000;
}
#navbar div {
	display: block;
	margin: 0px auto;
	width: 890px;
	font-family: 'Yanone Kaffeesatz';
	font-weight: 200;
	font-size: 28px;
	padding: 5px;
}
#navbar a {
	color: #fff;
}
.menu {
	float: right;
	margin-left: 5px;
	cursor: hand;
	cursor: pointer;
}
#container {
	width: 900px;
	margin: 0px auto;
	display: none;
}
#container a {
	color: #e5441b;
}
#content {
	background-color: #fff;
	padding: 80px 0px 0px;
	text-align: justify;
	font-size: 24px;
	border-radius: 8px;
	box-shadow: 0px 0px 40px #000;
	border: 1px solid #fff;
	box-shadow: inset 0px 0px 40px #eee;
	font-family: 'Yanone Kaffeesatz';
	font-weight: 200;
}
.point {
	position: relative;
	margin: 0px 80px 40px 80px;
}
.prepoint {
	position: absolute;
	top: 0px;
	left: -221px;
	color: #fff;
	width: 120px;
	background-color: #1A0E0A;
	border-radius: 8px 0px 0px 8px;
	font-size: 26px;
	padding: 5px 10px;
	opacity: 0.3;
	box-shadow: -1px 0px 5px #eee;
}
.prepoint img {
	vertical-align: -7px;
}
.img_right {
	float: right;
	margin: 5px 0px 10px 20px;
	border-radius: 8px;
	box-shadow: 1px 1px 10px #aaa, inset 1px 1px 10px #fff;
}
div.point:hover > div.prepoint { opacity: 1; }
.scroller_container {
	position: relative;
	margin: 0px -80px;
}
#scroller_left, #scroller_right {
	display: none;
	position: absolute;
	top: 0px;
	height: 180px;
	width: 300px;
	background-color: #1A0E0A;
	opacity: 0.8;
}
#scroller_left {
	left: 0px;
}
#scroller_right {
	right: 0px;
}
#mail {
	display: none;
}
#mail input, textarea, button {
	font-size: 14px;
	padding: 5px 10px;
	font-family: 'Droid Sans Mono';
	border: 0px;
	border-radius: 4px;
}
#mail input, textarea {
	border-bottom: 1px solid #FBF86A;
	background-color: #FBF8EA;
	box-shadow: inset 1px 1px 5px #ddd;
	margin-bottom: 5px;
}
#mail input:focus, textarea:focus {
	background-color: #fff;
}
#mail button {
	background-color: #FBF86A;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	border-bottom: 1px solid #1A0E0A;
	box-shadow: inset 1px 1px 5px #fff, 1px 1px 5px #aaa;
}
#mail button:hover {
	box-shadow: inset 1px 1px 10px #fff, 1px 1px 5px #888;
}
#mail button:active {
	box-shadow: inset 1px 1px 15px #fff, 0px 0px 3px #888;
}
#bottom a {
	color: #FBF86A;
}
#bottom a:hover {
	color: #fff;
}
#bottom ul {
	float: right;
	width: 900px;
	margin: 10px 0px 20px;
	padding: 0;
	list-style: none;
	line-height: 1.5;
}
#bottom li {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 16px;
	text-align: left;
}
#tooltip {
	position: fixed;
	display: none;
	background-color: #FBF86A;
	border: 1px solid #fff;
	box-shadow: 0px 0px 10px #888;
	color: #1A0E0A;
	font-size: 16px;
	width: 80px;
	padding: 4px 2px;
	border-radius: 4px;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	cursor: hand;
	cursor: pointer;
}