﻿A:link {color: #0000c0; text-decoration: none;}
A:visited {color: #0000c0; text-decoration: none;}
A:hover {color: #888888; text-decoration: none;}






html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Verdana;
	font-size: 16pt;
}

h2 {
	font-family: Verdana;
	font-size: 12pt;
}

h3 {
	font-family: Verdana;
	font-size: 10pt;
}

p {
	font-family: Verdana;
	font-size: 8pt;
}

pre {
	font-family: Verdana;
	font-size: 8pt;
}

img.blackborder {
	border-width: 3px;
	border-style: solid;
	border-color: #000000;
}






div.header {
	background-image: url(images/header.gif);
	position: absolute;
	right: 277px;
	top: 0px;
	width: 538px;
	height: 45px;
}

div.container {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	float: right;
	width: 815px;
	font-family: Verdana;
	font-size: 8pt;
}

div.turntable-menu {
	float: right;
	width: 277px;
}

div.content {
	margin-top: 45px;
	margin-right: 277px;
	margin-left: 41px;

}

div.footer {
	background-image: url(images/footer.gif);
	float: right;
	width: 815px;
	height: 38px;
}