﻿a
{
	color: White;
	font-size: large;
}
body
{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	background:black;
	font-family: "Monotype Corsiva",
				"Apple Chancery",
               "URW Chancery L",
               cursive;
	font-size:small;
}

#framecontentTop, #framecontentBottom
{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 130px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: black;
	color: white;
}
#framecontentTop
{
	border-bottom:6px double gray;
}

#framecontentBottom
{
	top: auto;
	bottom: 0; 
	height: 50px; /*Height of bottom frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: black;
	color: white;
	text-align:center;
	border-top:6px double gray;
}

#maincontent
{
	position: fixed; 
	top: 140px; /*Set top value to HeightOfTopFrameDiv*/
	left: 0;
	right: 0;
	bottom: 60px; /*Set bottom value to HeightOfBottomFrameDiv*/
	overflow: auto; 
	background: #000000;
}

.innertube
{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body
{ /*IE6 hack*/
	padding: 130px 0 110px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent
	{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

#col1
	{
		float: left;
		width: 68%;
		background-color: #000000;
		margin-bottom: 60px;
		text-align:center;
	}
	 
	#col2
	{
		float: left;
		width: 15%;
		background-color: #000000;
		margin-bottom: 60px;
	}
	
	#col3
	{
		float: left;
		width: 15%;
		background-color: #000000;
		margin-bottom: 60px;
	}