body
{

	background-color: #ffffff;
	background-image: url(images/jane_rosenbohm_3.jpg);
	background-attachment:scroll;
	background-position: top left;
	background-repeat:no-repeat;
	font-family:sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	max-width:45em;
}

ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
}

.menu
{
	text-align : center;
	background-image : url(images/greyfilter.gif);
	font-weight : bold;
}

.menu a
{
	color : #000000;
	background-color : inherit;
}

.menu a:hover
{
	color : #ffffff;
	background-color : #000000;
}


.menu strong
{
	font-size : medium;
}



.contentText
{
	color : #000000;



}

.imgright {
float: right;
margin: 0px 0px 10px 20px; /* top - right - bottom - left */
}

.imgleft {
float: left;
margin: 0px 20px 10px 0px; /* top - right - bottom - left */
}