@charset "utf-8";
html {
	margin: 0;
	padding: 0;
	background: #161616 url(../images/top.jpg) repeat-x;
}

body {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	top: 0;
	position: relative;
	width: 740px;
	left: 50%;
	margin: 0 0 0 -385px;
	padding: 0;
	float: left;
	clear: both;
	height: auto;
	min-height: 100%;
}

#top {
	width: 760px;
	float: left;
	background: url(../images/top.jpg) no-repeat;
	padding: 5px;
}

/* logo */
#logo {
	margin: 0;
	padding: 0;
	float: left;
}
#top a img {
	float: left;
	border: 0;
}

/* intro paragraph */
#intro {
	float: left;
	margin: 25px 0 0 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
}
	#intro a {
		color: #fff;
		text-decoration: none;
	}
	#intro a:hover {
	}
#subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ccc;
	font-weight: normal;
	clear: left;
}

/* Snap ------------------------------------- */
#snaps {
	float: left;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
	#snaps li {
		margin: 0;
		padding: 15px;
		float: left;
		display: inline;
		width: 75px;
		height: 75px;
	}
	#snaps a img {
		border: 3px #fff solid;
		padding: 2px;
	}
	#snaps a:hover img {
		background: #6b2e2e;
	}