html, body {
	margin:2px; 
	padding:0px; 
	background:#FFFFFF; 
	font-family:verdana; 
	font-size:12px;
	width:850px;
	margin-left: auto;
	margin-right: auto;
}

/* The header and footer */
.banner {
	display:block; 
	height:80px; 
	background:#961B1E; 
	color:#000000; 
	text-align:center; 
}

.banner img.keyfix{}
.banner img.ptkfix{margin-top:15px;  padding: 0px 0px 0px 5px;}
.banner img.betfix{margin-right:75px; margin-left: 75px;}
.banner img.cnccfix{margin-left:100px;}

	
.header{
	display:block; 
	background:#CCCCCC; 
	color:#000000; 
	text-align:center; 
	font-size: 11px; 
	font-weight:bold;
	text-transform:uppercase;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding: 2px 5px 2px 0px;
	
}	

.foot {
	display:block; 
	background:#CCCCCC; 
	color:#000000; 
	text-align:right; 
	font-size: 11px; 
	font-weight:bold;
	text-transform:uppercase;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding: 2px 5px 2px 0px;
}

/* This bit does all the work */
#container {
	position:relative; 
	display:block; 
	background:#FFFFFF; 
	border-left:200px 
	solid #EAEAEA; 
	border-right:200px 
	solid #FFFFFF; 
	overflow:visible;
}

* html #container {display:inline-block;}
#left {
	z-index:100;
	float:left; 
	position:relative; 
	width:198px; 
	margin-left:-197px; 
	display:inline;
}

* html #left {
	width:197px;
}

#right {
	float:right; 
	position:relative; 
	width:198px; 
	margin-right:-197px; 
	display:inline;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

/* Font Information */
/* Fonts are organized as follows: */
/* Normal = normal, left justify */
/* Center = normal, center justify */
/* Bold = BOLD, left justify */
/* Head = BOLD, center */

/* h4 standard font size 12 pt (options = normal, bold, center */
/* h2 bold header font size 14 pt (options = normal, bold and center */

.title {
	font-size:20px;
	font-weight: normal;
	text-align:center;
	padding: 5px 10px;
	margin:0px;
}

h4.normal {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
}

h4.center {
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
}

h4.bold {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0px;
}


h2.bold {
	font-size:14px;
	font-weight: bold;
	text-align:left;
	padding: 5px;
	margin:0px;
}

h2.center {
	font-size:14px;
	font-weight: bold;
	text-align:center;
	padding: 5px;
	margin:0px;	
}

p {
padding: 5px;
margin: 0px;
}

/* Allows input of page breaks for making printer friendly versions of pages */
/* See huglink for example of useage */

p.break {
	PAGE-BREAK-AFTER: always;
}