/*---------------------------*/
/*PAGE ELEMENTS              */
/*---------------------------*/

#wrapper {
	text-align: center;
}
.container {
	margin: 0 auto;
	width: 300px;		
}
#header {
	margin: 20px 0 0 0;
	height: 49px;	
	text-align: center;
	position: relative;
}
	

/*---------------------------*/
/*COLUMNS		             */

#column_content{
float: left;
width: 320px;
text-align: center;
}


/*---------------------------*/
/*FOOTER                     */

#footer {
	clear: both;
	height: 20px;
	font-size: 80%;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}
	#footer p {
	color: #999;
	text-align: center;	
	}
	

/*---------------------------*/
/*ACCESSIBILITY              */

.offleft {
position: absolute;
margin-left: -9000px;
}





