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

body {
	background: white;
	font-size: 12pt;
	}

#header {
	background: white;
}

#flashRight {
	display: none;
	}

#header .header_base {
	display: none;
	}

.menu {
	display: none;
	}

#index .row .col_1 {
	display: none;
	}
	
#main, #index .row .col_2 {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
	
#flash {
	display: none;
	}

#footer {
	display: none;
	}

