@charset "utf-8";
/* CSS Document */

body  {
	width : 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
	background:#797979 url(../img/background_grad_gray.png) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center;  
	color: #000000;
}

//li {  padding-bottom:20px;  }

#container
{
	width: 600px;
	margin: 0 auto; 
	border: 1px solid #C2C2C2;
	padding: 4px 15px;
	outline: none;
	/*  ----- */
//	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#fff;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	box-shadow:7px 12px 28px -9px #000;
	-moz-box-shadow:7px 12px 28px -9px #000;
	-webkit-box-shadow:7px 12px 28px -9px #000;
	
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
} 

.bar { height: 10px; background-color:#3399FF;
	margin-bottom: 5px;
	 width: 100%; clear: both; }


#header { 
	background-color: #131313;
	padding:0;
	margin-top:0;
	height:50px;
} 

#header h1 {
	margin: 0;  */
	padding: 10px 0; 
}
	
#footer { 

    position: fixed;
    bottom: 0;
	left:0;
	right:0;
	text-align :center;
    height: 60px;
	background:#DDDDDD; 
} 	

/********************* For Directory **************/

.row {	text-align: center;	}

figure {
  display: inline-block;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
  background-color: white; }

.caption {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0; }


