body {
	background: #000 url(../images/bg_body.jpg);
	font-size: 1em;
	line-height: 1.4em;
	color: #0070bd;
}

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

a:hover { text-decoration: underline}

h2 {
	color: #29299a;
	font-size:1.4em;
	font-weight: bold;
}

h3 {
	color: #29299a;
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	color: #0070bd;
	font-size:0.7em;
	font-weight: bold;
	letter-spacing: 0.02em;
}

#wrapper {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	background: url(../images/bg_right_texture_highres.png) repeat-y right top;
	overflow: hidden;
}



#left_col {
	float:left;
	margin:0;
	width:620px;
}
	#embed_box {
		width: 600px;
		height: 338px;
		padding: 8px;
		margin:165px 0 0;
		overflow: hidden;
	}
		#embed_box embed, #embed_box object, #embed_box img { 
			width: 600px;
			height: 338px;
			margin: 0 auto;
			-webkit-box-shadow: rgba(0, 0, 0, 1) 0 0 12px;
			-moz-box-shadow: rgba(0, 0, 0, 1) 0 0 12px;
			box-shadow: rgba(0, 0, 0, 1) 0 0 12px;
		}
		
		#email_box {
			background:url(../images/signup_box.png) no-repeat;
			clear:both;
			height:68px;
			margin-top:30px;
			margin:15px 0 0 4px; 
			padding:8px 20px;
			box-s
			
		}
			#email_box h3 {
				margin-top: 0px;
				width:285px;
				float: left;
				font-size:1.2em;
				margin-top:4px;
			}
			
			#email_box h4 {
				clear:none;
				float:left;
				margin:5px 0 0 0;
				width:222px;
			}
		
				#email_box h4#video_link {
					clear:both;
					float:left;
					margin:5px 0 0 52px !important;
					width:235px;
			}

		
			.email_form {
				float:left;
				height:16px;
				margin:2px 10px 0 0;
				width:190px;
				color: #005ab2;
				font-size:0.75em;
				font-family: Georgia, times, serif;
				font-weight: bold;
				padding:0 5px;
			}
			.email_submit {
				float:left;
				height:20px;
				width: 58px;
				position: absolute;
				margin:5px 0 0 2px;
			}

#right_col {
	float:left;
	margin-left:24px;
	width:310px;
	display: inline;
}
	
	#logo {
		background:url("../images/logo_almost_there_top.png") no-repeat scroll 0 0 transparent;
		height:177px;
		left:-10px;
		margin:15px 0 40px;
		position:relative;
		text-indent:-9999px;
		width:333px;
	}
	
	#right_col h2 {text-align:right;}

	#right_col h4 {
		margin-bottom: 20px;
		text-align:right;
	}
	
	#right_col h3 {
		color: #29299a;
		font-size:1.2em;
		font-weight: bold;
		text-align:right;
	}
	
	
	#right_col h4.alt_color {
		color: #29299a;
		font-size: 0.75em;
		margin: 0px;
		text-align:right;
		
	}
	
	#photo_profile {
		display:block;
		height:378px;
		margin:50px 0 50px 27px;
		width:262px;
		border: 1px solid #bb9541;
	}	
