body {
 font-size: 12px;
 font-family: "Lucida Grande", Verdana, Arial, sans-serif;
 color: white;
 text-align: center;
 padding: 0px;
 margin: 0px;
 background-color: black;
 background-position: center 0px;
 top: 0px;
 position: absolute;
 height: 900px;
 width: 100%;
 background-image: url(../images/background.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
}

#outerBox {
	background-position: -3px 229px;
	background-repeat: repeat-y;
	background-image: url(../images/pipes-left-loop.png);
	right: -15px;
	min-height: 900px;
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 785px;
}

#head {
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/pipe-head.png);
	height: 258px;
	width: 100%;
}

#logoBox h1 {
	display: none;
}

#logoBox div{
	height: 89px;
	width: 585px;
	margin-left:auto;
	margin-right: auto;
}

#menu{
	left: 147px;
	bottom: 129px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	height: 29px;
	width: 479px;
	list-style: none;
  	padding: 0;
 	margin: 0;
}

#menu li{
	float:left;
}

#menu li span {
  display: none;
}

#menu a {
  display: block;
}


#menu .gallery{	
  width: 93px;
  height: 29px;
  background: url(../images/menu/gallery-a.png);
 }
 
 #menu .gallery:hover{	
  width: 93px;
  height: 29px;
  background: url(../images/menu/gallery-b.png);
 }
 
 
#menu .animations{
  width: 126px;
  height: 29px;
  background: url(../images/menu/animations-a.png);
}

#menu .animations:hover{
  width: 126px;
  height: 29px;
  background: url(../images/menu/animations-b.png);
}


#menu .resume{
  width: 82px;
  height: 29px;
  background: url(../images/menu/resume-a.png);
}

#menu .resume:hover{
  width: 82px;
  height: 29px;
  background: url(../images/menu/resume-b.png);
}


#menu .contact{
  width: 107px;
  height: 29px;
  background: url(../images/menu/contact-a.png);
}
#menu .contact:hover{
  width: 107px;
  height: 29px;
  background: url(../images/menu/contact-b.png);
}

#menu .blog{
width: 70px;
  height: 29px;
  background: url(../images/menu/blogs-a.png);

}
#menu .blog:hover{
width: 70px;
  height: 29px;
  background: url(../images/menu/blogs-b.png);

}


#innerBox {
	background-position: -21px -46px;
	background-repeat: repeat-y;
	background-image: url(../images/purple-pattern.png);
	position: relative;
	margin-right: auto;
	margin-left: 123px;
	width: 523px;
}

.pageContent {
	min-height: 700px;
	text-align: left;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-top: 10px;
}

#innerBox p {
}

#innerBox h1, #innerBox h2   {
	color: #eeba06;
}

#innerBox h3, #innerBox h4, #innerBox h5,  #innerBox p, #innerBox ul, #innerBox h6 {
	color: #dbd4cf;
}

#innerBox a {
	text-decoration: none;
	color: #ffab63;
}

#innerBox a:hover {
	text-decoration: underline;
	color: #ffeda8;
}

#innerBox strong, #innerBox em {
	color: white;
}


