﻿@font-face {
	font-family: paz_one;
	src: url('paz_thin-webfont.ttf');
}

@font-face {
	font-family: paz_two;
	src: url('paz_bold-webfont.ttf');
}

@font-face {
	font-family: paz_three;
	src: url('paz_black-webfont.ttf');
}

body {
	padding: 0px;
	margin: 0px;
	
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #9c9c9c;
	background: #000 url('bg.png') fixed center repeat-y;
}

.OverlapLink {
	color: #FFF;
	font-size: 18pt;
}

.OverlapLink:hover {
	color: #000;
	text-shadow: 0 0 0.2em #FF0, 0 0 0.2em #FFF;
}

.FontTitle {
	font-family: paz_two;
	font-size: 16pt;
	color: #FFF;
	
	width: 100%;
	height: 25px;
	background: url('bar.png') no-repeat;
	text-shadow: 0 0 0.2em #AFA, 0 0 0.2em #0FF;
}

.Nav {
	width: 266px;
	height: 50px;
	
	font-family: paz_three;
	color: #FFF;
	background: #000;
}

.Nav:hover {
	background: #333;
}

.LinkColour {
	color: #FFF;
	text-shadow: 0 0 0.2em #9ce6ff, 0 0 0.2em #8ed2ff;
}

#BoneTable {
	width: 800px;
	
	position: absolute;
	
	margin-left: -400px;
	margin-right: -400px;
	
	left: 50%;
	right: 50%;
	
	background: #9c9c9c;
}

#NavigateTable {
	width: 100%;
}

#BannerTable {
	background: url('banner.jpg');
	height: 200px;
}

#ContentTable {
	width: 790px;
	
	margin: auto;
	
	text-align: left;
	
	background: #000;
}

#NFO {
	font-size: 8pt;
	color: #FFF;
	text-shadow: 0 0 0.2em #000, 0 0 0.2em #000;
}