body
  {
		background: #202020 url(../images/vavw-logo-6.gif) no-repeat bottom center;
		font-family: "Courier New", Courier, monospace;
		font-size: 12px;
		color: rgb(90,90,90);
		margin: 0;
		padding: 0;
	}

#content
  {
	  width: 850px;
	  height: 550px;
		padding: 0;
		margin: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		background: #202020 url(../images/bord-noir.gif) 180px 460px no-repeat;
		margin-left: -425px;
	  /* Hiding from IE5 Mac \*/
		margin-top: -275px;
	  /* End hiding */
	}

img#logo
  {
		position: absolute;
		display: block;
	  left: 568px;
		top: 25px;
		width: 226px;
		border: 0;
		height: 27px;
	}

ul#mainmenu
	{
		position: absolute;
		left: -1;
		top: 260px;
		width: 153px;
		height: 207px;
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-weight: bold;
		letter-spacing: -10%;
		background: #202020 url(../images/menu.gif) no-repeat;
	}

ul#mainmenu li
{
  color: rgb(20,20,20);
}

li#gal1
  {
    position: absolute;
		left: 20px;
		top: 45px;
  }

li#gal2
  {
    position: absolute;
		left: 27px;
		top: 64px;
  }

li#gal3
  {
    position: absolute;
		left: 32px;
		top: 83px;
  }

li#bio
  {
    position: absolute;
		left: 43px;
		top: 124px;
  }

li#contact
  {
    position: absolute;
		left: 54px;
		top: 143px;
  }

li#portfolio
  {
    position: absolute;
		left: 30px;
  }
#mainmenu li a:link, #mainmenu li a:visited
{
 color: rgb(20,20,20);
 text-decoration: none;
}

#mainmenu li a:hover
{
 color: rgb(240,10,10);
 text-decoration: none;
}

img#photo
  {
		padding: 0;
		margin: 0;
	  display: block;
		position: absolute;
		height: 400px;
		width: 614px;
		left: 180px;
		top: 60px;
		border-top: 1px solid rgb(60,60,60);
		border-left: 1px solid rgb(60,60,60);
		border-right: 1px solid rgb(60,60,60);
	}

p#number
{
	 z-index: 100;
	 margin: 0;
	 padding: 0;
	 position: absolute;
	 left: 552px;
	 top: 462px;
	 width: 16px;
	 text-align: center;
   font-size: 14px;
	 font-weight: bold;
	 color: rgb(250,250,250);
}

ul#navigation
  {
	  position: absolute;
		display: block;
		width: 80px;
		height: 16px;
		padding: 0;
		margin: 0;
		list-style-type: none;
	  left: 520px;
	  top: 460px;
	}

ul#navigation li
  {
		display: inline;
	}
	
a#next:link, a#next:visited
	{
		text-decoration: none;
	  display: block;
		margin: 5px 0 0 0;
		float: right;
		padding: 0;
		width: 16px;
		height: 9px;
		background: black url(../images/next.gif) no-repeat;
	}

a#next:hover
  {
		text-decoration: none;
		background: black url(../images/next-on.gif) 0 0 no-repeat;
	}

.hidden
  {
	  display: none;
		border: 0;
	}

a#previous:link, a#previous:visited
	{
		text-decoration: none;
	  display: block;
		margin: 5px 0 0 0;
		float: left;
		padding: 0;
		width: 16px;
		height: 9px;
		background: black url(../images/previous.gif) no-repeat;
	}

a#previous:hover
  {
		text-decoration: none;
		background: black url(../images/previous-on.gif) no-repeat;
	}


