#container
{
	font-family:Franklin Gothic Medium, Calibri,Arial,Candara,Corbel,Kartika;
	height:100%;
	width:100%;
}
	
	.main{
		background-color: white;
		color: #888888;
	}
	
	.leftbox {
		float: left;
		width: 25%;
		height: 31em;
		padding-left: 2%;
		color: #ffffff;
		background-color: #b8bdc4;
		size = 14pt;
	}
	
	a{
		text-decoration: none;
	}
	a:link {
		color: White;
		border-bottom: 1px solid White;
	}
	a:visited {
		color: White;
		border-bottom: 1px solid White;
	}
	a:hover {
		color: Black;
		border-bottom: 1px solid Black;
	}
	
	.matcher {
		color: black;
		padding-left: 30%;
		height: 100mm;
	}


#header{
	width: 100%;
	height: 300px;
	color: #ffffff;
	font-size: 10em;
	text-align: bottom;
	padding-left: 3em;
	padding-top: 0.2em;
	background-image: url("Images/header_bkg.png");
	background-repeat: no-repeat;
	background-color: #1c75bc;
}

#container a.leftbox:visited{color = #ffffff;}