html {
	background: black;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: #E2761E;
}

#content {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 100%;
	height: 440px;
	background: white;
	z-index: 4;
}

#contentText {
	margin: 0 auto;
	top: 0px;
	right: 10px;
	position: relative;
	width: 740px;
	height: 440px;
	color: black;
}

#contentText img {
	position: absolute;
	left: -40px;
}

#contentText a {
	color: black;
}

#info {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 440px;
	height: 410px;
	padding: 2px;
	overflow: auto;
}

#info img {
	position: relative;
	left: 0px;
}

#infoMembers {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 440px;
	height: 380px;
	padding: 2px;
	overflow: auto;
}

#infoMembers img {
	position: relative;
	left: 0px;
	border-style: none;
}

#news {
	position: absolute;
	top: 40px;
	right: -20px;
	width: 280px;
	height: 100px;
	text-align: center;
}

#news h2 {
	text-align: center;
}

#blog {
	position: absolute;
	right: -20px;
	bottom: 20px;
	width: 280px;
	height: 260px;
}

#layout {
	margin: 0 auto;
	position: relative;
	top: 20px;
	width: 780px;
	min-height: 700px;
	background: black;
}

#layout h2{
	position: absolute;
	top: 68px;
	right: 70px;
}

#tower {
	position: absolute;
	top: -30px;
	right: -300px;
	z-index: 2;
}

#prssa {
	position: absolute;
	top: 20px;
	left: 10px;
	border-style: none;
}

#nav {
	margin: 0 auto;
	position: relative;
	top: 160px;
	left: 0px;
	width: 740px;
	height: 26px;
	font-size: 18px;
	font-weight: bold;
	z-index: 10;
}

#nav a {
	padding: 0px 16px 0px 16px;
	text-decoration: none;
}

#navMembers {
	margin: 0 auto;
	position: relative;
	top: 6px;
	left: 0px;
	width: 740px;
	height: 26px;
	font-size: 18px;
	font-weight: bold;
	z-index: 10;
}

#navMembers a {
	font-size: 12px;
	color: #AAAAAA;
	padding: 0px 20px 0px 20px;
}

#navMembers a:hover {
	color: #E2761E;
}

#footer {
	position: absolute;
	right: -200px;
	bottom: -40px;
	z-index: 10;
}