html {
	width: 100%;
	min-height: 100%;
}
body {
	background-color: black;
	font-family:"Myraid Pro","Helvetic", Arial, sans-serif;
	font-size: 13px;
	height: 90px;
	background-image:url(../header.jpg);
	background-repeat:no-repeat;
	align: top left;
}
div#header { /* Header */
	width: 100%;
	margin-left: 130px;
	margin-top: 140px;
	
}
div#pageTitle { /*Content Block*/
	width: 800px;
	float: left;
}
div#pageTitle { /*Content Block*/
	width: 800px;
	float: left;
	color:#999999;
}

div#contactTitle { /*Contact Large Info*/
	margin-right: auto;
	margin-left:auto;
	font-size: 12px;
	padding-top: 20px;
	color:#CCCCCC;
	margin-left: 250px;
	width: 800px;
	float: left
}
div#title { /*top of page*/
	margin-bottom: 10px;
}
div#menu {
	margin-left: 170px;
	clear: left;
	float: left;
	width: 80px;
 /*Width of left column*/
}
.photo {
	margin: 0 10px 10px 10px;
	width: 800px;
	
}

div#photos img {
	border: 0px solid #cccccc;
	width: 80px;
}
div#photos {
	width: 1000px;
	color: white;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	float: top left;
	
}
div#blog{
	float:left;
	border: 2px solid #666666;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
} 
div#otherContent{ /*about and content block*/
	width: 800px;
	hieght: 700px;
	float:left;
	padding-bottom: 20px;
	margin-bottom: 50px;
	color: #999999;
}
div#otherContent p {
	text-align: left;
}
div#homeImg { /*index image*/
	border: 0px solid #CCCCCC;
	width: 800px;
	float: left;
	
}
div#homeImg img {
	border: 1px solid white;
}
div#permalink {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
div#permalink img {
	border: 1px white;
}
div#top {
	height: 0px;
}
div#bottom {
	height: 25px;
}
div#contactImg { /*contact pic*/
	width: 800px;
	float: left
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 10px;
}
div#contactImg img {
	border: 1px solid white;
	
	
}
div#contactDiv { /*smaller contact info*/
	width: 700px;
	padding-top: 30px;
	margin-left:auto;
	margin-right: auto;
	color:#999999;
	font-size:8px;
	float: right;
	
}
div#mark {
	margin-top: 2px;
	margin-right: 5px;
	float: left;
}
h1 {
	width: 800px;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color:white;
}

td.stack {
	width: 95px;
	background-image: url(images/stackBG.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
td.set {
	width: 95px;
}
.setThumb { /*thumbnail images*/
	float: left;
	width: 185px;
	height: 225px;
	margin: 0 10px 10px 10px;
}
.setTitle {  /*thumbnail titles*/
	color: white;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 100px;
	text-align: left;
	font-size:9px;
}
.title {
	color: white;
	font-style: italic;
}
a:link, a:active, a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0080;
}
a.backButton:link, a.backButton:active, a.backButton:visited {
	font-size: 11px;
	font-weight: normal;
	color: gray;
	text-decoration: none;
}
a.backButton:hover {
	text-decoration: underline;
}
a.tagLink:link, a.tagLink:active, a.tagLink:visited {
}
a.tagLink:hover {
	color: gray;
	text-decoration: underline;
}
a.boxLink:link, a.boxLink:active, a.boxLink:visited {
	color: white;
	text-decoration: none;
}
a.boxLink:hover {
	text-decoration: underline;
}
