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

body  {

 background-image:url(images/bgrnd_gradient.jpg);
 background-repeat:repeat-x;
 background-color:#283a3a;
 font-family:Helvetica, Arial, sans-serif;
 color:#69F4F9;
 text-decoration:none;	
 font-size:12px;
 
 }
 
 
 .wrapper {

	width:1259px;
	height: 1215px;
	margin-left: auto ;
	margin-right: auto ;
	margin-top:-10px;
	background-image:url(images/header_top.jpg);
	background-repeat: no-repeat;
	background-position:top center;

	z-index:0;
	
	
	}
	
	
#leftcolumn {
	
	width: 500px;
	height:auto;
	margin-left:118px;
	margin-top: 450px;
	margin-bottom: 25px;
	
	float: left;
	clear:right;
	
}

#rightcolumn {
	
	width: 500px;
	height:auto;
	margin-right:100px;
	padding-right:74px;
	margin-top: 450px;
	margin-bottom: 25px;
	
	position:relative;
	float:right;
	margin-right: 40px;
	clear:right;
	
	
	
}