﻿html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #000000;
	font-size: 10pt;
	color: #d7d6d6;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
body {
	background-position: center top;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border:0;
	background-image: url('../images/bckgr.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
}

#content {
	padding: 0px 20px 0px 20px;
	display: block;
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 220px;
	bottom: 50px;
	width: 560px;
	margin-left: -300px;
	left: 50%;
	background-image: url('../images/c_bckgr.jpg');
	background-attachment: scroll;
	background-repeat: repeat;
}
* html #content {
	top: 0; 
	bottom: 0; 
	height: 100%;
	width: 600px;
	border-top: 220px solid #000000; 
	border-bottom: 50px solid #000000;
}
#content_gb {
	padding: 0px 0px 0px 0px;
	display: block;
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 220px;
	bottom: 50px;
	width: 600px;
	margin-left: -300px;
	left: 50%;
	background-image: url('../images/c_bckgr.jpg');
	background-attachment: scroll;
	background-repeat: repeat;
}
* html #content_gb {
	top: 0; 
	bottom: 0; 
	height: 100%;
	width: 600px;
	border-top: 220px solid #000000; 
	border-bottom: 50px solid #000000;
}
#head {
	background-position: center top;
	position: absolute;
	margin-left: -400px;
	left: 50%;
	top: 0;
	width: 800px;
	min-width: 800px;
	font-size: 1em;
	z-index: 5;
	border:0px solid #000;
}
* html #head {
	top: 0px; 
	width: 800px; 
	height: 220px;
}	
#foot {
	text-align: center;
	position: absolute;
	margin-left: -300px;
	left: 50%;
	bottom: 0;
	width: 600px;
	min-width: 600px;
	height: 50px;
	font-size: 10pt;
	z-index: 5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-image: url('../images/b_bckgr.jpg');
}
* html #foot {
	bottom: 0px; 
	width: 600px; 
	height: 50px;
}

#content p {
	margin: 0px;
	padding: 5px;
	width: 530px;
}
.content_center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.xx_small {
	font-size: xx-small;
}
.headline {
	font-size: 10pt;
	color: #a77d53;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
#foot hr {
	border: thin dashed #969595;
	margin: 5px 0px 0px 0px;
	height: 1px;
}
#content hr {
	margin: 0px 0px 5px 0px;
	text-align: center;
	height: 1px;
	border: thin solid #a77d53;
}
img {
	border-style: none;
}
.success_page {
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#link_l {
	width: 270px;
	float: left;
}
#link_r {
	width: 270px;
	float: right;
}
#content li {
	padding: 5px 0px 5px 0px;
	list-style-type: none;
	list-style-position: outside;
}
table {
	border-color: #c0c0c0;
	border-width: 0px;
	font-size: 10pt;
}
a {
	color: #a77d53;
	text-decoration: none
}
a:hover {
	color: #d7d6d6;
	text-decoration: none;
}
.img_l {
	margin-right: 25px;
	float: left;
}
.img_r {
	margin-left: 25px;
	float: right;
}
#player {
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
	border-width: 1px;
	border-style: solid;
	width: 400px;
	margin-left: 70px;
}
h5 {
	font-size: 10pt;
	color: #a77d53;
	margin: 0px;
	text-transform: uppercase;
}
.link_pics   
{
	border: 1px solid #A77D53;
	float: left;
	margin-right: 25px;
}
.pic_frame   
{
	border: 1px solid #222222;
	float: left;
	margin-right: 25px;
}