	body {
		margin: 80px;
		padding: 0;
		font-family: "Gill Sans", sans-serif;
		font-size: 62.5%;
		line-height: 1.3em;
		color: #4b4b4b;
		background-color: #f1f1f1;
	}

	#wrapper {
		position: relative;
		width: 798px;
		height: 195px; 
		margin: 18px auto 18px auto;
		padding: 0px;
	}
	
	#left_column {
		float: left;
		width: 399px; 
	}

	#right_column {
		float: right;
		width: 399px; 
	}
	
	#footer {
		float: left;
		width: 778px;
		padding: 10px;
	}
	
	p {
		font-size: 13px;
		text-align: center;
		line-height: 2.0em;
	}
	
	a {
		color: inherit;
		font-weight: bolder;
		text-decoration: none;  
	}

	a:hover {
		color: #64b1cd;
	}
