@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000 url(images/southerncrossbg.jpg) no-repeat fixed left top;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C00;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #C00;
}
h1 {
	font-size: 140%;
	color: #000;
	font-variant: small-caps;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 90%;
}
h5 {
	font-size: 80%;
}
h6 {
	font-size: 70%;
}
.AlignCentre {
	text-align: center;
}
.alignLeft {
	text-align: left;
}

.clear {
	clear: both;
}
.h1Red {
	font-size: 160%;
	font-weight: bold;
	color: #F00;
}
.comment {
	display: none;
}



/* CSS Document */

#container {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #F00;
	background: #FFF;
}
#header {
	background: url(images/stripes.png);
	height: 150px;
}
#TopHead {
	float: left;
	width: 620px;
	color: #000;
	text-align: right;
	height: 45px;
	padding-top: 5px;
	font: 90% Arial, Helvetica, sans-serif;
}
#SubHead {
	width: 624px;
	margin: 0px;
	float: left;
	text-align: left;
	font-weight: bold;
}

#menu {
	float: left;
	height: 50px;
	width: 624px;
	font-size: 85%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	margin-top: 2px;
}
#menu ul {
	list-style: none;
	margin-top: 13px;
}
#menu ul li {
	display: inline;
	border: thin solid #F00;
	margin-left: 10px;
	text-align: left;
	padding: 2px 3px;
}
#menu a:link {
	color: #FFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	color: #F00;
	text-decoration: none;
}




#logo {
	float: left;
	width: 176px;
}
#hay {
}


#body {
	text-align: center;
	background: no-repeat center 100px;
}
#bodyText {
	text-align: center;
	font-size: 90%;
}
#indexLeft {
	text-align: center;
	width: 98%;
	padding-left: 10px;
}
#indexRight {
	float: right;
	width: 250px;
}
#twitter {
	height: 400px;
	width: 250px;
}
#features {
	background: #FFEDA4;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 10px;
	border: medium solid #C69E00;
}



#footer {
	text-align: center;
	border-top: thin solid #F00;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-weight: bold;
	font-size: 85%;
}
#fsa {
	text-align: left;
	font-size: 80%;
}

