/*  
Theme Name: TEMP
Theme URI: 
Description: 
Version: 1.0
Author: Harley Alexander
Author URI: http://www.baffleinc.com/

*/

body{
	background: #e4e4e4;
}

#wrapper{
	width: 460px;
	padding: 0 20px;
	margin: 0 auto;
}

h1{
	background: url(images/h1.png) no-repeat center;
	text-indent: -999em;
	margin-bottom: 10px;
}

#links{
	float: left;
	height: 240px;
	width: 72px;
	padding-right: 10px;
}

#photos{
	height: 147px;
	display: block;
	float: left;
	width: 32px;
	background: url(images/links.gif) no-repeat left top;
	text-indent: -999em;
}

#deviantart{
	width: 32px;
	height: 234px;
	display: block;
	float: left;
	background: url(images/links.gif) no-repeat right top;
	text-indent: -9999em;
}

#main-col{
	float: left;
	width: 220px;
}

#main-col p{
	margin: 0;
	margin-top: 3px;
}

#intro{
	text-indent: -999em;
	height: 48px;
	background: url(images/intro.png) no-repeat left top;
}

hr{
	height: 20px;
	border: 0;
	background: url(images/hr.png) no-repeat center;
}

#main{
	text-indent: -999em;
	height: 146px;
	background: url(images/main.png) no-repeat left top;
}

#contact{
	float: left;
	width: 158px;
	te
}

#me{
	display: block;
	width: 156px;
	height: 106px;
	text-indent: -999em;
	background: url(images/me.png) no-repeat center;
}

#email{
	display: block;
	width: 141px;
	height: 15px;
	text-indent: -9999em;
	background: url(images/contact.gif) no-repeat left top;
	float: right;
	margin-right: 7px;
}

#twitter{
	display: block;
	width: 141px;
	height: 18px;
	text-indent: -9999em;
	background: url(images/contact.gif) no-repeat left bottom;
	float: right;
	margin-right: 7px;
	margin-top: 3px;
}