/*
      Created by Keith Donegan of Code-Sucks.com
	  Modifications by lquattro.de
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }
html * {
font-size:100.01%;
}
table { padding-left:10px; }
h2 {
	padding:5px;
}

ul {
	padding-left:10px;
	list-style: none;
}
p {
	padding-left:5px;
}
a:link {
	color: #000;
}
a:hover {
	color: #000;
	background-color: #FFAB2C;
}
a:active {
	color: #000;
}
a:visited {
	color: #000;
}
body {
 font-family: verdana, sans-serif;
 font-size: 12px;
 line-height: 1.4em;
 background-color: #76787a;
}
#wrapper { 
 margin: 0 auto;
 background-color: #ffffff;
 margin-top: 40px;
 width: 708px;
 border: 1px solid #000000;
}
#faux {
 background: #fff;
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 padding: 0;
 height: 100px;
 margin: 0;
 background: url(/newsletter/images/header.jpg) top;
 background-repeat: no-repeat;
}
#content { 
 float: right;
 color: #333;
 margin-left: 0px;
 padding: 0px;
 display: inline;
 width:700px;
 position: relative;
}
#footer { 
 clear: both;
 color: #ccc;
 background: url(/newsletter/images/footer.jpg) repeat-x scroll center center;
 margin-top: 10px;
 padding: 8px;
}
.foot { color:#ccc; }
.clear { clear: both; background: none; }
.required  { color:red; padding-left:5px;}
