.wrapper{
	width:600px;
	background:#eee;
	margin:0 auto 0 auto;
	}
	
.heading{
	height:100px;
	background:red;
	padding: 20px;
	text-align: center;
	}
	
.headingText{
	position:absolute;
	top:100px;
	width:45%
	}
	
.title{
	text-align: center;
	color:white;
	display:block;
	font-size:25;
	font-family: impact;
	text-shadow: 10px 10px 10px black; 
	}
	
.title2{
	color:white;
	display:block;
	text-align:center;
	font-family:sans serif;
	font-weight: bold;
	font-size: 12px;
	background: #000;
	padding: 5px;
	}	
	
.navigation{
	height:50px;
	background:lightblue;
	padding: 7px;
	}
	
.thetruth{
	color:red;
	position:absolute;
	top:15px;
	right:15px;
	padding:10px;
	font-family:georgia;
	background:black;
	border-radius:10px;
	box-shadow:0px 0px 10px red;
	}
.thetruth:hover{
	box-shadow: 0px 0px 10px darkblue;
	color:lightblue;
	}
	
.content{
	min-height:400px;
	background:#ddd;
	width: 400px;
	float:left;
	text-align:center;
	}		

.sidebar{
	width:200px;
	float:right;
	background:lightgreen;
	min-height:400px;
	text-align:center;
	}
	
.footer{
	clear: both;
	background: black;
	height: 40px;
	color: white;
	text-align: center;
	padding: 10px;
	}	
