﻿body {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px;
	background-color: #000;
	background-image: url('./gfx/IMG_2928-web-01-j71_q60_s2.jpg');
	background-attachment: fixed;
	color: #000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	font-size: 12px;
	line-height: 14px;
}
h1 {
	font-size: 18px;
}
div.bottom {
	padding-left: 130px;
	padding-top: 90px;
	position: absolute;
}
div {
	padding: 0px;
	margin: 0px;
}

/* Logo */
div.logo {
	position: absolute;
	top: -65px;
	left: -5px;
}

/* Main text window */
div.main {
	background-color: #fff;
	opacity: 0.9;
	width: 570px;
	position: relative;
	margin-bottom: 10px;
	padding: 5px 15px 10px 15px;
}
/* div.main > p {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}
div.main > h1 {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
} */
a, a:active, a:link {
	color: #ff5c00;
	font-weight: normal;
	text-decoration: none;
}
a:focus, a:hover {
	color: #000; /* Find new color */
	font-weight: normal;
}

/* Menu stuff */
div.menu {
	background-color: #ff5c00;
	width: 600px;
	position: relative;
	/* bottom: 85px;
	left: 130px; */
	/* border-top: 5px #000 solid; */
	height: 30px;
	opacity: 1;
	margin: 0px;
}
div.menu > p {
	color: #fff;
	font-weight: bold;
}
div.menu > ul {
	
}
div.menu > ul > li {
	list-style: square inside;
	float: left;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
	/* border-top: 1px #000 solid;
	border-right: 1px #000 solid; */
}
li > a, li > a:active, li > a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
li > a:focus, li > a:hover {
	color: #000; /* Find new color */
	font-weight: bold;
}
li:hover {
	background-color: #d34600;
}

/* Copyright stuff */
div.copyright {
	background-color: #000;
	opacity: 0.7;
	width: 600px;
	height: 14px;
	position: relative;
	/* bottom: 50px;
	left: 130px; */
}
div.copyright > p {
	color: #707070;
	font-size: 8px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}