body {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	padding: 0px;

	background-image: url(img/rrr_background.jpg);
	background-color: #ff9900;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;

	border-style: none;
	border-width: 0px;

	font-family: prestige elite bold, courier new, courier, serif;
	font-weight: 100%;
	font-size: 80%;
	text-align: justify;
	vertical-align: middle;
	color: black;
}

a:active {
	color: gray;
	text-decoration: none;
}
a:link {	
	color: gray;
	text-decoration: none;
}
a:visited {
	color: gray;
	text-decoration: none;
}

h1 {
	letter-spacing: 5px;
	color: gray;
	text-align: left;
	font-size: 100%;
	font-family: news gothic mt, andale mono, arial, sans-serif;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2 {
	letter-spacing: 5px;
	color: gray;
	text-align: left;
	font-size: 100%;
	font-family: news gothic mt, andale mono, arial, sans-serif;
	padding: 0px;
}


div.main {
	position: absolute;
	top: 8px;
	left: 0px;

	border-style: none;
	border-width: 0px;

	margin: 0px;
	padding: 0px;
	overflow: hidden;

	font-family: news gothic mt, andale mono, arial, sans-serif;

}

div.specialtext {
	position: absolute;
	top: 220px;
	left: 200px;
	height: 300px;
	width: 580px;

	border-style: none;
	border-width: 0px;

	margin: 0px;
	padding: 15px;
	overflow: hidden;

	font-family: news gothic mt, andale mono, arial, sans-serif;
}


div.text {
	position: absolute;
	top: 180px;
	left: 200px;
	height: 360px;
	width: 580px;

	border-style: none;
	border-width: 0px;

	margin: 0px;
	padding: 15px;
	overflow: auto;

	font-family: news gothic mt, andale mono, arial, sans-serif;
}

div.menu {
	position: absolute;
	top: 170px;
	left: 15px;
	height: 500px;
	width: 140px;

	border-style: none;
	border-width: 0px;
   
	margin: 5px;
	padding: 5px;
	overflow: hidden;

	font-family: prestige elite bold, courier new, courier, serif;
	font-size: 125%;
	font-weight: 300%;
	font-variant: small-caps;
	text-align: right;
	line-height: 50px;
	letter-spacing: 3px;
	
}

div.pict {
	position: absolute;
	top: 492px;
	left: 0px;
	height: 150px;
	width: 150px;

	border-style: none;
	border-width: 0px;

	margin: 0px;
	padding: 5px;
	overflow: hidden;
}

div.imprint {
	position: absolute;
	top: 560px;
	left: 737px;
	height: 30px;
	width: 100px;

	border-style: none;
	border-width: 0px;
   
	margin: 5px;
	padding: 5px;
	overflow: hidden;

	font-family: prestige elite bold, courier new, courier, serif;
	font-size: 100%;
	font-weight: 300%;
	font-variant: small-caps;
	text-align: right;
	line-height: 50px;
	letter-spacing: 5px;
	
}