body {
	width:975px;
	padding: 0px; 
	margin: 0 auto;
	font-family: Tahoma, Arial, sans-serif;
	background-color:#000;
	color:#DFC782; 
}

p { }

h1 { color:#F00; text-shadow:#666666 2px 2px 5px; }

h2 {}

h3 {}

ol {}

#header {
	height: 400px; 
	background:url(../img/logo.png) no-repeat #000;;
	position:relative;
	 
}

#nav ul { 
	backgroud-color:#000;
	list-style:none; 
	color:#FFFFFF; 
	font-weight:bold;
	position:absolute;
	bottom:0;
	padding-bottom:10px;
}

#nav li {
	background-color:#000000;
	float:left;
}

 .clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.adspace {
	width:300px;
	height:250px;
	margin:11px;
	float:left;
}

#aweber {
	background:url(../img/ebook.png) no-repeat center;
	color:#000000;	
}

#regField {
	padding-top: 62px;
	padding-left:10px;
}

#privacyPolicy {
	padding-top:10px;
}

#privacyPolicy a {
	color:#222222;
	font-size:10px;
	text-decoration: none;
}

#privacyPolicy a:hover {
	text-decoration:underline;
}

#mainContent {
	padding:20px;
}

.CallToAction { 
	width:728px; 
	height:90px; 
	background:url(../img/calltoaction.png) no-repeat center;
	
}

.entryform {
	padding-top:40px;
	color:#000000;
}

/* Testimonials */

.rounded {
	background-color:#eeecec;
	color:#222;	
}

.rounded p { 
	padding:5px 15px; 
}

.rounded:before {
  background: transparent url(../img/top-right.png) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url(../img/top-left.png);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}


.rounded:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(../img/bottom-left.png);
  margin: 0 0 -1px 0;
  height: 30px;
  background: white;
  background: transparent url(../img/bottom-right.png) scroll no-repeat bottom right ;
  padding: 0;
}

.results {
	margin-left:100px;
}
