.clear {
	clear: both;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	font-size: 12px;
	color: #3d1909;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#outer_1 {
	min-width: 960px;
}

#outer_2 {
	background-attachment: scroll;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	position: relative;
	top: 0;
	left: 0;
}

#header {
	width: 960px;
	height: 270px;
	position: relative;
}

#logo {
	width: 223px;
	height: 120px;
	display: block;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 66px;
	left: 25px;
}

#buy_cta {
	width: 160px;
	height: 52px;
	display: block;
	background-image: url(../images/buy-cta.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 218px;
	left: 790px;
}

#webbookmark{
	margin: 0 auto;
	padding: 5px;
	font-size:13px;
	display:none;
}

#buy_cta:hover {
	background-position: 0 -52px;
}

#navigation {
	height: 52px;
	margin: 218px 0px 0px 9px;
	position: absolute;
	left: 0;
	bottom: 0;
}
	
	#navigation ul {
		margin: 0px;
		padding: 0px;		
	}
	
	#navigation ul li {
		list-style: none;
		float: left;		
	}
		#nav-excerpts {
			display: block;
			width: 140px;
			height: 52px;
			background-image: url(../images/nav-excerpts.gif);
			background-repeat: no-repeat;
		}
		#nav-what {
			display: block;
			width: 206px;
			height: 52px;
			background-image: url(../images/nav-what.gif);
			background-repeat: no-repeat;
		}
		#nav-meet {
			display: block;
			width: 98px;
			height: 52px;
			background-image: url(../images/nav-meet.gif);
			background-repeat: no-repeat;
		}
		#nav-mentor {
			display: block;
			width: 195px;
			height: 52px;
			background-image: url(../images/nav-mentor.gif);
			background-repeat: no-repeat;
		}
		#navigation ul li a:hover, #navigation ul li a.active {
			background-position: 0 -52px;
		}
		
#mainsection {

}
	#sidebar {
		float: left;
		width: 150px;
		min-height: 300px;
	}
		#sidebar ul {
			margin: 30px 0px 0px 0px;
			padding: 0px;
			font-size: 13px;
		}
		#sidebar ul li {
			list-style: none;
			border-bottom: 1px dotted #7d7e7f;
			padding: 10px 0px 10px 10px;
		}
		#sidebar ul li a {
			color: #1671c0;
			text-decoration: none;
			display: block;
			padding-left: 20px;
		}
		#sidebar ul li a:hover, #sidebar ul li a.active {
			color: #3d1909;
			background-image: url(../images/arrow.gif);
			background-repeat: no-repeat;
			background-position: 0 3px;
		}
	
	#content {
		float: left;
		width: 590px;
		min-height: 550px;
		padding: 0 25px 40px 25px;
	}	
	#cta_bar {
		float: left;
		width: 170px;
	}	
		#paper {
			display: block;
			width: 170px;
			height: 148px;
			background-image: url(../images/paper.gif);
			background-repeat: no-repeat;	
			padding-top: 155px;		
		}
		
		#paper a:hover{
			background-position: -170px 0px;
		}
			#cta_see {
				display: block;
				width: 142px;
				height: 29px;
				background-image: url(../images/cta_see.jpg);
				background-repeat: no-repeat;			
			}
			#paper #cta_contact:hover, #paper #cta_stay:hover {
				background-position: -142px 0;
			}
			#cta_contact {
				display: block;
				width: 142px;
				height: 51px;
				background-image: url(../images/cta-contact.gif);
				background-repeat: no-repeat;			
			}
			#cta_stay {
				display: block;
				width: 142px;
				height: 51px;
				background-image: url(../images/cta-stay.gif);
				background-repeat: no-repeat;			
			}
	#cta_blog {
		display: block;
		width: 170px;
		height: 93px;
		background-image: url(../images/cta_blog.gif);
		background-repeat: no-repeat;	
	}
	#cta_hope {
		display: block;
		width: 170px;
		height: 86px;
		background-image: url(../images/cta_hope.gif);
		background-repeat: no-repeat;	
	}
	#cta_bar a:hover {
		background-position: -170px 0px;
	}
	#social {
		margin: 0px 0px 0px 15px;
	}
		#social li {
			list-style: none;
			float: left;
		}
			#social li a {
				display: block;
				width: 21px;
				height: 30px;
				background-repeat: no-repeat;
			}
			#social li a:hover {
				background-position: 0 0;
			}
			#share {
				background: url(../images/share.gif) no-repeat;
				width: 64px;
				height: 30px;
			}
			#twitter {background-image: url(../images/icon_twitter.gif);}
			#facebook {background-image: url(../images/icon_facebook.gif);}
			#youtube {background-image: url(../images/icon_youtube.gif);}
			
#footer {
	width: 960px;
	height: 70px;
	clear: left;
}
	#footer .left_footer {
		float: left;
		display: block;
		margin-top: 35px;
		margin-left: 20px;
	}
	#footer a {
		font-size: 11px;
		color: #3d1909;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer .right_footer {
		float: right;
		display: block;
		margin-top: 35px;
		margin-right: 20px;
	}
	
	.hopeascope {
	font-size: 28px;
	color: #1671c0;
	margin-top: 40px;
	font-family:"Trebuchet MS";
}