body {
	font-size:		100%;
	font-family:		Arial;
	color:			#330066;
	background-color:	white;
}

img {
	margin:			0;
	padding:		0;
	border-width:		0;
}

a:visited {
	color:			#9999CC;
	text-decoration:	none;
}

a:link {
	color:			#FF9933;
	text-decoration:	none;
}

a:hover img {
	border:			1px solid #0000FF;
}

#TopLeft {
	position:		absolute;
	top:			0px;
	left:			10px;
	z-index:		9;
}

#TopLeft img {
	position:		absolute;
	left:			5px;
}

#Banner {
	position:		absolute;
	right:			2%;
	top:			0;
	width:			20%;
	z-index:		5;
}

#Banner img {
	position:		relative;
	display:		block;
	top:			28px;
	z-index:		10;
	margin-left:		auto;
	margin-right:		auto;
}

#LeftBorder {
	position:		absolute;
	background-color:	#9999CC;
	left:			15px;
	top:			0px;
	width:			230px;
	height:			1200px;
	float:			left;
	z-index:		4;
}

#RightBorder {
	position:		absolute;
	right:			2%;
	top:			72px;
	width:			20%;
	height:			600px; /*!!!*/
	margin-left:		10px;
	float:			right;
	z-index:		4;
	background-color:	#330066;
}

#Headline {
	position:		absolute;
	right:			2%;
	top:			210px;
	width:			20%;
	text-align:		center;
	color:			#FFCC00;
	margin-left:		0;
	padding-left:		0;
	z-index:		10;
}

#Headline li {
	text-align:		left;
	margin-left:		0;
	padding-left:		0;
}

#Headline a:link {
	color:			#FFCC00;
}

#Menu {
	background-color:	#9999CC;
	position:		absolute;
	top:			215px;
	left:			15px;
	width:			230px;
	float:			left;
	height:			auto;
	z-index:		5;
}

#Menu img {
	position:		relative;
	left:			35px;
	height:			auto;
}

#Main {
	position:		relative;
	margin-top:		67px;
	margin-left:		255px;
	margin-right:		23%;
	z-index:		50;
	height:			auto;
}

#Main table {
	margin-left:		auto;
	margin-right:		auto;
	width:			100%;
}

#Main li {
    padding: 20px 0 0 0;
}

#Support p {
    color: red;
}

#Credit {
	clear:			both;
	position:		absolute;
	right:			2%;
	top:			717px;
	z-index:		15;
}

#Credit img {
	position:		absolute;
	right:			0;
	bottom:			0;
	z-index:		50;
}
