/*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:#FFFFFF; 
}



/*There is a definition for #container in the reset.css stylesheet as well*/
#container{
  margin:0px auto;
  width:780px;
  padding:10px; /*you have to subtract the padding from the width, so we really want 800px width with 10px padding on each side so 780 is our width*/
  background:#fff;
}

#header_container{
	width:100%;
	background-image:url('../images/layout_images/header_spacer.jpg');
	height:240px;
	position:center;
}

#main_header{
	margin:0px auto;
	background-image:url('/images/layout_images/header_middle.jpg');
	height:240px;
	width:1003px;
	position:center;
}

#Top-Links{
/*	margin:0px auto; */
	width:100%; 
	height:44px;
	position:center;
	color:#F9F3E4; 
	font-background:#8C2B2A;
	padding-top:196px;
	
}
#Top-Links ul{
  margin-left: auto;
  margin-right: auto;
 	padding-left:117px;
  list-style:none;  
	position:center;
}

#Top-Links li{
  float:left;
	font-size:21px;
}

#Top-Links li a{
  float:left;
  /*background:#ccc; */
  display:block;
  padding:2px 6px 0px 6px;
  color:#474747; 
  /*border-right:1px solid #474747;*/
}

#Top-Links a:hover{
 color:#F9F3E4; 
 background:#8C2B2A;
}

#footer{
  width:800px;
  margin:0px auto;
  text-align:center;
  padding:20px 0 0 0;
  font-size:1.2em; 
	border-top:2px solid #B8B8B8;
}

#footerlinks a{
	color:black;
}
#footerlinks ul{
  margin-left: auto;
  margin-right: auto;
  list-style:none;  

}

#footerlinks li{
  float:left;
}