/* RealTalk Styles */

			html { 
			  background: url(../images/bkgd.jpg) no-repeat center center fixed; 
			  -webkit-background-size: cover;
			  -moz-background-size: cover;
			  -o-background-size: cover;
			  background-size: cover;
			  background-color:#000000;
			}
			img{border:none;}
			#wrapper{width:100%;}
				
				#container{display:block; width:960px; margin:0px auto;}
				
			#header{width:960px; height:90px; line-height:90px; margin:0px auto; background:#000000; font-family: 'Arial Narrow', Arial, sans-serif;}
			#header-left{float:left;}
			#header-left img{width:320px; height:31px; margin:30px 20px;}
			#header-right{float:right; height:75px; line-height:75px; font-size:125%;}
				#navtop{margin:0px;}
					body#home #navtop li #toplink-home,
					body#about #navtop li #toplink-about,
					body#contact #navtop li #toplink-contact{color:#0099ff;}
				
				
				#navtop #toplink-register{background:#0099ff;}
				#navtop #toplink-register:hover{color:#ffffff; text-decoration:underline;}
			#header-right ul li{display:inline; list-style-type:none;}
			#header-right ul li a{display:block; text-decoration:none; color:#ffffff; height:60px; line-height:60px; float:left; padding:15px 20px;}
			#header-right ul li a:hover{text-decoration:none; color:#0099ff;}
			
			#content{padding-top:4%; clear:both; margin-bottom:17%;}
			#content-main{width:50%; margin-left:50%;}
			#content-main h1{margin-bottom:-20px; font-family:'arial black', sans-serif; font-size:28px; text-shadow: 5px 5px 8px #000000; color:#ffffff;}
			#content-main span{margin:0px; font-family: 'Arial Narrow', Arial, sans-serif; font-size:20px; color:#ffffff;}
			#content-main a#cta-learnmore_home, #content-main a#cta-register_home {display:block; border-radius:10px; width:40%; padding:15px 10px; float:left; text-decoration:none; text-align:center; color:#ffffff; font-family: 'Arial Narrow', Arial, sans-serif; margin:30px 10px; font-size:175%; border:1px solid #ffffff;}

			#content-main a#cta-learnmore_home:hover, #content-main a#cta-register_home:hover{text-decoration:underline;}
			#content-main #cta-learnmore_home{background:#0099ff;}
			#content-main #cta-register_home{background:#ff9933;}
		
		
			#content-main {max-width:480px; color:#ffffff;}
			#content-main hr{width:100%; margin:15px 0px;}
			#content-main p{color:#ffffff; font-size:18px;}
			#content-main p a{text-decoration:none; color:#0099ff;}
			#content-main p a:hover{text-decoration:underline; background:#ffffff;}
			#content-main a#cta-register_about{
	
					display:block; 
					border-radius:10px; 
					width:50%; 
					padding:15px 10px; 
					float:left; 
					text-decoration:none; 
					text-align:center; 
					color:#ffffff; 
					font-family: 'Arial Narrow', Arial, sans-serif; 
					margin:30px 10px; 
					font-size:175%; 
					border:1px solid #ffffff;
					background:#ff9933;}
					
			#content-main a#cta-register_about:hover{text-decoration:underline;}
			
			
			form{width:100%; margin:15px auto; padding:15px;}
			fieldset{border-radius:10px; margin:15px 20px;}
			legend{font-size:150%; font-weight:bold;}
			.bord-radius_5px{border-radius:8px; height:30px; width:95%; margin:0px 10px;}
			.reg-button{background:#ff9933; color:#ffffff; font-size:24px; height:60px; width:100%; border:1px solid #ffffff; margin:15px auto; border-radius:10px;}
			.reg-button:hover{box-shadow: 5px 5px 10px #888888;}
			label{font-weight:bold;}
		
		
			#footer{width:960px; height:60px; line-height:60px; margin:0px auto; font-family: 'Arial Narrow', Arial, sans-serif; color:#ffffff;}
			#footer-left, #footer-right{width:40%; padding:0px 10px 15px 10px;}
			#footer-left{float:left; height:45px; line-height:45px;}
			#footer-right{float:right; height:45px; line-height:45px; text-align:right;}
		
		