/*
Author: ICE
Author URL: http://www.icei.com.au
*/

/********** HTML elements **********/

body {
	font-family: sans-serif;
	font-size: 11px;
	color: #676767;
	background: #FFF url(../images/opening_page_gradient.jpg) repeat-x;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

h1 {
	color: #676767;
	font-size: 14px;
}

a {
	color: #578CAF;
	text-decoration: none;
}

a:hover {
	color: #0069AF;
}

/********** User-defined elements **********/

#box {
	width: 805px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}

#footer {
	height: 80px;
	text-align: center;
}

/********** Class elements **********/

.hack {
	clear: both;
}

.alnleft {
	float: left;
}

.alnright {
	float: right;
}
