html {
  height: 100%;
}
body{
	text-align:center;
	margin: 0;
	background-color: #111111;
	color: #fff;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 100%;
}
h1{
	font-size: 28px;
	font-weight: normal;
	text-align:left;
	padding: 6px 0 0 6px;
	margin: 0;
	text-transform: uppercase;
}
h2{
	font-size: 18px;
	font-weight: normal;
	text-align:left;
	padding: 4px 10px 0 10px;
	text-transform: uppercase;
	margin: 0 0 -2px 0;
}
h3{
	font-size: 12px;
	color: #eee;
	font-weight: normal;
	text-align:left;
	padding:0 0 6px 8px;
	margin: -2px 0 0 0;
}
#wrapper{
	margin-top: 100px;
	margin: auto;
	height:100%;
	background-color: #272727;
}
#upper{
	position:relative;
	text-align:right;
}
#title{
	margin: auto;
	background-color: #272727;
	padding-top:4px;
}
#lower {
	margin: auto;
	background-color: #1a1a1a;
	position: relative;
}
HR {
	height: 1px;
	background-color: #272727;
	border: 0px solid #272727;
	color: #272727;
}
#image{
	float: left;
}
#notes{
	text-align:justify;
	color: #ccc;
	margin:0 10px 0 10px;
	padding: 6px 0 10px 0;
	line-height: 125%;
}
#menu{
	position:absolute;
	right: 0px;
	margin-top:-16px;
	padding-right:20px;
}
.menu-unactive, .menu-unactive:visited{
	text-decoration: none;
	padding:6px 6px 6px 6px;
	color: #272727;
	text-transform: uppercase;
	font-size:10px;
}
.menu-active{
	text-decoration: none;
	color: #fff;
	background-color: #272727;
	padding:6px 6px 6px 6px;
	text-transform: uppercase;
	font-size:10px;
}
.menu-unactive:hover{
	color: #fff;
	background-color: #272727;
}
.align-left{
	text-align:left;
	float:left;
}
.align-right{
	text-align:right;
	float:right;
}
#copyright{
	padding: 6px 10px 6px 10px;
	color: #272727;
	text-align:center;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 10px;
}
#about{
	text-align:left;
	color:#ccc;
	line-height: 125%;
	padding-top:30px;
}
#about p{
	padding:10px;
}
#comments{
	padding:0 42px 0 0;
	text-align: left;
	color: #ccc;
}
#comments ul li{
	padding: 6px;
}
#comments ul li:hover{
	background-color: #272727;
}
#comment-form{
	text-align: left;
	padding:20px 44px 20px 40px;
}
#top-comment{
	margin-bottom:6px;
}
.comment-form-text{
	color: #ccc;
	font-weight: bold;
}
#info-wrapper{
	position:relative;
}
#exif-info {
	text-align: center;
	padding:4px 6px 4px 6px;
	font-size: 10px;
	font-weight:bold;
	text-transform: uppercase;
	color: #272727;
	margin: 0px 0 6px 0;
	height: 10px;
}
#views {
	text-align: center;
	padding:4px 6px 4px 6px;
	font-size: 10px;
	font-weight:bold;
	text-transform: uppercase;
	color: #272727;
	height: 10px;
	margin: 0px 0 6px 0;
}