body{
	background: #B1c3ad url(PNGs/flowerbg.png) no-repeat; 
	background-attachment: fixed;
	background-position: bottom left;
	font-family: "MS Sans Serif", Geneva, sans-serif;
    font-size: 12px;
    color: #444444;
    line-height: 1.3em;
    z-index: -1;
	}

a:link{
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	}

a:visited{
	font-weight: bold;
	color: #67536c;
	text-decoration: none;
	}

a:hover{
	font-weight: bold;
	color: #336633;
	text-decoration: underline;
	}

#wrapper{
	z-index: 0;
	padding-top: 25px;
	margin-top: -25px;
	}
	
#name{
	display: block;
	background: url(PNGs/name1.png) no-repeat;
	height: 90px;
	width: 374px;
	padding-top: 55px;
	margin-left: 25px;
	}

#content{
	padding: 10px;
	height: 400px;
	width: 665px;
	background: #dae4da;
	margin-right: 260px;
	margin-left: auto;
	margin-bottom: 20px;
	}
	
#nav{
	float: right;
	clear: right;
	margin-right: 50px;
	}

#nav img{
	border: none;
	}
	
.menu {
	padding: 0;
	list-style: none;
}

.menu li {
	padding: 0;
	margin: 55px 2px;
	position: relative;
	text-align: center;
}
.menu a {
	display: block;
	color: #000000;
	width: 140px;
	text-decoration: none;
	font-weight: bold;
}
.menu li em {
	background: url(PNGs/flower.png) no-repeat;
	width: 60px;
	height: 45px;
	position: absolute;
	top: 35px;
	left: 39px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
	margin-top: 5px;
}		
	
#recent{
	}

#portfolio{
	}
	
#resume{
	font-size: 11px;
	}	

.sample
{
  margin: 8px;
  height: 150px;
  width: 150px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}	
.sample img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}

.desc
{
  text-align: center;
  font-weight: normal;
  font-size: 11px;
  width: auto;
  margin: 2px;
}

.sample2
{
  margin: 8px;
  height: 100px;
  width: 100px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}	
.sample2 img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}

.desc2
{
  text-align: center;
  font-weight: normal;
  font-size: 11px;
  width: auto;
  margin: 2px;
}

