body, html, ul {
	padding: 0;
	margin: 0;
}
body {
	background-color: #ecece5;
	color: #83837e;
	font-size: 11pt;
	font-family: 'Myriad Pro', helvetica, sans-serif;
}
a {
	color: #83837e;
	font-size: 11pt;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	margin: 0;
}
h1 {
	font-size: 25pt;
}
h2 {
	font-size: 14pt;
}
#wrapper {
	width: 984px;
	left: 50%;
	margin-left: -492px;
	position: relative;
	margin-top: 2em;
}
#wrapper_top {
	background-image: url('../images/top.png');
	background-repeat: no-repeat;
	background-color: #fff;
	height: 24px;
}
#wrapper_content {
	min-height: 412px;
	background-color: #fff;
	padding: 20px;
	padding-top: 0;
	width: 940px;
	margin-left: 1px;
}
#wrapper_bottom {
	background-image: url('../images/bottom.png');
	background-repeat: no-repeat;
	background-color: #fff;
	height: 24px;
	margin-bottom: 30px;
}
#me {
	float: right;
	margin-right: 30px;
}
#me_wrapper {
	width: 250px;
	background-color: #f5f6ec;
	border: 1px solid #999;
}
#me_pic {
	height: 306px;
	background-image: url('../images/me.png');
}
#me_arrow {
	width: 100%;
	height: 20px;
	margin-top: 293px;
	float: left;
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 50px;
}
#me_info {
	padding: 10px;
}
#content {
	width: 600px;
	float: left;
}
#content h1 {
	text-align: center;
}
.flickr {
	margin-top: 30px;
}
.twitter .date {
	font-size: 10pt;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #202020;
	color: #aaa;
}
.twitter .tweet {
	font-size: 14pt;
	color: #202020;
	margin-bottom: 0;
	padding-bottom: 0;
}
#me p {
	margin-top: 0;
}
.email_me {
	margin-top: 0;
	color: #499fff
}
.skype_me {
	color: #ff57ec;
}
.tweet_me {
	color: #57ff5b;
}
.header {
	font-size: 25pt;
	color: #333;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 4px;
	text-align: center;
}
.header_text {
	float: left;
	padding-right: 10px;
	padding-top: 4px;
}
.header_pic {
	float: left;
}
img {
	border: 0;
}
.flickr img {
	border: 1px solid #999;
}
#me_info a {
	color: #499fff;
}
.flickr a {
	font-size: 9pt;
}
