/* CSS Document */

body {
	margin-top: 0;
	padding: 0;
	background-image: url(background.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#layout {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 950px;
	z-index: auto;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF7F00;
}

h1 {
	font-size: 1em;
}
h2 {
	font-size: .9em;
}
h3 {
	font-size: .8em;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FF7F00;
	text-decoration: none;
}

.welcome {
	position: absolute;
	z-index: auto;
	top: 300px;
	width: 262px;
	left: 50px;
	color: #8A8787;	
}
.navigation {
	position: absolute;
	z-index: auto;
	top: 280px;
	width: 485px;
	height: 58px;
	left: 337px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.godcore {
	position: absolute;
	z-index: auto;
	top: 540px;
	width: 480px;
	left: 405px;
	color: #8A8787;
}

#video {
	position: absolute;
	z-index: auto;
	top: 338px;
	left: 333px;
}

.videobar_1 {
	position: absolute;
	z-index: auto;
	top: 635px;
	width: 350px;
	height: 250px;
	left: 55px;
	color: #8A8787;
}

.video {
	position: absolute;
	z-index: auto;
	top: 750px;
	width: 220px;
	left: 390px;
	color: #8A8787;
}

.orange {
	color: #FF7F00;
	font-weight: bold;
}

.white {
	color: #FFFFFF;
	font-weight: bold;
}
.slide {
	position: absolute;
	z-index: auto;
	top: 63px;
	left: 42px;
	width: 771px;
}
.videobar_2 {
	position: absolute;
	z-index: auto;
	top: 635px;
	width: 350px;
	height: 250px;
	left: 445px;
	color: #8A8787;
}
.footer {
	position: absolute;
	z-index: auto;
	top: 920px;
	width: 850px;
	text-align: center;
	left: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}