@charset "utf-8";
a:link {color:#9999FF;}      /* unvisited link */
a:visited {color:#9999FF;}  /* visited link */
a:hover {color:#BBBBBB;}  /* mouse over link */
a:active {color:#FFFFFF;}  /* selected link */
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}
a img {
  border: none;
}
img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
div#container {
	position: relative; 
	z-index: 2;
}

.containertitle {
	width: 100%;
	min-width: 1000px;
	height: 200px;
	z-index: 10;
	position: relative;
}
.titlelogo {
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	width: 430px;
	z-index: 15;
}
.body {
	position: relative;
	left: -200px;
	height: auto;
	width: 100%;
	min-width: 600px;
	min-height: 500px;
	padding-left: 200px;
}
.innerbody {
	margin-left: 200px;
	margin-right: 200px;
	min-width: 560px;
	padding: 20px;
	height: auto;
	width: auto;
	text-align: center;
	color: white;
	background: rgb(85, 0, 19) transparent; /* default fallback */
	background: rgba(85, 0, 19, 0.6); /* nice browsers */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99550013, endColorstr=#99550013); /* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99550013, endColorstr=#99550013)"; /* IE8 */
}
.rightnavbar {
	position: absolute;
	height: 470px;
	width: 200px;
	left: 0px;
	margin-left: auto;
	z-index: 15;
	background-image: url(images/right_navbar_background.png);
}
.navlink {
	height: 50px;
	width: 170px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	z-index: 20;
}
.navspacer{
	width: auto;
	height: 15px;
}
.image{
	margin: 10px;
}