/* ----------------------------------------------------------------------------- | Project: george web site | Date:    July 2008 | Client:  Tyrone Noonan of george | Author:  Jeremy Bennett | Use:     phplist mailing list subscribe form |   ----------------------------------------------------------------------------*//* --- GENERAL -------------------------------------------------------------- */* /* Clear all margins and padding to zero. */ {	margin:0;	padding:0;	}body {	position:relative;	font:normal 0.6em/1.5em "Lucida Grande", Tahoma, Helvetica;	color:#888;	background-color: #fff;	/*background-image: url("../images/background.gif");	background-repeat: repeat-x;	background-position: 0px 233px;*/	}span.clear /* for clearing floats */ {	clear:both;	height:1px;	line-height:1px;	font-size:1px;	margin-top:-1px;	}p {	padding-bottom: 0.8em;}h1 {	font-size: 1.0em;	padding-bottom: 0.8em;	}a {	color: #444;	font-weight: bold;	text-decoration: none;	outline: none;	/* Removes the dotted line that appears in firefox & incldes off-screen text when clicking on a link. */}a:hover {	color: #FF6F0D;	}.required {	color:#FF6F0D;}/* --- LAYOUT --------------------------------------------------------------- */#wrapper {	width: 330px;	margin: 20px 0px 0px 20px;	}#header {	height: 100px;	text-indent: -5000px;}#header li {	display:inline;}#header a {	display:block;	float:left;	height: 92px;	width: 321px;	background-image: url("../images/heading_george.gif");	background-repeat: no-repeat;	background-position:top left;}#main {}#footer {}
