html, body {
	font-family: Calibri, Arial, Helvetica, sans-serif
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
#header strong {
	font-weight: normal;
}
.wrapper {
	margin: auto;
	width: 900px;
}
#header {
	margin: auto;
	height: 336px;
	background-image: url(../gfx/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#header .wrapper {
	height: 336px;
}
#header h1 {
	text-indent: -9999px;
	width: 623px;
	height: 57px;
	background-image: url(../gfx/logo.png);
	margin-top: 40px;
}
#header h2 {
	text-indent: -9999px;
	width: 229px;
	height: 90px;
	background-image: url(../gfx/title.jpg);
}
#header p {
	width: 600px;
	color: #fff0df;
	font-size: 23px;
	margin-top: 34px;
	line-height: 35px;
}
#header p strong {
	background-color: #594F42;
	padding-right: 5px;
	padding-left: 5px;
}
#content {
	background-image: url(../gfx/content_bg2.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#content .wrapper {
	width: 930px;
	padding-top: 24px;
	padding-left: 30px;
}
#featured {
	padding-bottom: 24px;
	width: 900px;
	height: 307px;
}
#portfolio {
	float: left;
	clear: none;
	display: block;
}
.portfolio a img {
	float: left;
	margin-bottom: 22px;
	margin-right: 22px;
	width: 286px;
	height: 150px;
	border: 1px dotted #CCCCCC;
}
.portfolio img {
	float: left;
	margin-bottom: 22px;
	margin-right: 22px;
	width: 286px;
	height: 150px;
}
#info {
	width: 280px;
	float: right;
	clear: none;
	padding-right: 30px;
}
#info p {
	font-size: 14px;
	color: #666666;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	line-height: 20px;
}
#footer {
	width: 930px;
	padding-top: 20px;
	padding-bottom: 50px;
	clear: both;
	background-image: url(../gfx/pencil.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#twitter_update_list {
	font-size: 14px;
	color: #666666;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	line-height: 20px;
}
#twitter_update_list a, #twitter_update_list a:active, #twitter_update_list a:hover, #twitter_update_list a:visited {
	display: block;
	font-size: 11px;
	color: #999999;
}
#twitter_update_list li {
	list-style-type: none;
	padding-bottom:20px;
}
#twitter_update_list span a, #twitter_update_list span a:active, #twitter_update_list span a:hover, #twitter_update_list span a:visited {
	display: inline;
	background-color: #DFDFDF;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 14px;
}
#twitter_update_list span a:hover {text-decoration: underline;}
#twitter_update_list span {}
#text {
	width: 930px;
	float: left;
}
#text .box {
	width: 286px;
	float: left;
	padding-right: 24px;
}
#text p {
	font-size: 14px;
	color: #666666;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 20px;
}
#text p a, #text .where a {
	background-color: #DFDFDF;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}
#text h2 {
	width: 280px;
	height: 48px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#text .aboutme {
	background-image: url(../gfx/about_me.png);
	background-repeat: no-repeat;
}
#text .sayhello {
	background-image: url(../gfx/say_hello.png);
}
#text .twitter {
	background-image: url(../gfx/twitter.png);
}
#text ul.where {
	font-size: 14px;
	color: #666666;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	list-style-type: circle;
	padding-left: 10px;
}
#text ul.where li {
	padding-bottom: 5px;
	display: inline;
}
