/*Put application's styles here*/

#image_manager_header{ 
background:url('/images/layout_images/InacomHeader.png') no-repeat;
width: 635px;
height: 180px;
margin:0 0 20px 0;
}

/*There is a definition for "html" in the reset.css stylesheet as well*/
html{
  
}

/*There is a definition for "body" in the reset.css stylesheet as well*/
body{
 background:#5eb2b9;
/*  url('/images/body_background.png') 5px 40px no-repeat; */
}

/*There is a definition for #container in the reset.css stylesheet as well*/
#container{
  margin:40px auto 0 auto;
  width:800px;
  background:#fff;
  border:5px solid #474747;
}

#header{
  display:block;
  height:127px;
  width:800px;
  background:url('/images/header.png') no-repeat; 
}

#header a{
 float:left;
 width:450px;
 height:110px;
/* background:green; */
}

#search{
 float:right;
 margin:40px 20px 0 0; 
}

#Top-Links ul{
  width:790px;
  background:#91033f;
  height:43px;
  font-size:18px;
  padding:0 0 0 10px;
}

#Top-Links li{
float:left;
padding:12px 0 0 0px;
}

#Top-Links li a{
  float:left;
  display:block;
  color:#FFF; 
  font-family:papyrus,Comic Sans MS, serif;
/*  height:43px;*/
/*  border-right:2px solid #fff;*/
}

#Top-Links a:hover{
 color:#5eb2b9; 
/* background:#5eb2b9;*/
}

#Top-Links .link_seperator{
  float:left;
 color:#fff;
 padding:0px 5px 0px 5px;
 margin:3px 0 0 0; 
 font-size:25px;
}

#main_text{
 padding:10px; 
}

.book_cover{
 float:left; 
 padding:0 5px 0 0;
/*   background:pink;*/
}

.admin_book_actions{
  margin:0 0 20px 15px;
}

.book_actions_index{
  margin:0 0 20px 5px;
}

.book_actions_show{
  margin:0 0 0px 18px;
}

.book_actions{    
  margin:0 0 20px 28px; 
}

body img{
 border:0px; 
}



#footer{
  color:#fff;
  width:800px;
  margin:20px auto 20px auto;
  text-align:center;
  padding:0;
  font-size:1.2em; 
  line-height:18px;
}