 

body {

	background: #FFF url('http://www.creativedistortion.com/images/boop.gif') no-repeat top left fixed;
    margin: 0 0 20px 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    font-size: 0.95em;
    color: #000;
    line-height: 1.5em;

    scrollbar-arrow-color:  #becad6;

    scrollbar-3dlight-color:  #888888;

    scrollbar-highlight-color: #d583bf;

    scrollbar-face-color: #82ad66;

    scrollbar-shadow-color: #000000;

    scrollbar-darkshadow-color: #888888;

    scrollbar-track-color: #fa4937;

}



#header {

 width: 80%;
 background:transparent;
 margin: 0 auto;
 padding: 0;
 height: 101px;
}



#header h1 {
  padding: 30px 0;
  color: #999;
  font-size: 1.4em;
  letter-spacing: 3px;
  margin: 0;
  text-align: right;
}

#nav {
  position: absolute;
  top: 85px;
  left: 50%;
  width: auto;
  padding: 0;
  margin: 0 auto;
  font: bold 11px Verdana, sans-serif;
  height: 25px;
}



#nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;

}



#nav li a {
  padding: 3px;
  margin: 0;
  border: 1px solid #B78E96;
  border-bottom: none;
  background: transparent url('http://www.creativedistortion.com/images/trans6.gif') repeat;
  text-decoration: none;
}



#nav li a:link { color: #82ad66; }

#nav li a:visited { color: #f94834; }



#nav li a:hover {

	color:#0000ff;
    background: transparent url('http://www.creativedistortion.com/images/trans7.gif') repeat;
    cursor:e-resize;
}



#nav li a#current {

	background: transparent url('http://www.creativedistortion.com/images/trans7.gif') repeat;
    border-bottom: 1px solid #999;

}

#container {
   background: transparent url('http://www.creativedistortion.com/images/trans5.gif') no repeat;
   width: 50%;
   margin: 0 auto;
   padding: 0;

}


#content {
  margin: 0%;
  padding: 90px;
}



#menu a, #menu a:visited {

  text-align:center; 

  text-decoration:none; 

  color:#fa4937; 

  display:inline; 

  width:7em; 

  height:1.2em; 

  border:0.5em solid #fff; 

  }

#menu a:hover {

  color:#fff;

  background-color:#f94834; 

  border-color:#fb8077 #fda9a3;

  cursor: e-resize;

  }



#footer {

	background: transparent;

	padding: 5px 10px 2px 0;

	text-align: right;

	font-size: 0.75em;

	clear: both;

	line-height: 1.15em;

}




a, a:visited {

	background: transparent;

	color: #333;

	border-bottom: 1px solid #333;

	text-decoration: none;

	font-weight: bold;

}



a:hover, a:active {

	background: transparent;

	color:#0000FF;

    cursor: e-resize;

}

h2 {

	color: #666;

	border-bottom: 1px solid #666;

	margin: 0;

	padding: 10px 0 1px 0;

	font-size: 1.2em;

}	


