body{
	background-image: url("http://andrewluly.com/images/css/version1/bg.png");
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position: bottom left;
	background-color: #000000;
	color: #BBBBBB;
	font-size: 12px;
	font-family: arial, sans-serif, helvetica;

}

a:link{
	color:#0096AC;
}

a:vistedLink{
	color:#0096AC;
}


div.entirePage{
	width: 900px;
	height: 100%;
	margin: auto;
}

/* logo */
div.logoImg{
	padding-left: 30pt;
	padding-top:10pt;
}

a.logo{
	width: 340px;
	height: 94px;
	background: url(http://andrewluly.com/images/css/version1/logo.png);
	display: block;
	outline: none;
}

/*  content  */
div.content{
	width: 900px;
	height: 475px;
}

div.navBtns{
	float:right;
}



#menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  outline: none;
}


#menu a:hover {
  background-position: left bottom;
}

#menu a:hover span {
  display: block;
}


#menu .about {
  width: 349px;
  height: 101px;
  background: url(http://andrewluly.com/images/css/version1/buttons/about.png) no-repeat;

}
#menu .about span {
  width: 349px;
  height: 101px;
  background: url(../images/css/version1/buttons/habout.png) no-repeat;
}

#menu .thesis {
  width: 349px;
  height: 102px;
  background: url(../images/css/version1/buttons/thesis.png) no-repeat;
}
#menu .thesis span {
  width: 349px;
  height: 102px;
  background: url(../images/css/version1/buttons/hthesis.png) no-repeat;
} 

#menu .portfolio {
  width: 349px;
  height: 99px;
  background: url(../images/css/version1/buttons/portfolio.png) no-repeat;
}
#menu .portfolio span {
  width: 349px;
  height: 99px;
  background: url(../images/css/version1/buttons/hportfolio.png) no-repeat;
}

#menu .resume {
  width: 349px;
  height: 83px;
  background: url(../images/css/version1/buttons/resume.png) no-repeat;
}
#menu .resume span {
  width: 349px;
  height: 83px;
  background: url(../images/css/version1/buttons/hResume.png) no-repeat;
}

/*
div.about hover{
  width: 144px;
  height: 58px;
  background: url(../images/css/version1/buttons/habout.png) no-repeat;
  left: 96px;
  top: 73px;
}
*/


div.aboutMe{
	display: none;
	padding-left:45px;
	padding-top: 50px;
	width: 500px;
	float:left;
}

div.myPic{
	padding-left:170px;
	padding-top: 50px;
	width: 225px;
	float:left;
}

a img{
	border: 0px;
}


div.server{
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	font-size:14px;
	display: block;
	margin-bottom: 10px;
}


/*  footer  */
div.footer{
	color: #999999;
	text-align: center;
	font-size: 12px;
	width: 100%;
	margin-bottom: 10px; 
}	
