* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	color: #888;
	font: 18px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	position: relative;
	background: #ccc url('/images/bg.gif') repeat;
	/*background-color: #333;*/
	/*text-shadow: 0 0 0 #222;*/
}

h1 {
	display: block;
	width: 100%;
	height: 448px;
	font-size: 360%;
	font-weight: normal;
	letter-spacing: -2px;
	line-height: 0.80em;
	background: #010101 url('/images/me5.jpg') no-repeat 70px 0;
	}
	h1 span {
		position: relative;
		top: 230px;
		left: 28px;
		color: #666;
		}
		h1 a {
			color: #0094b8;
			} 
			h1 em {
				font-size: 50%;
				letter-spacing: -2px;
				font-style: normal;
				
				color: #222;
				line-height: 1.5em;
				}

p {
	padding-left: 5px;
	margin-bottom: 15px;
	/*font-weight: bold;*/
	/*letter-spacing: -1px;*/
	line-height: 1.4em;
}

a {
	color: #0094b8;
	text-decoration: none;
}
a:hover {
	color: #0094b8;
	text-decoration: none;
}

span.dark {
	color: #333;
}
	

#container {
	width: 580px;
	padding: 30px;
	/*padding-top: 20px;*/
}

#facebook { background-image: url('../images/facebook_both.gif'); }
#twitter { background-image: url('../images/twitter_both.gif'); }
#delicious { background-image: url('../images/delicious_both.gif'); }


#facebook, 
#twitter, 
#delicious {
	float: left;
	display: block;
	width: 46px;
	height: 46px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: 0 -46px;
	text-indent: -2000em;	
	}
	#facebook:hover, 
	#twitter:hover,
	#delicious:hover {
		background-position: 0 0;	
		}
		
#footer {
	padding: 0 30px 30px 30px;
	font-size: 70%;
	color: #888;
	/*font-weight: bold;*/
}

.amp {
	position: relative;
	top: 0;
	left: 0;
	font-family: Palatino, Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 150%;
}