

#container {
	width: 760px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	}

#banner {
	padding: 5px;
	margin-bottom: 0;
	}

#banner img {
	width: 100%;
	height:200px;
	}
	
#content {
	padding: 5px;
	font-family: Georgia,Trebuchet MS,Arial,Verdana,sans-serif; 
	line-height: 120%;
	}
	
#toast	{
	float: right;
	width: 240px;
	height: 200px;
	}

.centre {
	text-align: center;
	}

h1 {
  font-family: comic sans ms,sans-serif,arial, helvetica;
  font-size: 14pt;
  }
  
h2 {
  font-family: sans-serif,arial, helvetica;
  font-size: 12pt;
  }
  
a.link:link, a.link:visited, a.link:active {
   text-decoration: none;
    }
	
img {
	border-style: none;
	}


#footer {
	clear: both;
	padding: 5px;
	margin-top:10px ;
	}
	
.lk { font-family: sans-serif,arial, helvetica; 
      font-size: 12px; 
      font-weight: bold; } 
    
.d {  font-family: sans-serif,arial, helvetica; 
      font-size: 12px; } 
