body {
text-align: left;
background-color: #000033;
}

.leftinfotext{
	position: absolute;
	top: 11px;
	left: 13px;
	color: #669999;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
}

.leftinfotext h1 {
		margin: 0;
		line-height: 2em;
		color: #99cccc;
		font-family: Georgia, Times New Roman, Times, serif;
		text-decoration: none;
		font-size: 1.15em;
		font-weight: bold;
		}	
		
.leftinfotext h2 {
		margin: 0;
		line-height: 2.5em;
		color: #8b836a;
		font-family: Georgia, Times New Roman, Times, serif;
		text-decoration: none;
		font-size: 1.05em;
		font-weight: bold;
		}	
		
.leftinfotext span {
		margin: 0;
		color: #8b836a;
		font-family: arial, helvetica, sans-serif;
		text-decoration: none;
		font-size: 1em;
		}	

.leftinfotext a {
	margin: 0;
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	font-size: 1em;
		}
		
		.leftinfotext a:visited {
		color: #000000;
		}
		
		.leftinfotext a:hover {
		color: #000000;
		text-decoration: underline;
		}
	
	.leftinfotext footer {
		position: relative;
		top:0px;
		left:0px;
		width:100%;
		font-size: .65em;
		color:#7d8994;
		font-family: georgia, times new roman, serif;
		}
		
