@import "main.css";

body {
	position: absolute;
	background-color: black;
	color: white;

	margin-top: 2em;
	margin-bottom: 0;

	padding: 0;

	height: 95%;
	width: 100%;
	
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

a {
	background-color: transparent;
	color: #ffa500;
}

img {
	border: 0;
}

#hack {
	padding: 0;
	height: 100%;
	width: 90%;

	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
        background: url( "../gfx/backgrounds/logo.jpg" );
	width: 95px;
	height: 328px;
}

#menu {
	float: right;
	width: 95px;
	margin-top: 64px;
}

#menu h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: white;
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
	padding:0;
}

#menu ul {
	border-left: 2px solid white;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0;

	list-style: none;
}

#menu ul li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
	padding: 0;

	/* IE sucks, 0.8em isn't displayed right */
	font-size: 80%;

	display: block;

	/* this fixes IE displaying 1 line gaps between the list items
		which occur due to white space in the markup which it shouldn't
		be displaying in the first place */
	border: solid 1px black;
}

#menu a {
	display: block;
	margin: 0;
	padding: 0;
	background-color: black;
	color: #b7b7b7;
	text-decoration: none;
}

#menu a:hover {
	color: black;
	background-color: #ffa500;
	text-decoration: none;
	border: 1px white solid;
}

#validity a {
	border: none;
}

#validity a:hover {
	border: none;
	background-color: black;
}

#sectionHeading {
        color: white;
        text-align: center;

        height: 64px;
	line-height: 64px;
        margin: 0;

	margin-left: 95px;
	margin-right: 100px;

        border-right: 1px solid white;
        border-left: 1px solid black;

	overflow: hidden;
}


#content {
	color: white;
	border-left: solid 1px white;
        border-right: solid 1px white;

	padding: 1em;

	margin-left: 95px;
	margin-right: 103px;

	min-height: 100%;
}


#footer {
	text-align: right;
	color: white;
	background-color: black;
	border-left: solid 1px white;

	/* IE sucks, 0.8em isn't displayed right */
	font-size: 80%;
	margin-left: 95px;
	margin-right: 103px;

	padding: 0.2em;
}

.relatedlinks {
	line-height: 1.5em;
}

