@font-face {
	font-family: 'EarwigFactoryRegular';
	src: url('fonts/earwig_factory.eot?') format('eot'),
		url('fonts/earwig_factory.woff') format('woff'),
		url('fonts/earwig_factory.ttf') format('truetype'),
		url('fonts/earwig_factory.svg#webfontNDA9I66G') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background: #595959;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1e1e1e;
	text-align: center;
	margin: 20px;
}
h1 {
	font-family: 'EarwigFactoryRegular', Impact, Verdana, sans-serif;
	font-size: 40px;
	margin: 0px;
}
#main {
	/* Standard */
	background: url('../images/stripes.png');
	width: 935px;
	margin: auto;
	padding: 0px;
	text-align: left;

	/* CSS3 Only */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 20px #b3b3b3;
	-webkit-box-shadow: 0px 0px 30px #b3b3b3;
	-moz-box-shadow: 0px 0px 20px #b3b3b3;
}
#header {
	/* Standard */
	width: 935px;
	height: 80px;
	margin: 0px;
	background: url('../images/head_bg.png') right repeat-y #ffffff;
	vertical-align: bottom;

	/* CSS3 Only */
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
}
#loginPane {
	width: 340px;
	height: 65px;
	float: right;
	text-align: center;
}
#navBar {
	width: 935px;
	height: 40px;
	background: url('../images/nav_bar_bg.png');
}
#content {
	width: 935px;
}
#contentFooter {
	/* Standard */
	width: 935px;
	height: 10px;
	background: #000000;
	clear: both;

	/* CSS3 Only */
	background: -webkit-gradient(linear, left top, left bottom, from(#000818), to(#535455));
	background: -moz-linear-gradient(top,  #000818,  #535455);
}
#footer {
	/* Standard */
	width: 935px;
	height: 67px;
	background: url('../images/footer_bg.png') no-repeat #ffffff;

	/* CSS3 Only */
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
}
#logo {
	background: url('../images/logo.png');
	width: 349px;
	height: 100px;
	margin: 0px 0px 0px 20px;
	position: relative;
	top: -20px;
}
ul.nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.nav li {
	/* Standard */
	float: left;
}
ul.nav a {
	/* Standard */
	display: block;
	text-decoration: none;
	font-size: 12px;
	border-right: 1px solid #666666;
	color: #ffffff;
	padding: 9px 10px 0px 10px;
	height: 21px;
	background: #474747;
	float: left;

	/* CSS3 Only */
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#323232));
	background: -moz-linear-gradient(top,  #888888,  #323232);
}
ul.nav a:hover {
	/* Standard */
	background: #fd3cc9;

	/* CSS3 Only */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9be4), to(#d028a3));
	background: -moz-linear-gradient(top,  #ff9be4,  #d028a3);
}
.css-arrow-acute {
  border-color: transparent transparent transparent red;
  border-style: solid;
  border-width: 20px 30px 20px 10px;
  width:0;
  height:0;
}
h2 {
	margin: 0px;
	line-height: normal;
	color: #ffffff;
	font-weight: normal;
}
.loginButton {
	margin-top: 20px;
}
