﻿/*
	Copyright David Trewern Design         :: www.dtdesign.com ::
	Unauthorised modification / use is a criminal offence, and
	will be prosecuted to the fullest extent permitted by law.
	All Rights Reserved
*/


html {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	height: 100%;
	overflow: hidden;
	
}

body, form, ul, li, p, h1, h2, h3, h4, h5, a, img {
	margin: 0;
	padding: 0;
	background-color: #625F58;
}

a, a:hover {
	text-decoration: none;
}

img {
	border: none;
}


body {
	height: 100%;
}


#flashcontent {
	height: 100%;
}

#noflash {
	width: 900px;
	height: 700px;

}
p{
	color:#999999;
	font-size:12px;
	margin:15px 35px 0 35px;
}
