﻿/* CSS layout */
.picture_cell {
	text-align: center;
	border-width: 1px;
}
#making_page_content h3 {
	clear: left;
}
#making_right_col h3 {
	clear: left;
}
.making_picture_right {
	margin-right: 10px;
	margin-left: 10px;
	float: right;
}
.making_picture_left {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#making_container {
	padding: 5px 0px 0px 0px;
	min-width: 600px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#making_right_col {
	width: 195px;
	float: right;
	background-color: #F6F6F6;
	margin-left: 5px;
	line-height: 1.3em;
}
#making_page_content {
	margin-left: 0px;
	margin-right: 200px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-left-width: 1px;
	line-height: 1.5em;
}
#making_page_content p {
	line-height: 1.5em;
	text-indent: 1em;
}
/* clearfix */
h4 {
	clear: left;
}
