body
{
	font: 12px;
	font-family: "Source Sans Pro", verdana, arial, geneva, sans-serif;
	background: #FFF;
	border: none;
	margin: 0px;
	padding: 0px;
}

strong, b, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 { font: 24px; }
h2 { font: 18px;}
h3 { font: 14px; }
h4 { font: 12px; }
h5 { font: 10px; }
h6 { font: 9px; }
p, li, .content {
	font: 12px;
}

a, a:link {
	color: #3366FF;
	text-decoration: none;
}

a:visited {
	color: #666;
}

a:hover {
	color: #3366FF;
	text-decoration: underline;
}

#header {
	background-color: #369;
	border:  0px;
	margin: 0px;
	padding: 5px;
	padding-left: 15px;
	border-bottom: #003 2px solid;
	color: #EEE;
}

#header h2
{
	font-size: 30px;
	letter-spacing: 0.11em;
	font-weight: 200;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}

#header p {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#content {
	margin: 0px;
	padding:  20px;
	padding-top: 30px;
}

#inner-wrapper {
	margin: 0px;
	margin: auto;
	width:  500px;
	height: 450px;
}

#inner-wrapper #content-header {
	color: #999;
	font-size: 18px;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 4px;
}

#inner-wrapper #photos {
	border: 1px #333 solid;

	box-shadow: inset 0px 0px 50px 0px #ABABAB,5px 5px 5px 1px #B5B5B5;
	-webkit-box-shadow: inset 0px 0px 50px 0px #ABABAB,5px 5px 5px 1px #B5B5B5;
	-moz-box-shadow: inset 0px 0px 50px 0px #ABABAB,5px 5px 5px 1px #B5B5B5;
	-o-box-shadow: inset 0px 0px 50px 0px #ABABAB,5px 5px 5px 1px #B5B5B5;
}

#inner-wrapper #photos,
#inner-wrapper #photos img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#inner-photo {
	background-image: url('_img/streetlight_moonshot.jpg');
	position: absolute;
	width: 450px;
	height: 300px;
	top: 0px;
	left: 20px;
}

#inner-wrapper #links {
	position: relative;
	text-align: right;
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 0.16em;
}
