@charset "utf-8";
/* CSS Document */

body, html {
	background-color: #000000;
	background-image: url(media/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#logoContainer {
	float: left;
	width: 1024px;
	text-align: center;
}
#title {
	text-align: center;
	float: left;
	height: 40px;
	width: 1024px;
	filter:alpha(opacity=50);
	opacity:0.5;
	margin-bottom: 10px;
	letter-spacing:0.4em
}
#wrap {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-weight: normal;
	padding:0px;
	margin:0px;
}
#menuwrap {
	float: left;
	height: 42px;
	width: 900px;
	margin-bottom: 10px;
	margin-left: 70px;
}

.box                {
	color: #FFFFFF;
	background-color: #2e2e2e;
	float: left;
	height: 20px;
	width: 129px;
	font-size: 1.2em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
a.box               {
	display:block;
	color:#CCCCCC;
	text-decoration:none;
	font-weight:bold;
	background-color: #2e2e2e;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
a.box:hover         {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #494949;
}
#flashContainer {
	text-align: center;
	width: 1024px;
	margin-bottom: 10px;
	float: left;
	height: 204px;
}
#textarea {
	color: #CCCCCC;
	background-image: url(media/text-bg.png);
	padding: 10px;
	width: 832px;
	margin-left: 85px;
	float: left;
	margin-bottom: 10px;
}
#textareaon {
	color: #FF0000;
	background-image: url(media/text-bg.png);
	padding: 10px;
	width: 832px;
	margin-left: 85px;
	float: left;
	margin-bottom: 10px;
}
#footer {
	color: #FFFFFF;
	background-image: url(media/footer-bg.png);
	padding: 10px;
	width: 832px;
	margin-left: 85px;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	font-size: 0.95em;
}
.centre {
	text-align: center;
}
.zero {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
