/* - - - adjusting the layout - - - */

body{
	color:#000;
	font: 90% Helvetica, arial, sans-serif;
	}

em{
	color:#000;
	}

h1 {
	background:transparent;
	position:static;
	overflow:auto;
	text-indent:0;
	line-height:1.2;
	width:100%;
	padding:.5em 0;
	}

h1 a{
	text-decoration:none;
	}
	
h2.header_home{
	background:transparent;
	position:static;
	overflow:auto;
	text-indent:0;
	line-height:1.2;
	padding:.5em 0;
	width:100%;
	}
	
h3{
	background:transparent;
	overflow:auto;
	text-indent:0;
	line-height:normal;
	}

.content .col {
	float:none;
	width:auto;
	}
	
.header{
	height:auto;
	}

.content{
	float:none;
	width:100%;
	margin:0;
	}

.footer{
	padding:0;
	width:100%;
	}

.wrap{
	width:100%;
	margin:0;
	}
/* - - - Removing elements - - - */

.nav, .col img{
	display:none;
	}