@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	color: #FFF;
	height: 100%;
	text-align: center;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
} 

#container {
	position: relative;
	width: 760px;
	text-align: left; /* replave this with background image of choice */
	min-height: 100%; /* this is where inheritance stops */
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

/*\ Give to IE/Win but hide from IE/Mac - unfortuantely it won't support either min-height method */ 
* html #container {
	height: 100%;
} 
/* end hide */ 

/* trick to get compliant browsers to clear the (right) floated div if required */ 
#container::after{ 
content: "."; 
display: block; 
height: 0; 
line-height: 0; 
font-size: 1px; 
clear: both; 
visibility: hidden; 
} 

#header {
	position: absolute;
	z-index: auto;
	left: 381px;
	margin: 0 0 0 -380px;
	padding: 0;
	height: 100px;
	width: 760px;
	background-image: url(../images/headersky800x1004.jpg);
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
} 

#footer 
{
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -380px;
	padding: 0;
	width: 760px;
	background-color: #440402;
	color: #FF9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000;
} 

#left-col 
{
	position: relative;
	float: left;
	width: 180px;
	height: 100%; /* this is for illustration only */
	color: #FF9;
	background-color: #440402;
	font-size: 18px;
	font-style: oblique;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
} 
#left-col ul {
	font-size: 22px;
	color: #FF9;
	list-style-type: none;
	padding: 0px;
}


#right-col 
{
	position: relative;
	float: right;
	width: 572px;
	color: #000;
	background-color: #FF9;
	font-size: 12pt;
	font-style: normal;
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	overflow: scroll;
} 
#container #right-col table tr th h1 {
	color: #000;
}


p {
	margin: 10px 20px;
	color: #000;
} 
#container #right-col table tr td h4 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container #right-col table tr td h3 {
	color: #000;
}

