/*
	SonSpring Design - CSS
	Copyright Nathan Smith
*/

*
{
	margin: 0;
	padding: 0;
}

/* =Basic HTML Styles
----------------------------------------------------------------------*/

body
{
	margin: 0 auto;
	width: 150px;
}

h1
{
	background: #333;
	color: #fff;
	font: bold 11px/30px Verdana, sans-serif;
	text-align: center;
}

p
{
	clear: both;
	color: #555;
	font: 11px Tahoma, sans-serif;
	line-height: 150%;
	padding: 10px 0;
}

/* =Navigation Buttons
----------------------------------------------------------------------*/

#nav
{
	list-style: none;
}

#nav a
{
	color: #fff;
	display: block;
	text-decoration: none;
	width: 30px;
}

#nav a:hover
{
	background: #666;
}

#nav li
{
	background: #333;
	display: inline;
	float: left;
	font: bold 11px/30px Verdana, sans-serif;
	text-align: center;
}

/* =Photo Boxes
----------------------------------------------------------------------*/

#photo
{
	height: 150px;
	width: 150px;
}

#photo.back_1
{
	background: url(back_1.jpg) no-repeat;
}

#photo.back_2
{
	background: url(back_2.jpg) no-repeat;
}

#photo.back_3
{
	background: url(back_3.jpg) no-repeat;
}

#photo.back_4
{
	background: url(back_4.jpg) no-repeat;
}

#photo.back_5
{
	background: url(back_5.jpg) no-repeat;
}