* {
	margin: 0;
}

html, .wrap {
	height: 100%;
}

body {
  	height: 100%;
	padding-left: 9em;
	font-family: Georgia, "Times New Roman", 
  			Times, serif;
  	color: white;
  	background: url(../dgrey_b005.jpg);
	background-color: #000000;
  	background-repeat: repeat-y;
	background-attachment: fixed;
	padding-right:15%;
	margin: 0;
	padding-bottom: 3em;
	width: 70%;
}

body > .wrap {
	height: auto; 
	min-height: 100%;
}

ul.head {
	position: absolute;
	position: fixed;
	margin-top: 0em;
	width: 100%;
	background-color: #000000;
}

ul.navbar {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	list-style-type: none;
  	padding: 0;
  	margin: 0;
  	position: absolute;
  	position: fixed;
	top: 10%;
  	left: 1em;
  	width: 9em;
}

ul.navbar li {
  	background: #444444;
  	margin: 0.5em 0;
  	padding: 0.3em;
  	border-right: 0.5em solid #990000;
}

ul.navbar a {
  	font-style: normal;
	text-decoration: none;
}

ul.navbar li a:visited {
	text-decoration: none;
}

ul.navbar a:hover {
	font-style: normal;
}

ul.bod {
	padding-top: 10em;
}

a:link {
	color: #3399FF;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #CCCCCC;
	font-weight:bold;
	text-decoration: underline;
}

a:hover {
	font-style: oblique;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.foot{
	position: relative;
	margin-top: -3em;
	height: 3em;
	clear: both;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html.clearfix { 
	height: 1%;
}

.clearfix {
	display: block;
}

