* { 
 border:0;
 padding: 0;
 margin: 0;
}

body {
	 background-color: #000;
}

#wrapper { 
 	 width: 990px;
 	 margin: 0 auto;
	 height:auto;
	 background-color:#000;
}

#header {
	float:left;
	width:990px;
	height:136px;
	background: #000000 url(images/header.jpg) no-repeat;
}

#logolink {
	width:175px;
	height:50px;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:35px;
	padding-right:100px;
}

#navbar {
	float:left;
	width:169px;
	height:auto;
	font: 11px Arial, Helvetica, sans-serif;
	color:#CCC;
}

#bio
{
  display: block;
  width: 86px;
  height: 86px;
  background: url("images/rollovers/bio.jpg") no-repeat 0 0;

}

#bio:hover
{ 
  background-position: 0 -86px;
  font: 11px Arial, Helvetica, sans-serif;
  color:#F60;
}

#bio span
{
  display: none;
}

#styling
{
  display: block;
  width: 88px;
  height: 113px;
  background: url("images/rollovers/styling.jpg") no-repeat 0 0;

}

#styling:hover
{ 
  background-position: 0 -113px;
}

#styling span
{
  display: none;
}

#cooking
{
  display: block;
  width: 88px;
  height: 88px;
  background: url("images/rollovers/cooking.jpg") no-repeat 0 0;

}

#cooking:hover
{ 
  background-position: 0 -88px;
}

#cooking span
{
  display: none;
}

#gallery
{
  display: block;
  width: 88px;
  height: 96px;
  background: url("images/rollovers/gallery.jpg") no-repeat 0 0;

}

#gallery:hover
{ 
  background-position: 0 -96px;
}

#gallery span
{
  display: none;
}

#contact
{
  display: block;
  width: 88px;
  height: 99px;
  background: url("images/rollovers/contact.jpg") no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -99px;
}

#contact span
{
  display: none;
}

#content {
	float:left;
	width:804px;
	height:auto;
	font:12px Arial, Helvetica, sans-serif;
	color:#FFF;
}

#content a
{
	color:#F90;
	text-decoration:none;
}

#content a:hover {
	color:#36F;
	text-decoration:none;
}

#col2outer #col2mid {
  width: 380px;
  float: left;
}

#col2outer #col2side {
  width: 380px;
  float: right;
}

#footer {
	float:left;
	width:990px;
	height:80px;
	font: 10px Arial, Helvetica, sans-serif;
	color:#CCC;
}

#footer a
{
	color:#F90;
	text-decoration:none;
}

#footer a:hover {
	color:#36F;
	text-decoration:none;
}