﻿/* 
Title:   Milton Taylor - In Tribute homepage stylesheet for screen media
Author:  EJT Studios Ltd, www.ejtstudios.com
Updated: 03 September 2007
*/
body {
	margin: 0; 
	padding: 0;
	background-color: #483a50;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	color: #4e4735;
	text-align: center;
}
#page {
	position: relative;
	margin: 20px auto;
	padding: 0;
	text-align: left;
	width: 669px;
	height: 474px;
	background: url(/images/shadow.gif) repeat-y;
}
#header {
	display: block;
	height: 0;
	overflow: hidden;
	text-indent: -9999px;
}
#content {
	height: 474px;
	background: url(/images/joshuatree.jpg) 14px 14px no-repeat;
}

/* Homepage Nav 
-------------------------------------- */
#nav {
	position: absolute;
	left: 22px;
	top: 21px;
	width: 120px;
	height: 270px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font: 110% Tahoma, Arial, Helvetica, sans-serif;
}
#nav a {
	padding-left: 13px;
	display: block;
	line-height: 45px;
	text-decoration: none;
	color: #fff;
}
#n-news a:hover {background: url(/images/home-navon.jpg) 0px 0px no-repeat;}
#n-bio a:hover {background: url(/images/home-navon.jpg) 0px -45px no-repeat;}
#n-gallery a:hover {background: url(/images/home-navon.jpg) 0px -90px no-repeat;}
#n-articles a:hover {background: url(/images/home-navon.jpg) 0px -135px no-repeat;}
#n-tributes a:hover {background: url(/images/home-navon.jpg) 0px -180px no-repeat;}
#n-letters a:hover {background: url(/images/home-navon.jpg) 0px -225px no-repeat;}
#n-contacts a:hover {background: url(/images/home-navon.jpg) 0px -270px no-repeat;}
