* {margin:0;padding:0}
html
{
	margin: 0px;
	padding: 0px;
}

body 
{
	margin:0 auto;
	width: 750px;
	color: black;
	background-color: #ffffff;
	font-family: sans-serif;
}

#container
{
	background-image: url(assets/bg.gif);
	width: 750px;
}
img.floatRightClear
{
	float: left; 
    clear: right; 
    margin: 4px; 
}
#header
{
	background-image: url(../assets/tulips.jpg);
	background-repeat: no-repeat;
	height: 195px;
}
#quote
{
	text-align: center;
	width: 350px;
	height:160px;
	margin-left: 340px;
	margin-top: 50px;
	margin-bottom: 30px;
	font-family: Georgia;
	font-size: larger;
	font-style: italic
	/*float: right;
	clear: right;*/
}
#inmemory
{
	background-image: url(../assets/in_memory.jpg);
	background-repeat: no-repeat;
	height: 195px;
}
#story
{
	background-image: url(../assets/story.jpg);
	background-repeat: no-repeat;
	height: 195px;
}
#sandhoff
{
	background-image: url(../assets/sandhoff.jpg);
	background-repeat: no-repeat;
	height: 195px;
}
#navigation
{
	width: 100%;
	font-family: verdana;
	font-size: smaller;
	background: Black;
	padding: 10px 0px 10px 0px;
}

#navigation li 
{
	display: inline;
	border-left: 1px solid;
	border-color: #808080;
	color: White;
	padding-left: 8px;
	padding-right: 2px;
}
a
{
	text-decoration: none;
}
#navigation li:first-child
{
	border-left: none;
	padding-left: 0px;
}

.content
{
	background-color: #F9E0DB;
	padding: 10px;
	line-height: 1.4;
}
#contentinmemory
{
	background-color: #DAE6F5;
}
#contentstory
{
	background-color: #F0E8B8;
}
#contentsandhoff
{
	background-color: #FED3D0;
}
.strapline
{
	background-image: url(../assets/small_flower.png);
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 46px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #F0BBB3;
	background-repeat: no-repeat;
	line-height: 1;
	font-family: Georgia;
	font-size: larger;
	font-style: italic;
}
#straplineinmemory
{
	background-color: #938FAA;
	color: White;
}
#straplinestory
{
	background-color: #F2D96A;
}
#straplinesandhoff
{
	background-color: #FB2817;
}
p
{
	margin: 10px;
}

a
{
	color: Silver;
}

a:Hover
{
	color: white;
}

.form 
{
	font-family: Georgia;
	font-style: italic;
	background-color: #F0BBB3;
	border: none;
	margin-left: 10px;
	margin-bottom: 8px;
}

