/*Style Sheet For www.stevenbarley.com */

body
{
	background-image: url(images/lighthouse008.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;	
	font-family: "times new roman";
}
	a:link {text-decoration:none;}
	a:visited {text-decoration:none;}
	a:hover {text-decoration:underline; color:blue}

	#banner {position: absolute; top: 5px; left: 10px;}
	#banner a {display: block;}

	#nav {
				position: absolute;
				top: 135px; left: 20px; width: 90px;
	 			text-align: left; 
		}
	#nav a {display: block;}

	#boxnav {position: absolute; top: 125px; left: 10px;}
	#boxnav a {display: block;}
	#boxhome {position: absolute; top: 125px; left: 405px;}
	#boxhome a {display: block;}
	#texthome {position: absolute; top: 135px; left: 420px; width: 340px;}
	#texthome a {display: inline;}


