		body {
		background-color: #383838;
		text-align: center;
		color: #E58200;
		font-family: Trebuchet MS;
		padding: 0;
		margin: 0;
		}
		
		div.container {
		margin: 0 auto 0 auto;
		text-align: center;
		width: 800px;
		background: url(gfx/container_bg.gif) center;
		}
		
		div.top {
		background: #000 url(gfx/top_bg.jpg);
		height: 70px;
		width: 750px;
		margin: 0 auto 0 auto;
		text-align: left;
		font-size: 19pt;
		}
		
		div.menu {
		text-align: center;
		background: url(gfx/menu_bg.png) top left;
		height: 44px;
		line-height: 44px;
		width: 750px;
		margin: 0 auto 0 auto;
		}
		
		div.menu a:link, div.menu a:visited {
		color: #C2893E;
		text-decoration: none;
		padding: 2px 20px 2px 20px;
		background-color: #2A2116;
		border: 1px #7F4800 solid;
		letter-spacing: 1pt;
		}
		
		div.menu a:hover {
		color: #E58200;
		background-color: #000;
		border-color: #E58200;
		}
		
		div.menu a:active {
		border-color: #A9A9A9;
		color: #A9A9A9;
		}
		
		div.menu a.current {
		color: #CC9A00;
		border-color: #CC9A00;
		background-color: #000;
		}
		
		div.menu a.current:hover {
		color: #E58200;
		border-color: #E58200;
		}
		
		div.content {
		background: url(gfx/content_bg.png);
		border-bottom: 1px #000 solid;
		width: 750px;
		margin: 0 auto 0 auto;
		text-align: left;
		font-size: 12pt;
		line-height: 15pt;
		}
		
		div.content p {
		margin: 5px;
		padding: 7px;
		background: url(gfx/p_bg.png);
		border: 1px #000 dotted;
		}
		
		div.content p big {
		font-weight: bold;
		font-family: monospace;
		font-size: 18pt;
		letter-spacing: 1px;
		}
		
		div.bottom {
		text-align: left;
		font-size: 0;
		background: url(gfx/bottom_bg.gif);
		padding: 0;
		margin: 0;
		}
		
		small.copytext {
		color: #8B590B;
		font-size: 8pt;
		letter-spacing: 1px;
		line-height: 8pt;
		}
		
		a:link, a:visited {
		color: #FFCC00;
		text-decoration: none;
		}
		
		a:active {
		color: #B8B8B8;
		}
		
		a:hover {
		color: #FFA200;
		}
		
		a img {
		border: 0;
		}
		
		
		table tr, table td {
		padding: 5px;
		}
		
		table tr {
		height: 50px;
		}
		
		table {
		width: 100%;
		}
		
		iframe {
		width: 95%;
		margin: 10px 0 10px 2%;
		height: 500px;
		background-color: #C3C3C3;
		border: 0;
		border: 5px #8D8D8D inset;
		}
		