/* Copyright Opera Software. Design by Fred. */
/* :: MAIN LAYOUT :: */
  
.style1 {
	color: #000000;
	font-weight: bold;
}
.style2 {
	font-size: 14px;
	color: #330033;
}
a:link {
	color: #000066;
}
a:visited {
	color: #CC3300;
}
.style5 {
	font-size: 18px;
	font-weight: bold;
}
  body {
	background:#b8c2cf url(images/bg.jpg);
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#3a6882;
	}
	
	#menu ul {
	margin:0;
	padding:0;
	}

#menu li {
	display:block;
	list-style:none;
	margin:0 -7px 0 0;
	padding:0;
	float:left;
	width:81px;
	height:19px;
	}
	
	#menu a {
	display:block;
	color:#000;
	text-decoration:none;
	background:transparent url(images/orange.gif) top left no-repeat;
	text-align:center;
	position:relative;
	z-index:10;
	line-height:20px;
	width:81px;
	overflow:hidden;
	left: 0px;
	}

#menu a:hover, #menu a#selected {
	background-position:100% -20px;
	z-index:729;
	color:#fff;
	}

#menu_blog a {
	z-index:648;
	}

#menu_photos a {
	z-index:567;
	}

#menu_artwork a {
	z-index:486;
	}

#menu_print a {
	z-index:405;
	}

#menu_web a {
	z-index:324;
	}

#menu_bio a {
	z-index:243;
	}

