/* @override 
	http://jacobreed.net/CLphoto/style.css
	http://claylarsen.com/style.css
*/

body {
	background: #d1d2d4 url(images/bg.jpg) repeat-x;
}

#wrapper {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	margin-top: 10px;
	margin-bottom: 10px;
}

#ssparea {
}

#nav {
	margin-bottom: 20px;
	margin-top: 30px;
}

#footer {
	color: #9a9a9a;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}

#footer a:link, #footer a:visited {
	color: #9a9a9a;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	color: black;
}

img {
	border-style: none;
}