/* body margin was 8px 14px; is now 60px 60px */
/* blue was 76b3df; is now 6ca2ca */

body {
	margin: 60px 60px;
	font: Normal 13px monospace;
	color: #333;
	line-height: 160%;
	letter-spacing: 2px;
	}

a {
	background: #ffd;
	padding: 2px 4px 2px 6px;
	color: #6ca2ca;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: #fff 2px solid;
	}

a:hover {
	border-style: solid;
	border-color: #6ca2ca;
	}

h1 {
	font: 26px monospace;
	background: #ffd;
	padding: 20px;
	text-transform: uppercase;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-style: solid;
	border-color: #6ca2ca;
	}

h1 a {
	background: #ffd;
	color: #333;
	text-decoration: none;
	border-style: none !important;
	}

.hello {
	margin-top: 18px;
	position: absolute;
	left: 64px;
	}

.links {
	font: 20px monospace;
	line-height: 155%;
	text-transform: uppercase;
	text-align: right;
	position: absolute;
	top: 81px;
	right: 78px;
	}

.links a {
	background: #ffd;
	padding: 2px 4px 0px 7px;
	color: #6ca2ca;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: #ffd 3px solid;
	}

.links a:hover {
	border: #6ca2ca 3px solid;
	}

.credits {
	font: 10px monospace;
	color: #888;
	text-align: center;
	position: absolute;
	top: 138px;
	right: 68px;
	}

.credits a {
	background: #fff;
	padding: 0px;
	color: #6ca2ca;
	border-style: none !important;
	}

.credits a:hover {
	border-bottom: #6ca2ca 1px solid !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}

.reps {
	font: 12px monospace;
	line-height: 160%;
	position: fixed;
	bottom: 10px;
	left: 60px;
	}

.photos {
	margin-top: 20px;
	line-height: 400%;
	width: auto !important;
	min-width: 604px;
	float: clear;
	}

.photos a {
	background: #ffd;
	padding: 74px 4px 0px 4px;
	}

.photos-top {
	margin-top: 40px;
	line-height: 400%;
	width: auto !important;
	min-width: 726px;
	float: clear;
	}

.photos-top a {
	background: #ffd;
	padding: 154px 4px 0px 4px;
	}

img.special {
	border: none;
	}

img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

.photocredits {
	font: 12px monospace;
	line-height: 160%;
	padding-bottom: 15px;
	margin-top: -6px;
	border-bottom: #6ca2ca 3px solid;
	width: auto !important;
	min-width: 600px;
	float: clear;
	}