/*-------------------------------------------------------------
Basic Style Sheet 

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

/*Body*/

body {
	margin: 20px 0 0 0;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small; /*for compliant browsers*/
	text-align: center;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background: #c0c0c0 url(images/body/body-bg.gif) repeat-x;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
	
#wrapper {
	width: 75%;
	min-width: 760px;
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
  }
  
  
#header {
	width: 100%;
	background: url(images/header960x140.jpg) no-repeat;
	height: 140px;
}

#content {
	float: left;
	margin: 0;
	line-height: 1.5em;
	width: 100%;
	height: 250px;
	}

#content a {
	color: blue;
	}

#content .gutter {
	padding: 25px;
	}

	
#footer {
	clear: both;
	padding: 5px 0px;
	width: 100%;
	height: 110px;
	background: url(images/footer.jpg) no-repeat center;
	}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #333;
	background-color: inherit;
	}

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

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

/******************HACK MANAGEMENT*********************/

/* 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 */
