	* {
		padding: 0px;
		margin: 0px;
	}

	body {
		background-image: url("../images/misc/backgroundlightbig.gif");			
	}
		
	div#namelist {
		position: absolute;
		top: 0;
		left: 0;
		width: 190px;
		height: 100%;
		background-color: transparent;
		margin-right: 5%;
	}
		
	div#namelist a {
		height: 6%;
		margin-top: 3%;
		margin-bottom: 3%;
		padding-top: 1%;
		padding-bottom: 0;
		font-family: verdana, arial, sans-serif;
		display: block;
		text-decoration: none;
		text-align: right;
		width: 100%;
		color: black;
		font-weight: 600;
		background-color: transparent;
		font-size: .8em;
		border: none;
	}

	div#imageframe {
		position: absolute;
		top: 30%;
		left: 25%;
		width: 50%;
		height: 40%;
		border: double;
		background-color: white;
	}

	div#imageframe img {
		background: none;
		border: 0px;
		width: 28%;
	}

	

	div#nameframe {
		position: absolute;
		top: 0;
		right: 0;
		margin-right: 5px;
	}

	div#titleframe {
		position: absolute;
		top: 15%;
		right: 9;
		margin-right: 5px;
		margin-top: 5px;
	}

	div#infoframe {
		position: absolute;
		top: 30%;
		right: 0;
		margin-right: 5px;
		text-align: right;
	}

	div#infoframe ul {
		list-style-type: none;
	}

	div#infoframe li {
		margin-top: -3.5%;
	}

	html>body #infoframe li {
		margin-top: 0;
	}

	div#quoteframe {
		float: left;
		width: 100%;
		margin-top: 5%;
		text-align: center;
		font-style: italic;
	}
		
	div#namelist a:link {
		color: black;
	}
	
	div#namelist a:visited {
		color: black;
	}

	div#namelist a:hover {
		color: black;
	}

	div#namelist a:active {
		color: black;
	}
