/*
	global.css
	for Martha Grenon - The Bringing of the Bones
	created by Paul Novitski - Juniper Webcraft
	last revised - 30 November 2006
*/

/*====================
global settings
====================*/
*
{
	margin: 0;
	padding: 0;
	font-family: Garamond, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", serif;
}
html
{
	height: 100%;
	background: #faf6ec url("images/spine_repeat.jpg") repeat-y;
}
body
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100.1%;
	background: url("images/spine_ribbon_top.jpg") left top no-repeat;
}
a
{
	text-decoration: none;
}
a:link
{
}
a:hover
{
	color: #F00;
}
a:active
{
}
a:visited
{
}
br
{
	clear: both;
}
p
{
	margin-bottom: .6em;
}
ul
{
	list-style: none;
}

/*====================
begin page
====================*/
div#pageWrap
{
	position: absolute;
	width: 100%;
	min-height: 110%;
}
div#header
{
	height: 57px;
	padding-top: 5px;
	text-align:right;
	padding-right: 10px;
	padding-bottom:10px;
}


/*=====================
content
=====================*/
div#content
{
	margin-left: 96px;
}
div#contentInner
{
	max-width: 730px;	
	margin: 0;
	margin-right: 43px;
	padding: 0;
	padding-top: 20px;
	padding-right: 1em;
	padding-left: 7em;
}
#col1,
#col2,
#col3,
#col4,
#col5
{
	float: left;
	margin-left: 30px;
}
* html div#col1
{
	margin-left: 1em;
}

/*=====================
content styles
=====================*/
.imageblock,
.imageblockLeft,
.imageblockRight
{
	margin-top: 1em;
	margin-bottom: 1em;
}
.imageblockLeft
{
	float: left;
	margin-right: 1em;
}
.imageblockRight
{
	float: right;
	margin-left: 1em;
}
.caption
{
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	padding-bottom: 10px;
}
p.no-indent
{
	text-indent: 0;
}
p.byline
{
	font-size: 1.1em;
}
.nowrap
{
	white-space: nowrap;
}
