/* wednesday1 three column style sheet, tempcsssheet.css */
body { font-family: arial; helvetica; sans-serif; font-size: 0.8em;
background-color: #002200;
background-image: url('../images/header/top_header.jpg'); 
background-position: center top;
background-repeat:no-repeat};

 
p {  margin: 10px;	padding: 10px; font-size: 1em;  background-color: #C0C0C0; margin: 10px; padding: 10px;}
p { color: white; }
p { text-align: center;  }
h3 { text-align: center; margin-top: 200px; }
h3 { font:  italic bold small-caps 15pt Verdana; }
h3 { color: yellow; }
h4 { text-align: center; margin-top: 20px; color: blue; }
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.menu {
	padding: 10px 0px 10px 0px;
	margin: 20px 0px 20px 0px;
}
.menu a {
	color: #3399cc;
	margin-right: 30px;
	margin-left: 10px;
}.footer, .push {
	
	height: 142px;/* .push must be the same height as .footer */
}
div.img
  {
  margin:2px;
  border:1px solid #0000ff;
  height:300px;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:250px;
  margin:2px;
  color: white;
  
  }
