/* --------------------------------------------------------------
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

/* PAGE STYLES */




	/* Wrapper

	-----------------------------------------*/
	
		#wrapper {
				  color: #ffffff;
				  width: 980px;
				  height: 370px;
				  overflow: hidden;
				  overflow-y: no-scroll;
				  text-align: left;
				  margin: 22px auto 0px auto;
				  font-size: 12px;
				  font-family: FuturaBT, Arial, sans-serif, Helvetica, Helvetica Neue;
			      	  line-height: 18px;
				  }
				  
		#column_left {
			width: 40px;
			float: left;
			margin: 155px 11px 30px 55px;
		}
		
		#column_normal {
			width: 258px;
			height: 370px;
			float: left;
			margin: 0px 20px 20px 20px;
		}
		
		#column_normal p {
			color: #cccccc;
			font-size: 12px;
			line-height: 18px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		#column_right {
			width: 516px;
			height: 370px;
			float: left;
			margin: 0px 20px 20px 0px;
		}
		
		#column_right p {
			color: #999999;
			margin-left: 60px;
			margin-top: 0px;
			font-size: 14px;
			line-height: 20px;
		}
		
		#column_right a {
			color: #cc0033;
			font-size: 16px;
			margin-left: 275px;
			text-decoration: none;
			position: relative;
			z-index: 10;
		}
		
		#column_right a:hover {
				color: #ffffff;
		}
		
		#column_right h2 {
			color: #ffffff;	
			font-size: 15px;
			margin-left: 60px;
		}
				  
				  
	
	
/* Footer

	-----------------------------------------*/
		
 
				
	
	#footer { 
 	float: left;
	width: 1005px;
	height: 25px;
	color: #ffffff;
	width: 100%;
	margin: 20px auto 0px auto;
	}
	
	#footer .image {
	background: none;
    	height: 111px;
	display: block;
	margin-top: -40px;
	margin-left: 860px;
	}
	
	.footerclass {
		width: 1005px;
		height: 20px;
		margin-left: 55px;
		margin-top: -45px;
		
	}
