/*     AUTHOR: Chris Coyier            chriscoyier@gmail.com            http://chriscoyier.net*//* RESETS & BASIC PAGE SETUP */* { margin: 0; padding: 0; }html { overflow-y: scroll; }body { 	font: 62.5% "Lucida Grande", sans-serif;	background: url(images/paw-bg.jpg) top left repeat;}ul { list-style: none inside; }p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }	p.metadata { background: #B6B433; padding: 3px;} a { outline: none; }a img { border: none; }h1 {	font-family: Georgia, serif;	font-size: 2em;	font-weight: normal;	color: #a69028;	}	h1#logo {		width: 607px;		height: 108px;		background: url(images/petsitters.jpg) no-repeat center center;		text-indent: -9999px;	}/* END RESET *//* TOOLBOX */.floatleft { float: left; }.floatright { float: right; }.clear { clear: both; }/* END TOOLBOX *//* STRUCTURE AND STUFF */#page-wrap {	width: 607px;	margin: 0 auto;	background: url(images/midfill.jpg) repeat-y;	}	#main-content {		padding: 100px 30px 100px 30px;	}	#article-area {		width: 325px;		float: left;	}	#space-area {	width: 500px;	float: left;	padding: 15px;	}	#sidebar {	width: 187px;	float: right;	height: 430px;	}	#article-served {		width: 200px;		float: left;	}	#article-served2 {		width: 200px;		float: right;	}ul#nav {		}	ul#nav li {		display: inline;		}		ul#nav li a {			display: block;			height: 104px;			text-indent: -9999px;			float: left;		}		ul#nav li.home a {			width: 131px;			background: url(images/home.jpg) bottom center no-repeat;		}		ul#nav li.services a {			width: 115px;			background: url(images/services.jpg) bottom center no-repeat;		}		ul#nav li.areas a {			width: 114px;			background: url(images/areas.jpg) bottom center no-repeat;		}		ul#nav li.contact a {			width: 115px;			background: url(images/contact.jpg) bottom center no-repeat;		}		ul#nav li.friends a {			width: 132px;			background: url(images/friends.jpg) bottom center no-repeat;		}		ul#nav li a:hover {			background-position: center center;		}		#footer {	min-height: 98px;	background: url(images/footsy.jpg) no-repeat;	color: #F3EAC9;	text-align: center;}/* END STRUCTURE */