/* body */
    body {
        font-family: 'Arial', 'Verdana', Helvetica san-serif;
        font-size:14px;
        line-height:21px; 
		background: url(Images/cloudbg.gif);
	    }
	table{
		font-family: 'Arial', 'Verdana', Helvetica san-serif;
        font-size:14px;
		}

/* Content*/
    #container{
        width:950px;
        margin:0 auto 0 auto; 
        background:#fff; /*background of the content*/
		padding:5px 0px 5px 0px; /* top right bottom left */
		height: inherit;
		position:relative
    } 
	
/* Bottom bar */ 
	#bottom_bar{
		font-size:10px;
		width: 940px;
		text-align: center;
		background: #91c6d5;
		padding:5px 5px 5px 5px;
		position: absolute; 
		bottom: 0;
		}
  
/* Navigation bar */    
    #navigation_bar{
		background: #91c6d5; /*background of navigation bar*/
        overflow: hidden;
		text-align: center;
	}
	
    ul{
        margin:0;
        padding:0;
        border:0;
    }  
	     
    #navigation{ 
        list-style:none;
        list-style-position:outside;
        float:center;
        position:relative;
		
    }

    #navigation li{
        float:left;
        font-size:15px;
        padding:15px 10px;
        position:relative; 
		color:#000000
	    }
    #navigation li a{
        text-decoration:none;
		color:#000000;
		text-shadow: 1px 1px 0px  #fff ;
    }
    #navigation li a:hover{
		color:#0099CC; 
    }

div.img
{
  margin: 2px;
  height: auto;
  width: 150;
  float: left;
  text-align: left;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid  #000000;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: left;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}