* {
	font-family: Calibri,Nimbus,Arial,sans-serif;
}
body {
	padding: 0;
	margin: 0.5em;
}
p {
	padding: 0;
	margin: 0;
}
#sidebar {
	float: left;
	width: 10em;
	background-color: rgba(180, 240, 180, 0.9);
	padding: 0.5em;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#pagecontent {
	background-color: rgba(240, 220, 240, 0.9);
	padding: 0.5em;
	margin-left: 11.5em;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#gatelayer {
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	display: none;
}
#gate-top {
	top: 0;
	background-position: center bottom;
}
#gate-top > .gateborder {
	background-position: left bottom;
}
#gate-bottom {
	top: 50%;
	border-top: 1px solid black;
	background-position: center top;
}
#accesslayer {
	background-color: black;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}
#accessbox {
	background-image: url(../img/accessbk.png);
	position: absolute;
	z-index: 1003;
	height: 128px;
	width: 246px;
	top: 50%;
	left: 50%;
	margin: -64px -123px;
}
form#accessform {
	text-align: center;
	padding: 30px 0 0 0;
	text-shadow: 0 0 4px orange, 0 0 10px yellow;
}
form#accessform p {
	font-family: Impact,fantasy;
}
form#accessform input {
	background-color: #14120a;
	border: 2px ridge #314d76;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 3px;
	margin-top: 5px;
	color: #e39c04;
	text-shadow: 0 0 2px black, 0 0 6px yellow;
	font-family: "Courier New",monospace;
	font-weight: bold;
	font-size: 14px;
}
form#accessform input[name=submit] {
	padding: 2px;
	cursor: pointer;
	color: #e31104;
}

.gateborder {
	height: 100%;
	background-image: url(../img/gateborder.png);
	background-repeat: repeat-x;
	background-position: 15.5px top;
}
.gate {
	position: absolute;
	background-image: url(../img/metal2.jpg);
	z-index: 1002;
	padding: 0;
	height: 50%;
	width: 100%;
	left: 0;
}
.floatingbox {
	float: left;
	background-color: white;
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid black;
	box-shadow: 6px 6px 5px #888;
	-moz-box-shadow: 6px 6px 5px #888;
}
