 body {
	background-color: black;
	margin: 0px;
	font-family: georgia, serif;
	text-align: left;
	font-size: 9px;
	color: black; 
	line-height: 125%;

}


a:link { 
	color: black;
	text-decoration: none;
	background-color: white;
	border-bottom: rgb(128,212,255) dotted 1px;
	font-size: 9px;
}

a:visited { 
	color: black;
	text-decoration: none;
	border-bottom: #ccc dotted 1px;

}

a:active { 
	color: black;
}

a:hover { 
	color: black; 
	text-decoration: none;
	background-color: rgb(128,212,255);
}

.page {
	background-color: white;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	padding: 30px;
	}
	
.content {
	width: 595px;
	float: left;
	}
	
.mainheading {
	float: left;
    padding-top: 30px;	}
	
.infobar {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 9px;
	width: 590px;
	float:left;
	}
	
.leftcolumn {
	float: left;
	font-size: 9px;
	line-height: 125%;
	width: 284px;
	}
	
.rightcolumn {
	float: right;
	font-size: 9px;
	line-height: 125%;
	width: 286px;
	}

	
h1 {
	float:left;
	width: 100%;
	margin: 0;
	padding-bottom: 15px;
	padding-top: 10px;
}

h2 {
	float:left;
	margin:0;
	padding:0;
	text-align: left;
	font-family: georgia, serif;
	font-size: 9px;
	color: rgb(0,169,255);
	line-height: 125%;
	width: 100%;
	font-weight:normal;
}

.portfolioframe {
	padding: 30px;
	background-color: white;	
	}
	