/* CSS Document */

body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	color: #000000;
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 230px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #000000;
color: white;
}

#maincontent{
	position: fixed;
	top: 0;
	left: 230px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto;
	background: #000;
	color: #fff;
}
#nav-menu ul
	{
	float:left;
	list-style: none;
	padding: 0;
	margin-top: 15px;
	font-size:12px;
}
#container-foot {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 20px;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	padding-left: 14px;
	
}

A:link {
	text-decoration: none;
	color:#fff;
	}
A:visited {
	text-decoration: none;
	color:#fff;
	}
A:active {
	text-decoration: none;
	color:#fff;
	}
A:hover {
	text-decoration: none; 
	color:#ed1c24;
	}
a.current {
	text-decoration: none; 
	color:#ed1c24;
	}

.innertube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style: normal;
}
.innercontent{
	padding-top: 10px;
	color: #ed1c24;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style: normal;
	font-weight: bold;
}
.black {
	font-family: 9px Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #ed1c24;
	background-color: #000;
	text-decoration: none; 
	width: 240px;
	height: 14px;
	font-weight: bold;
	display: block;
	float: left;
	text-align:left;

}
.white {
	font-family: 9px Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #FFF;
	text-decoration: none; 
	font-weight: bold;
	display: block;

}
h1 {
	Color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
h3 {
	Color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style: normal;
	}
	
* html body{ /*IE6 hack*/
padding: 0 0 0 230px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
