
body {
	margin: 80 0 0 0;
	padding: 0;
	font-family: Arial, Verdana, 'Trebuchet MS', sans-serif;
	font-size: 0.9em;
	height: 100%;
	}
	
#banner {
	clear: right;
	float: right;
	width: 100%;
	padding: 15px;
	}


#container {
	clear: both;
	float: right;
	width: 100%;
	height: 200px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;	
	background-image: url(images/gradientBlock.jpg);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #E39E09;
	padding: 15px;
	text-align: right;
	}
	
#info {
	float: right;
	width: 350px;
	padding-right: 15px;
	}
	
#contact {
	float: right;
	padding: 10px 20px 0px 0px;
	width: 300px;
	border-right: 1px dashed #333; 
	}
	
#blurb {
	text-align: right;
	float: right;
	padding: 10px 20px 0px 0px;
	}

h1 {
	font-size: 1.6em;
	color: #333;
	margin-bottom: 5px;
	}
	
h3 {
	font-size: 1em;
	color: #333;
	}
	
a:link {
	color: #990000;
	text-decoration: none;
	}
	
a:active {
	color: #990000;
	text-decoration: none;
	}
	
a:hover {
	color: #CCFF66;
	text-decoration: underline;
	}
	
a:visited {
	color: #990000;
	text-decoration: none;
	}
