/*general code*/

body {
	background: #000 url(images/nickblue.jpg) fixed no-repeat;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	}

a:link, a:visited {
	color: #000;
	text-decoration: none;
	}

a:active {
	color: #fff;
	text-decoration: none;
	}

a:hover {
	color: #aad;
	text-decoration: none;
	}

h3 {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #ccf;
	background: url(images/nickblue.jpg) fixed no-repeat;
	padding: 3px;
	line-height: 1em;
	text-align: right;
	border: 1px solid #000;
	}

blockquote {
	margin: 12px;
	}

/*menu code*/

span#here a {
	color: #fff;
	}

div#menu a span {
	display: none;
	}

div#menu a img {
	position: absolute;
	left: 10px;
	top: 355px;
	height: 0px;
	width: 0px;
	border-width: 0px;
	}

div#menu a:hover img {
	position: absolute;
	height: 50px;
	width: 50px;
	border-width: 0px;
	left: 10px;
	top: 355px;
	}

div#menu a:hover {
	text-decoration: none;
	background: url(images/nickred.jpg) fixed no-repeat;
	border: 1px solid darkblue;
	color: #fff;
	}

#menu a {
	width: 120px;
	font-weight: bold;
	display: block;
	background: url(images/nicklite.jpg) fixed no-repeat;
	line-height: 14px;
	padding: 4px;
	border: 1px solid #000;
	}

/*audio code*/

#audio {
	position: absolute;
	height: 385px;
	width: 350px;
	top: 15px;
	left: 200px;
	border: 1px solid #000;
	background: url(images/nicklite.jpg) fixed no-repeat;
	font-size: 13px;
	text-align: right;
	}

#audio a:hover, #bio a:hover, #contact a:hover {
	background: url(images/nickblue.jpg) fixed no-repeat;
	color: white;
	}

#audio a, #bio a, #contact a{
	color: #500;
	}

/*visual code*/

#visual {
	position: absolute;
	height: 400px;
	width: 490px;
	top: 15px;
	left: 180px;
	border: 1px solid #000;
	background: url(images/nicklite.jpg) fixed no-repeat;
	font-size: 13px;
	text-align: right;
	}

#visual img {
	border-width: 1px;
	}

#visual_image {
	position: absolute;
	height: 480px;
	width: 480px;
	top: 15px;
	left: 150px;
	border: 1px solid #000;
	background: url(images/nicklite.jpg) fixed no-repeat;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}

#visual_image img {
	border: 1px solid #000;
	}

#photo-credits {
	position: absolute;
	top: 410px;
	left: 10px;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	background: url(images/nicklite.jpg) fixed no-repeat;
	border: 1px solid #000;
	}

/*bio code*/

#bio {
	position: absolute;
	height: 470px;
	width: 490px;
	top: 15px;
	left: 180px;
	border: 1px solid black;
	background: url(images/nicklite.jpg) fixed no-repeat;
	font-size: 14px;
	text-align: justify;
	overflow: auto;
	}

#bio img {
	border: 1px solid #000;
	}

/*contact code*/

#contact {
	position: absolute;
	height: 413px;
	width: 510px;
	top: 15px;
	left: 180px;
	border: 1px solid #000;
	background: url(images/audiobg.jpg);
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: right;
	overflow: auto;
	}

/*guestbook code*/

#gb {
	position: absolute;
	height: 150px;
	width: 450px;
	top: 15px;
	left: 200px;
	border: 1px solid #000;
	background: url(images/nicklite.jpg) fixed no-repeat;
	font-size: 13px;
	text-align: justify;
	}

#gb2 {
	position: absolute;
	height: 260px;
	width: 293px;
	top: 200px;
	left: 400px;
	border: 1px solid #000;
	}