body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(gfx/bg.jpg);
	background-repeat: repeat-x;
	background-color: #515256;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-image: url(gfx/bgmain.jpg);
	background-repeat: no-repeat;
	height: 914px;
	text-align: left;
}
#nav {
	position: relative;
	top: 58px;
	left: 387px;
	width: 600px;
	height: 25px;
	text-align: right;
}
#nav a {
	display: inline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-right: 25px;
	color: #ffffff;
}
#nav a:hover {
	text-decoration: underline;
	color: #ff04a2;
}
.clear {
	clear: both;
}
h1 {
	letter-spacing: -3px;
	font-weight: 100;
}
h1 span {
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#header {
	position: relative;
	top: 213px;
	left: 20px;
}
#content {
	position: relative;
	top: 190px;
	font-size: 11px;
}
#left {
	float: left;
	text-align: left;
	padding-left: 20px;
	width: 740px;
}

#left h2 {
	padding-bottom: 0px;
	margin-bottom: 4px;
}
.raq {
	font-weight: bold;
	color: #ff04a2;
}
#right {
	float: right;
	width: 205px;
	padding-top: 8px;
}
#right h2 {
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-size: 20px;
	color: #ffa8df;
}