/*-------------------------------------------------------------
Old Buckenham Introduction Style Sheet 

Version: 1.0
Author: P Neal
email: webmaster@alternetsolutions.co.uk
website: http://www.alternetsolutions.co.uk/
-------------------------------------------------------------*/

/*Body*/

body {
	margin: 0px 0 0 0;
	padding: 0;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small; /*for compliant browsers*/
	text-align: center;
	background: #000;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

.skip {
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #ddd;
	background-color: #000;
	}

.skip a {
	color: #ddd;
	}
	
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #000;
    }

#bg-wrap {
	float: left;
	width: 960px;
	height: 100%;
	}

/*Header*/

#header {
	width: 960px;
	height: 73px;
	background: url(wings-fp.jpg) no-repeat center;
	/*margin-left: 250px;*/
	}

/*Content*/

#main-body {
	float: left;
	width: 960px;
	height: 480px;
	font-size: 85%;
	line-height: 1.5em;
	color: #333;
	background: #000; /*url(intro.jpg) no-repeat center;*/
	}

#main-body p {
	margin: 10px 0 0 0;
	padding: 0;
	}

/*Footer*/
	
#footer {
	clear: both;
	width: 940px;
	padding: 5px 10px;
	background: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
#footer p {
	font-size: 85%;
	color: #ddd;
	background-color: inherit;
	}

#footer a {
	color: #ddd;
	background-color: inherit;
	text-decoration: none;
	}

#footer a:hover {
	color: #333;
	background-color: inherit;
	text-decoration: underline;
	}

/* Hide from IE/Mac \*/
#footer { height: 1%; }
/* End hide from IE/Mac */

/* Hide from IE/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE/Mac */



	
