/*****************************************************************************/
/* skel.css: provides the stylesheet for the basic skeleton of the website   */
/*****************************************************************************/

#skel-page {
	position: relative;
	width: 850px;
 	background-color: #f4f0f0; 
	margin: 0 auto;
}

#skel-page-header {
	position: relative;
	height: 210px;
}

#skel-header-title {
	position: absolute;
	width: 100%;
	height: 30px;
	background-color: #124;
	opacity: 0.80;
	filter: alpha(opacity=80);
	border-bottom: 1px solid #444;
}

#skel-header-menu {
	position: absolute;
	width: 100%;
/*   	height: 30px; */
	bottom: 0px;
	background-color: #124;
	opacity: 0.80;
	filter: alpha(opacity=80);
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	text-align: center;
	padding: 8px 0;
	background-color: #0a1b3c;
	line-height: 11px;
	font-size: 11px;
}

#skel-page-main {
	position: relative;
 	min-height: 600px; 
	background: #f4f0f0; 
}
* html #skel-page-main { height: 600px; } 

#skel-main-margin-left {
 	position: relative;
	float: left; 
	width: 200px;
	background-color: #f4f0f0;
}

#skel-main-content {
	position: relative;
	float: left;
	width: 649px; 
	min-height: 600px;
	background-color: #f7f7f7;
	border-left: 1px solid #ddd;
}
* html #skel-main-content { height: 600px; }

#skel-page-footer {
	position: relative;
	height: 30px;
	background-color: #124;
	border-top: 1px solid #444;
	clear: both;
}

/*****************************************************************************/

body { position: relative; background-color: #122; }
