* {
	margin: 0;
	padding: 0;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: auto;
	background: #FFE680;
	margin-top: 50px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
	background-color: gray;

}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 270px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: auto;
	margin-left: -100%;
	position: relative;
	background: #B5E3FF;
	font-size: 18pt;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: auto;
	background: #BFF08E;
}

.menu{

width: auto;
background-color: #333;
	
}

.menu ul{

margin: 0;
padding: 0;
float: left;
list-style-type: none;
width: auto;

}
 

.menu ul li a{

float: left;
text-decoration: none;
color: white;
padding: 10.5px 11px;
background-color: #333;

}
 
.menu ul li a:visited{

color: white;
	
	}
 
.menu ul li a:hover, .menu ul li .current{

color: #fff;
background-color:#0b75b2;
	
	}

#header-content {

padding: 10px;

}

.login-info input{

border: 1px solid black;
margin-right: 5px;
margin-bottom: 5px;

}

/**
#files_table {

border:0px;
text-align:center;
width: 300px;
margin:0px auto;
font-family:"Verdana", Times, Sans-serif;
padding: 2px;
margin-left:auto; 
margin-right:auto;

}

#upload-file {


width:500px;
margin:0px auto;
text-align:center;
padding:15px;
border:1px dashed #333;
background-color:#eee;
font-family:"Verdana", Times, Sans-serif;
color: #393D3D;

}

**/