/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#333;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
	background-color: #333;
}
.tableFont {
	font-size: 11px;
	font-weight: normal;
}


h1 {
	margin:0.5em 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #CCC;
}

h2 {
	margin:0 0 0.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.25em;
}
	h1, h2, a {
	color:#666;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:820px;
	background:#222;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	padding:1em;
	border-bottom:6px double gray;
	background-color: #222;
	background-image: url(../csslayout.gif);
	background-repeat: no-repeat;
	background-position: 98% 10px;
	color: #CCC;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
	background-color: #222;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	border-top:6px double gray;
	text-align: center;
	background-color: #222;
}
	div#footer p {
	padding:1em;
	margin:0;
	font-size: 10px;
	}
.projectTitle {
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
}
.headings {
	font-weight: bold;
	color: #999;
}
