@charset "utf-8";
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
}
body {
	background: #06C url(../images/glow3.jpg) no-repeat center top;
	margin: 0px;
	height: 100%;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}

/* CSS Document */

.clear {
	clear: both;
	height: 1px;
}
.alignLeft {
	text-align: left;
}
.alighCentre {
	text-align: center;
}
.alignRight {
	text-align: right;
}


#container {
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#left {
	float: left;
	width: 50%;
}
#menu {
	text-align: left;
	float: right;
	width: 50%;
}
#menu ul li {
	list-style: none;
	font-size: 1.5em;
	padding-bottom: 20px;
}

#right {
	float: right;
	width: 50%;
}
#description {
	color: #B3C5D3;
	text-align: left;
	margin-left: 50px;
}


#footer {
}

