* {
	margin: 0;
	border: 0;
	padding: 0;
}

html { 
	height: 100%;
	background-color: #222; /* chrome bg fix */
}

body {
	margin-top: 10px;
	color: #fff;
	background-color: #222;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #bbb;
}

p {
	margin-bottom: 18px;
	line-height: 16px;
}

a {
	outline: transparent solid 0px;
}

a:focus {
	-moz-outline: none;
}

a:link, a:visited {
	color: #888;
	text-decoration: none;
}

a:hover {
	color: #46b7ff;
}

small {
	font-size: 11px;
	color: #999;
}

#header, #footer {
	width: 750px;
	margin: 0 auto;
	padding: 0 125px;
}

#header div {
	width: 375px;
	float: left;
	font-size: 11px;
	letter-spacing: 1px;
}

#nav {
	color: #444;
	text-align: right;
}

#picWrapper {
	width: 550px;
	margin: 0 auto;
	padding: 50px 225px 0 225px;
	position: relative;
	clear: both;
	overflow: hidden;
}

#pictures {
	width: 5000px;
	position: relative;
}

#pictures div {
	width: 560px;
	margin-right: 215px;
	float: left;
}

#pictures a {
	width: 130px;
	height: 130px;
	margin: 0 10px 10px 0;
	display: block;
	float: left;
	overflow: hidden;
}

.picNav {
	width: 750px;
	height: 37px;
	margin: 0 auto;	
	padding: 0 125px;
	clear: both;
	display: none;
}

.picNav div {
	width: 375px;
	float: left;
}

.picNav div img {
	display: block;
	position: relative;
	top: -220px;
	left: 35px;
	cursor: hand;
	cursor: pointer;
}

.picNavRight {
	left: 318px !important;
}

#picNav {
	display: block;
}

#wordsWrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0 125px;
}

#wordsWrapper div {
	width: 365px;
	padding: 50px 0 32px 0;
	float: right; /* float left not working due to 'margin: 0 auto;' on parent element */
}

#wordsLeft {
	margin-right: 10px;
}

#wordsRight {
	margin-left: 10px;
}

#footer {
	clear: both;
	color: #777;
	font-size: 11px;
	text-align: right;
}
