/* Reset some things */
/* General Layout */
	body {
		font-family: serif;
		line-height: 1.1em;
		letter-spacing: 0.03em;
		margin: 0px;
		padding: 0px;
	}
	
	div {
		margin: 0em;
		padding: 0em;
	}
	
	a {
		color: 5577cc;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	img {
		margin: 0em;
		padding: 0em;
		border: none;
	}
	
	br {
		clear:none;
	}
	
/* Page Elements */


	#container {
		margin-left: auto;
		margin-right: auto;
		margin-top: 55px;
		width: 748px;
		font-size: 0.8em;
	}
	
	#container em {
		font-weight: bold;
	}
		/* Image Splash */
	#banner {
		width: 748px;
		height: 195px;
		background-image: url(../images/banner.jpg);
		background-repeat: no-repeat;
		color: white;
		position: relative;
		padding-bottom: 2em;
	}
	
	#banner_text	{
		text-align: right;
		position:absolute;
		bottom:0.5em;
		right:0;
		padding-right: 3em;
		font-size: 1.4em;
	}
	
	.small_column {
		float: left;
		width: 145px;
	}
	
	.large_column {
		float: left;
		width: 458px;
		border-bottom: thin solid gray;
	}
	
	#footer {
		text-align: center;
		padding-top: 0.5em;
		width: 761px;
		margin-left: auto;
		margin-right: auto;
		font-size: 0.6em;
	}
