@charset "utf-8";
/* CSS Document */

body  {
	background-color: #182E84;
	margin:  0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#333333;

}
#wrapper {
	width:900px;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(../images/wrapper.jpg);
	background-repeat: repeat-y;
}
.redtext {
	color:#ff0000;
	font-weight:bold;
}

.tealcolor {
	color:#3BFAC4;	
}
a {
	color:#C27080;
	font-weight:bold;
}

h1 {
 
	color:#9AA7C8;
	font-size:20px;
	font-weight:normal;
	letter-spacing:.1em;
}

h2 {
 
	color:#3B2E6B;
	font-size:16px;
	font-weight:normal;
	letter-spacing:.1em;

}
h3 {
 
	color:#A39647;
	font-size:14px;
	font-weight:normal;
}

h4 {
 
	color:#C27080;
	font-size:16px;
	font-weight:normal;
	letter-spacing:.1em;

}
#left ul, ol {
 	padding-left:70px;
	padding-right:55px;
	line-height:25px;
 }
 
#signup {

	padding-top:60px;
	width:200;
}
#signup p {
	padding-left:15px;
	padding-right:15px;
}
#left {
	width: 540px;
	margin:0;
	padding:0;
	text-align:left;
	padding-left:45px;
	padding-right:55px;
	background-attachment: scroll;
	background-image: url(../images/bg_left.jpg);
	background-repeat: repeat-y;
	
}
 

#right {
	width: 230px;
	margin:0;
	padding:0;
	padding-left:15px;
	padding-right:15px;
	background-attachment: scroll;
	background-image: url(../images/header_right.jpg);
	background-repeat: no-repeat;
} 

.sidebar {
	border: 2px solid #D7D0A2;
	padding:0 10px;
}

.sidebar p {

}

.sidebar h1 {
	font-size:14px;
	color:#9AA7C8;
	text-decoration:underline;
}

.testimonial {
	width:465px;
	background:#d6ce9f;
	background-attachment: scroll;
	background-image: url(../images/top_quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0 auto;
	padding-left:35px;
}

.testimonial p {

	color:#333333;
	letter-spacing:.1em;
	font-weight:normal;
	font-style:italic;
	background-attachment: scroll;
	background-image: url(../images/base_quote.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.earnings {
	font-size:10px;	
}
#paypal {
	margin-left:50px;
}
#footer {
	width: 900px;
	height:19px;
	overflow: hidden;	
	padding:  0;
	clear: both;
	}
			
									/* menu */
	
									 #menu {
									float:left;
									width:563px;
									font-size:93%;
									line-height:normal;
									background-color: #DAE0D2;
									background-image: url(../images/tab_nav/bg.gif);
									background-repeat: repeat-x;
									background-position: bottom;
									margin-left:40px;
									  }
									#menu ul {
									  margin:0;
									  padding:10px 10px 0;
									  list-style:none;
									  }
									#menu li {
									float:left;
									margin:0;
									padding:0 0 0 9px;
									background-image: url(../images/tab_nav/left.gif);
									background-repeat: no-repeat;
									background-position: left top;
									  }
									#menu a {
									float:left;
									display:block;
									padding:5px 15px 4px 6px;
									text-decoration:none;
									font-weight:bold;
									color:#765;
									background-image: url(../images/tab_nav/right.gif);
									background-repeat: no-repeat;
									background-position: right top;
									  }
									/* Commented Backslash Hack
									   hides rule from IE5-Mac \*/
									#menu a {float:none;}
									/* End IE5-Mac hack */
									#menu a:hover {
									  color:#333;
									  }
									#menu #current {
									background-image:url(../images/tab_nav/left_on.gif);
									border-width:0;
									  }
									#menu #current a {
									background-image:url(../images/tab_nav/right_on.gif);
									color:#333;
									padding-bottom:5px;
									  }