@charset "utf-8";
/* CSS Document - Written by Kyle Osborne - 
K O Web Design - http://www.kowebdesign.co.uk - 
kyle@kowebdesign.co.uk - 08445 899721
Copyright 2010 - All righrts reserved*/
body 
	{
		background-color: #3F0; 
		text-align: center; 
		font-size: 18px; 
		font-family: "Kristen ITC", sans-serif; 
		text-align: center; 
		color: #FFFFFF;
	}
/*Anchors*/
a 
	{
		text-decoration: none;
	}
/*Headings*/
h1 
	{
		font-size: 36px; 
		text-align: center;
	}
h2 
	{
		font-size: 22px;
	}
/*Green Font*/
h1,h2,div.green
	{
		color: #0F0;
	}
/*Blue Font*/
li,div.blue,a:hover
	{
		color: #0099FF;
	}
/*Pink Font*/
a
	{
		color: #FF0099;
	}
/*Images*/
img 
	{
		border: none;
	}
img.x 
	{
		width: 100px;
	}
/*Page Container*/
div#container 
	{
		width: 900px; 
		height: auto; 
		background-color: #000000; 
		border: 3px solid #F90; 
		margin: 20px auto 5px auto;
		position: relative;
	}
div#header 
	{
		width: 898px; 
		height: 200px; 
		text-align: center;
		position: relative;
	}
div#content 
	{
		width: 860px; 
		float: left; 
		padding: 10px; 
		text-align: left; 
		margin: 0px 10px 0px 10px;
	}
div#contact 
	{
		width: 838px; 
		height: auto; 
		border: 1px solid #3F0; 
		padding: 10px;
	}

/*CLASS Elements*/
.center 
	{
		text-align: center;
	}
img.construction 
	{
		position: absolute; 
		top: 0px; 
		right: -100px; 
		z-index: 5;
	}
.large 
	{
		font-size: 24px; 
		font-weight: bold;
	}
img.new 
	{
		position: absolute; 
		top: 0px; 
		left: -100px; 
		z-index: 5;
	}
.small 
	{
		font-size: 10px;
	}