@charset "utf-8";
html, body {
	padding:0;
	margin:0;
	height:100%;
}
#sidebarblack {
	position:absolute;
	background-color: #000000;
	height:	100%;
	width: 20%;
	top: 150px;
}
#sidebarblack #sidebarred {
	background-color: #FF0303;
	display: block;
	height:100%;
	width: 5%;
	position: relative;
	left: 47.5%;
}
#header {
	width: 80%;
	height: 225px;
	float: right;
	z-index: -3;
}
#header #logo {
	margin: 0 auto;
	display: block;
	z-index: 5;
	position: relative;
}
img {	
	behavior: url(iepngfix.htc);
}#corner {
	background-color: #000000;
	width: 20%;
	height: 150px;
	position: absolute;
	display: block;
	float: left;
}
#corner #topcornerbar {
	background-color: #FF0303;
	position: absolute;
	width: 100%;
	display: inline;
	top: 30%;
	height: 40%;
	z-index: 0;
	line-height: 0;
	overflow: hidden;
}
#corner #sidecornerbar {
	background-color: #FF0303;
	width: 5%;
	height: 52.5%;
	position: absolute;
	display: block;
	left: 47.5%;
	bottom: 0%;
	z-index: 2;
}

#content {
	font-size: 85%;
	height: 100%;
	width: 100%;
}
#content #wrapper {
	float: right;
	width: 70%;
	padding-right: 7%;
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
	height: 100%;
	padding-top: 2%;
}
#headerblackbar {
	background-color: #000000;
	width: 450%;
	height: 20%;
	position: absolute;
	top: 35%;
	left: 47.5%;
}
#content #sidebarblack li {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	padding: 25px 0;
	background-position: center;
	text-align: center;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #FFFFFF;
}
#content #sidebarblack ul {
	position: absolute;
	width: 100%;
	z-index: 5;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}

#content #sidebarblack a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#content #sidebarblack a:hover {
	color:#CCCCFF;
	}
	
#copyright {
	font-size:8pt;
	text-align:center;
	clear:both;
	}
	
#flash {
	float:right;
	width:400px;
	height:450px;
	top:10%;
	padding:0 10px;
}
