* { margin:0; padding:0; }

body {
	margin:20px 0 0 20px;
	padding:0;
	font:normal 10px/1.7em helvetica, arial, sans-serif;
	background:#fff;
	color:#000;
	background-position:0 0;
	background-repeat:no-repeat;
	}
	
ul {
	list-style:none;
	}
	
	/*
-------------------------------------------------
 Global Positioning Styles
-------------------------------------------------*/
#wrapper { margin:0; padding:0; width:427px;
   }
   
ul {
	margin:0;
	padding:0;
	}
	
li {
	margin:0 0 10px 0;
	padding:0;
	text-indent:-9999px;
	height:59px;
	}
		
	li#thussfarrell {
		background-image:url(../images/thussfarrell.gif);
		width:122px;
		height:15px;
		}
		
		
	li.big-note {
		margin-bottom:20px;
		color:#f419d2;
		text-indent:0;
		font-size:46px;
		height:auto;
		width:800px;
		line-height:52px;
		}
	li.big-note span {
		background:#fff;
		}
		li.big-note a {
			color:#09dcd0;
			text-indent:0;
			font-size:46px;
			height:auto;
			width:auto;
			line-height:48px;
			background:#fff;
			display:inline;
			}
		li.big-note a:hover {
			color:#222;
			}
		
	
		
	li#address {
		background-image:url(../images/address.gif);
		width:355px;
		height:339px;
		}
li a {
	margin:0;
	padding:0;
	display:block;
	height:100%;
	width:100%;
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#fff;
	}
	
	li a:hover {
		background-position:0 -59px;
		}
		
	li#photography a {
		width:354px; background-image:url(../images/photography.gif);
		}
			
	li#design a {
		width:175px; background-image:url(../images/design.gif);
		}
		
	li#email a {
		background-image:url(../images/email.gif);
		}
		
/* ------------------------------------------------------- Links */
a {
	margin:0;
	padding:0;
	color:#fff; /* #89c9b6, #8c8c8c */
	text-decoration:none;
	border:none;
	}
			
a:hover {
	color:#fff;
	background:#fff;
	text-decoration:none;
	}


