/* This is the style of your browser text */

body {
  font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
  background: #ea02ad url(../images/bg.jpg) no-repeat fixed;
  line-height: 1.8em;
  padding: 0;
  margin: 0;
  text-align: left;
  color:#fff;
  font-size: 12px;
}

#wrapper {
background: transparent url(../images/bgtile.png) repeat-x;
}


a:link, a:visited {
  text-decoration: none;
  color: #000099;
}

img {
	border:none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.8em;
}


h1{
font-size: 18px;
}

h2{
font-weight:normal;
font-size: 16px;
color: #ff0099;
}

p {
margin: 0 0 1.5em 0;
}

h3 {
font-weight:normal;
  font-size: 16px;
  color: #00ccff;
}

h4 {
  color: #660000;
  font-size: 16px;
  margin: 5px 0 20px 0;
}

h5 {
  font-size: 20px;
}

.highlight {
	color:#0099ff;
}

input[type="text"] {
padding:8px;
font-size:16px;
border:0;
width:180px;
margin-right:5px;
}

input[type="submit"] {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#0099ff none repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
font-size:18px;
padding:8px 20px;

}



#container {
	min-width:960px;
  width: 960px;
  min-height:1200px;
  margin: 0 auto;
  
}

#top {
width:100%;
background: transparent url(../images/headerbg.png) no-repeat;
height:60px;
margin: 0 0 0 0;
}

#signup {
  float:left;
  height:140px;
  padding-top:30px;
}

#header {
	background: transparent url(../images/header.png) no-repeat;
	padding:0;
	margin:0;
	height:281px;
}

#headerTitle {
	position:relative;
	left: 580px;
	top:90px;
	width:380px;
}

#features {
	float:left;
	width:100%;
	padding:20px 0 0 0;
}

#main {
  margin: 0;
  padding: 0 0 0 0;
}

#footer {
padding:100px;
background-color:#990066;
float:left;
}

#left {
  float: left;
  width: 400px;
  margin: 40px 0 40px 40px;
}

.gutter {
  margin: 10px;
}

#right {
  float: left;
  width: 400px;
  margin: 40px 40px 40px 40px;
}

#center {
  width: 375px;
  margin-left: 170px;
}

#pullquote {
  float: right;
  margin: 0 0 .4em 1em;
  width: 145px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-variant: small-caps;
  font-size: 20px;
  line-height: 1.3em;
}