@font-face{
	font-family:carnival;
	src:url('fonts/CarnivaleeFreakshow-DLrm.ttf?v=4.7.0') format("truetype");
}

@font-face{
	font-family:bartext;
	src:url('fonts/Ubuntu-R.ttf') format("truetype");
}

@font-face{
	font-family:bodytext;
	src:url('fonts/Ubuntu-L.ttf') format("truetype");
}

body {
	background:#9a8;
	font-family:'bodytext';
	font-size:12pt;
}

.navigator {
	top: 0px;
	left: 0px;
	z-index:200;
}

.page {
	width: 900px;
	float:center;
	padding:0px;
	padding-bottom:20px;
	box-shadow:5px 0px 5px #454;
}

.main {
	top:50px;
	width:900px;
	margin-left:0px;
	box-shadow:5px 0px 5px #454;
}

.content {
	float:left;
	width:880px;
	line-height:18pt;
	margin-bottom:30px;
	background:#ffd;
	padding-right:20px;
	box-shadow:5px 0px 5px #454;
	border-radius:0px 0px 5px 5px;
	z_index:50;
}

.header {
	background:url('../images/topbanner.png') right no-repeat;
	height:125px;
	width:900px;
	float:center;
	padding:0px;
}

.topbar {
	background:url('../images/topbar.png') top no-repeat;
	height:70px;
	line-height:32px;
	width:100%;
	color:#ff6;
	padding:0px;
	text-align:left;
	margin-top:0px;
	box-shadow:5px 0px 5px #454;
}

.topbar a {
	font-family:'bartext';
	font-weight:bold;
	color:#ffd;
	font-size:10pt;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
}
.toplogo {
	background:url('../images/logo.png') top left no-repeat;
	background-size:130px;
	height:117px;
	margin-left:-11px;
	margin-top:-21px;
	z-index:100;
}

.sidemenu {
	width:200px;
	height:100%;
	float:left;
	position:-fixed;
	margin-top:0px;
	margin-right:20px;
}

.sidebutton {
	height:45px;
	width:200px;
	background:url('../images/menubutton.png') top left no-repeat;
	vertical-align:bottom;
	padding-bottom:15px;
	padding-top:5px;
	padding-right:10px;
	color:#ff9;
	text-align:right;
	cursor:pointer;
}

.sidebuttontext {
	font-family:'bodytext';
	font-size:11pt;
	width:108px;
	float:left;
	margin-top:16px;
	text-shadow:-1px -1px #222;
	line-height:18px;
	vertical-align:bottom;
}

.sidebuttonimage {
	float:left;
	width:54px;
	height:54px;
	margin-left:5px;
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

.textleft {
	margin-left:30px;
	margin-right:50px;
	float:left;
}

.image {
	box-shadow:3px 3px 5px #555;
	border-radius:7px;
	margin:30px;
}

.pageheadimg {
	border-left:5px solid #974;
	border-right:5px solid #974;
	border-bottom:5px solid #dc9;
}
h1 {
	line-height:34pt;
	font-size:24pt;
	color:#d80;
	letter-spacing:2px;
	font-family:'carnival';
	text-shadow:1px 1px #661;
}


