

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#000000;
	font-family:arial,sans-serif;
	font-size:1.0em;
	color: #999999;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:2.25em georgia,serif; 
	margin:0 0 0.5em;
}
h3 {
	font: 1.50em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, h3 a {
	color:#999999;
	}
	
h4 {
	font:2.25em georgia,serif; 
	margin:0 0 0.5em;
	color:#CCCCCC;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #999999;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #999999;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #666666;
	}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:#000000;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	padding:1em;
	background:#000000;
}
	div#header p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#999999;
	margin:0;
	text-align:right;
	}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:center;
		padding:0 1em;
	}

div#centreBox {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1025px;
	background:#000000;
	height:150px;
	padding-left: 0px;
	}
	

div#leftBox {
	text-align: center;
	padding-right: 25px;
	width: 300px;
	float:left;
	height:150px;
	margin:5px;
}

div#middleBox {
	text-align: center;
	padding-right: 25px;
	width: 300px;
	margin: 0;
	float:left;
	height:150px;
	margin:5px;

}

div#rightBox {
	text-align: center;
	width: 300px;
	margin: 0;
	float:left;
	height:150px;
	margin:5px;
}



	
div#bumpRight {
	padding-left: 2em;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#000000;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
