
/*
	Note: this style sheet does not validate.
	This is because the W3C validator is not
	aware of RGBA colors, which are part of
	the CSS3 specification.
*/

body {
	font: 13px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	background: #000 /* url(/pics/bg_x.png) */ repeat-x fixed;
	margin: 0;
	padding: 0;
	cursor: default;
	min-height:100%; 
	height:100%;
}

html{
	min-height:100%; 
	height:100%;
	
}

/* @group Headers */

h1 {
	font: normal 36px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #fff;
	text-transform: lowercase;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	margin: 0 0 20px;
}

h1 span {
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}

h3 {
	font-size: 1em;
}

/* @end */

/* @group Content */

#all{
/* 	background: url(/pics/m.png) no-repeat fixed; */
	z-index: 1001;
	min-height:100%;
	height:100%;
}

#content {
/* 	display: block; */
background-color:#000000;
margin:auto;
text-align: center;
}

#leftColumn{
	float:left;
	width: 300px;
}

#rightColumn{
	float: right;
	width: 300px;
}

#menu{
	margin-left: 0px;
	float: left;
/* 	background-color: aqua; */
	min-height:100%;
	height:100%;
	background-color: #3f3f3f;
	/*-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
	background: black;*/
}

/*
p {
	color: rgba(255,255,255,0.7);
}

p strong {
	color: #fff;
}
*/

#try-it {
	color: #fff;
	padding: 0 0 0 20px;
}

#try-it li {
	list-style-position: inside;
	margin: 5px 0;
}

/* @end */

/* @group Override Banner */

#override-info {
	background-color: #3f3f3f; /* First for Firefox */
	background-color: rgba(62,62,62,0.95);
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#override-info p {
	font-size: 11px;
	color: rgba(255,255,255,0.5);
	background: url(images/OverrideGlyph.png) no-repeat 80px 50%;
	margin: 0;
	padding: 15px 80px 15px 120px;
}

/* @end */

#file_list{
	background-color: white;
	padding: 10px;
	border: 10px solid gray;
	color: black;
	width: 750px;
}


