* {
	margin: 0;
	padding: 0;
}
html {
	height: 101%;
}
body {
	height: 100.1%;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #f8f6f0;
	color: black;
	line-height: 120%;
}

/* Columns and layout  --------------------------------------------------------------------------------------------   */

#page, #head, #footer{
	width: 841px;
	margin: 0px auto;
}
#footer {
	clear: both;
}
#jillName{
	width: 150px;
	float: left;
}
#head{
	margin-top: 20px;
	margin-bottom: 10px;
}
#sidebar_left{
	width: 160px;
	float:left;
	padding-right: 5px;
	margin-right: 5px;
	line-height: 150%;
}
#mainColumn{
	width: 500px;
	float: left;
	margin-bottom: 20px;
}
#sidebar_right {
	width: 160px;
	float: left;
	margin-left: 5px;
	border-left: #76633a 1px solid;
	padding-left: 5px;
	margin-top: 40px;
	color: #76633a;
}

#homeFlash{
	width: 670px;
	float: left;
	margin-bottom: 20px;
}

/* style elements -------------------------------------------------------------------------------------------- */

#sidebar_left h1{
	font-size: 14px;
	font-weight:normal;
	margin-top: 40px;
}
#mainColumn IMG {
	width: 500px;
}
.quote {
	margin-left: 20px;
	font-style:italic;
}
.quoteName {
	font-style:normal;
	color: #76633a;
}
#mainColumn h1{
	font-size:22px;
	font-weight:normal;
	color: black;
	margin-top: 20px;
	margin-bottom: 3px;
	line-height: 100%;
}
#mainColumn h2{
	font-size:14px;
	font-weight:normal;
	color: black;
	margin-top: 20px;
	margin-bottom: 10px;
}
.caption{
	margin-top: 5px;
	margin-bottom: 10px;
	font-style:italic;
	color: #76633a;
}
.meta{
	color: #76633a;
}

/* Links --------------------------------------------------------------------------------------------  */

#head a{
	color: black;
	text-decoration:none;
	border-bottom: black 1px dotted;
	margin-left: 20px;
}
#head a:hover{
	color: #666;
	border-bottom: #666 1px solid;
}
#jillName a{
	font-size: 22px;
	color: black;
	text-decoration:none;
	border-bottom: 0px;
	margin-left: 0px;
}
#jillName a:hover{
	color: #666;
	border-bottom: #666 1px solid;
}
#sidebar_left a, #mainColumn a{
	color: black;
	text-decoration:none;
	border-bottom: black 1px dotted;
}
#sidebar_left a:hover, #mainColumn a:hover{
	color: #666;
	border-bottom: #666 1px solid;
}
#sidebar_left a:visited{
	color: #666;
	border-bottom: #666 1px dotted;
}
#sidebar_right a{
	color: #76633a;
	text-decoration:none;
	border-bottom: #76633a 1px dotted;
}
#sidebar_right a:hover{
	color: #666;
	border-bottom: #666 1px solid;
}

#sidebar_left a{
	margin-left: 5px;
}
#footer a{
	color:#d5c9b0;
	font-size:9px;
	text-decoration:none;
	margin-left: 170px;
	padding-bottom: 20px;
}
