body {
	margin: 40px 20px 0;
	color: #333;
	background: #fff;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	line-height: 18px;
	}

#content {
	width: 760px;
	float: left;
	background: transparent;
	padding-bottom: 20px;
	}

h1, h2 {
	margin: 0 120px 5px 230px;
	padding: 5px 0;
	font-weight: normal;
	}
	
h1 {font-size: 20px;}
h2 {font-size: 16px;}

p {margin: 0 120px 20px 230px;}

code {
	color: #08c;
	font-family: Monaco, "Andale Mono", "Courier New", monospace;
	font-size: 11px;
	}
	
/*	I M A G E S  and  C A P T I O N S */

.pic p, .caption {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, sans-serif;
	color: #666;
	margin: 4px 0 10px;
	}

/* P L A C E M E N T */
.left {float: left; margin-right: 20px;}
.right {float: right; margin-left: 20px;}
.right.inset {margin: 0 120px 0 20px;} /* img floated right within text */
.left.inset {margin-left: 230px;} /* img floated left within text */

/* S I Z E */
.one {width: 100px;}
.two {width: 210px;}
.three {width: 320px;}
.four {width: 430px;}
.five {width: 540px;}
.six {width: 650px;}
.seven {width: 760px;}

/* A D D I T I O N S */
.frame {border: 1px solid #999;}
.solo {margin-bottom: 20px;}
