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

	html, body {
		height:100%;
		text-align:center; 
		}
		

	BODY {
		background-color:#fff; 
		background-image:url(/images/bg.gif); 
		background-repeat:repeat; 
		background-attachment:fixed; 
		font:10px Arial, Helvetica, sans-serif;
		color:#000;
		margin:0px;
		padding:0px;
		min-width: 770px; 
		}
		
	#distance { 
		width:1px;
		height:50%;
		background-color:#fff;
		margin-bottom:-294px; /* half of container's height */
		float:left;
		}
		
	#content {
		margin:0 auto;
		padding:18px 0px;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:450px;
		width:770px;
		clear:left;
		}

	
	#header {
		width:770px;
		height:100px;
	}
	
	#main {
		width:770px;
		height:340px;
		background-image:url(/images/layout_bg.gif); 
		background-repeat:no-repeat;
		padding:70px 0px;
	}
	#main_left {
		width:410px; 
		float:left;
		padding:0px 0px 0px 20px;
		
	}
	
	#main_right {
		width:320px;
		float:right;
		padding:0px 10px 0px 0px;
		
	}
	
	#footer {
		margin:-130px 0px 0px 0px;
	}
	
	h1 {text-indent:-9999px;}
	
	h1 a {
		display:block;
		float:left;
		background:url(/images/logo_olaa.jpg) no-repeat;
		width:320px;
		height:100px;
		overflow:hidden;
		}
			

	H2 {font:bold 20px Arial, Helvetica, sans-serif; color:#000; margin:10px 0px 0px 10px; letter-spacing:1px;}
	P {margin:0px; line-height:14px;}
	LABEL {font-size:16px; font-weight:200}
	INPUT{background-color:#fff; width:90px; padding:1px; color:#333; font:9px Arial, Helvetica, sans-serif; border:1px solid #e9c7a0;}
	INPUT.send_btn {width:63px; height:21px; color:#1e1f20; background: #fff url(images/btn_submit.gif) no-repeat; border:none; outline: none; cursor:pointer; }
	TEXTAREA {width:240px; height:60px; color:#666; font:9px Arial, Helvetica, sans-serif; border:1px solid #e9c7a0;}


