#container  {
  position: relative;
  background: #fff;
  border: 1px solid #FF8F34;
  width: 800px !important;
  margin: 20px auto;
  height: 100%;
}

#content {
  background-color: #fff;
}

#header {
  position: relative;
  width: 100%;
  height: 95px;
}


#logo {
  position: relative;
  width:100px;
  height: 75px;
  margin-left: 20px;
  top: 10px;
  background-repeat: no-repeat;
  background-image: url('/images/rsta-logo.png');
  left: 0px;
}


#menu {
  position: absolute;
  width: 300px;
  height: 100%;
  overflow: auto;
  left: 0px;
  font-size: 12px;
  border-right: 1px solid #FF8F34;
}



#menu ul {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 25px;
}


#menu li {
	position: relative;
	top: 0;
  list-style: none;
  background-image: url('images/folder.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

#menu li.open {
  background-image: url('images/folder_open.gif');
  background-repeat: no-repeat;
  background-position: left top;
}


#menu li a {
position: relative;
color:#000;
display:block;
margin-left:0;
width: 100%;
padding:10px 50px;
text-decoration:none;
}


#fileArea {
  position: absolute;
  width: 500px;
  height: 100%;
  overflow: auto;
  left: 300px;
}

#fileArea .thumb {
  margin: 10px;
  float: left;
  width: 200px;
  text-align: center;
  border:1px solid #005DAA;
  padding: 5px;
}

#fileArea .fileListElement {
  border-bottom: 1px solid #FF8F34;
  clear: both;
  height: 40px;
}

#fileArea .fileListImage {
  width: 40px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#fileArea .fileListName {
  width: 340px;
  float: left;
  text-decoration: none;
  line-height: 30px;
  height: 30px;
}

#fileArea .fileListSize {
  width: 80px;
  float: left;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
}


#fileArea .fileListName a {
  text-decoration: none;
  line-height: 40px;
  height: 40px;
}

#fileArea .checkArea {
  margin-top: 8px;
  width: 100px;
  float: left;
}

#fileArea .download {
  display: block;
	padding: 3px 10px;
  margin-top: 5px;
  border: 1px solid black;
  float: right;
  background-color: #005DAA;
}

#fileArea a.download  {
  text-decoration: none;
  color: #000;
}

#fileArea a:visited {
  text-decoration: none;
  color: #000;
}

#fileArea a:hover  {
  text-decoration: none;
  font-weight: bold;
}


.fileListElement

#buttonArea {
	width: 100%;
	margin-top: 30px;
	height: 30px;
	float: left;
	text-align: center;
}

#buttonArea input {  
  margin: 0 20px;
}


#navBar
{
list-style: none;
padding: 0;
margin: 0;
width: 100%;
margin-top: 0px;
height: 30px;
position: relative;
background-color: #FF8F34;
}

#navBar li
{
float: left;
text-align: center;
display: block;
color: #ED2128;
font-weight: bold;
margin-right: 5px;
line-height: 30px;
}

#navBar li a
{
float: left;
display: block;
color: #fff;
text-decoration: none;
text-align: center;
color: #fff;
}

#footer {
  clear: both;
}

