html { height: 100% }
body {
/* customize_background */	background-color:#FBEDC2; /* customize_background */
	background-position:fixed;
	color:#FFF;
	font-family:Lucida Grande;
	margin: 0 0 50px 0;
        height: 100%;
        overflow: auto;
}

h1 {
	font-size:32px;
}

p {
	display:block;
	padding:10px 0 10px 0;
}

a {
	color:#FFF;
}

#menu {
	position:fixed;
	bottom:0px;
	//margin-top:auto;
	width:100%;height:40px;
	border-top:1px solid #111;
	background-color:#000;
	color:#FFF;
	font-family:Arial;
	font-size:12px;
	text-transform:uppercase;
}

	#menu ul {
		position:relative;
		padding:0 0 0 15px;
		list-style-type:none;
		overflow:hidden;
	}

	#menu li {
		float:left;
		padding-right:20px;
		font-weight:bold;
		font-size:18px;
	}

	#menu li:hover {
		cursor: pointer;
	}

.HTMLBlock {
	padding: 40px;
	height: 100%;
}

#panes {
	color: #FFF;
	font-family:Helvetica,Verdana,'Lucida Grande';
	font-size:14px;
	position:relative;
	height: 100%;
	width: 100%;
	overflow:visible;
}

#overlay {
	display:block;
	font-size:16px;
	background-color: #000;
        filter:alpha(opacity=90);
        -moz-opacity:0.6;
        -khtml-opacity:0.6;
        opacity:0.6;
	position:fixed;
	height: 1500px;
	width: 100%;
	top:0px;
	left:0px;
        overflow: hidden;
}

	#panes h1 {
		font-size:30px;
		font-weight:bold;
		text-transform:uppercase;
		border-bottom:2px solid #999;
/*		margin-bottom:10px;*/
	}
	
	#panes h2 {
		font-weight: bold;
		font-size:22px;
		padding-bottom:5px;
	}
	
	
	#panes h3 {
		margin-top: 5px;
	}
	
	#panes .element .item {
		height:150px;
	}
	
	#panes .element ul {
		list-style-type:none;
	}
	
	#panes .element li {
		float:left;
	}

	#panes .element p {
		font-size: 12px;
	}
	
	
#sidebar {
	float: right;
	width: 20%;
	margin:20px 40px 20px 40px;
	position:relative;
        display: block;
}

#content {
	float: left;
        //width: 65%;
	margin:20px 40px 20px 40px;
	position:relative;
        display: block;
}
#header {
	padding:20px 40px 20px 40px;
	position:relative;
}
#background {
	position: fixed;
	bottom: 50px;
	left: 20px;
        border: 0;
        margin: 0;
        padding: 0;
}

#background img {
        border: 0;
        margin: 0;
        padding: 0;
	width: 100%;
        height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
        z-index: -100;
}

#logo {
	position:fixed;
	bottom:50px;
	right:20px;
        border: 0;
        margin: 0;
        padding: 0;
}

#logo img {
	position:fixed;
	bottom:50px;
	right:20px;
        border: 0;
        margin: 0;
        padding: 0;
}

