* {
    padding: 0;
    margin: 0;
} 

body {
    background: #EEE;
	font: .64em Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 150px auto 0px auto;
width: 724px;
background: #fff url('images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topbg.jpg');
height: 30px;
}

#content {
padding: 30px 40px;
}

#bottom {
background: #fff url('images/botbg.jpg');
height: 30px;
}


.middle {
	margin: 0 10px;
	padding: 1% 1%;
	text-align: center;
}

h1 {
  margin-bottom:20px;
}

.project img {
  padding:1px;
  border:1px solid #DDD;
}

#footer {
	text-align: center;
	color: #666;
}


