@charset "UTF-8";
body {
	background-color: #AEBCBF;
	background-image: url(images/gradient_background.gif);
	background-position: center;
	background-size: 2000px 1px;
	background-repeat: repeat-y;
}
.branding {
	display: block;
	margin-top: 200px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.nav {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 639px;
}
.navleft {
	width: 319px;
	float: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.nav p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 4px;
}
.nav .enter_opacity {
	color: rgba(5,36,43,0.25);
	font-size: 12px;
	letter-spacing: 2px;
}
.nav p a {
	color: rgba(5,36,43,1.00);
	text-decoration: none;
	padding-top: 2px;
}
.nav p a:hover {
	color: rgba(5,36,43,0.50);
	border-bottom: 3px solid rgba(5,36,43,0.25);
	padding-bottom: 2px;
}
