#home_wrapper {
	width: 500px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

p {
	font-family: Times, serif;
	font-size: 14px;
	line-height: 120%;
}

h1 {
	font-family: Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #666;
	line-height: 120%;
}

#home_wrapper img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#home_title {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 550px;
}

#home_title p {
	text-align: center;
	font-family: Times, serif;
	font-size: 24px;
	color: #96988b;
}

#wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#popup_wrapper {
	top: 0px;
	left: 0px;
}

#popup_picture {
	float: left;
	width: 480px;
}

#popup_desc {
	float: right;
	width: 150px;
}

#popup_desc p {
	font-family: Times, serif;
	font-size: 12px;
	color: #999;
	margin-left: 5px;
}

#popup_desc a {
	font-family: Times, serif;
	font-size: 12px;
	color: #999;
	margin-left: 5px;
}

#left {
	width: 540px;
	float: left;
	margin-top: 30px;
}

#nav_wrapper {
	float: right;
	width: 240px;
	margin-top: 30px;
}

#nav_wrapper img {
	float: left;
	margin-right: 20px;
	margin-bottom: 23px;
}

#nav_label {
	float: right;
	width: 200px;
	clear: right;
	margin-top: -10px;
	margin-right: 10px;
}

#nav_label p {
	text-align: right;
	font-family: Times, serif;
	font-size: 18px;
	color: #96988b;
}

#portfolio_chooser {
	float: left;
	width: 520px;
}

#portfolio_chooser img {
	margin-right: 20px;
	margin-bottom: 20px;
}

p.writing_item {
	font-family: Times, serif;
	font-size: 14px;
	color: #999999;
	position: relative;
	left: 20px;
	clear: left;
}

p.writing_item a {
	color: #999;
}