html,body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/flowers.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	
}

h1 {
	display: none;
}

a:link {
	color: #E88849;
}

a:visited {
	color: #E88849;
}

a:hover {
	color: #FFCC80;
}

#container {
	position: absolute;
	margin: 0;
	width: 800px !important;
	/* IE Fix for (2) 1px borders being inside container. */
	width: 802px;
	/* Detect height automatically, Incompatible w/IE */
	height: auto !important; 
	height: 100%;
	min-height: 100%;
}

#header {
	padding: 1em 0 .5em 0;
	width: 100%;
	height: 68px;
	text-align: left;
}

#body_left {
	padding: 1em 0 0 0;
	float: left;
	width: 200px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-align: left;
	/* Stops footer at content */
	padding-bottom: 50px;
}

#navi_element {
	font-size: 14pt;
	font-weight: bold;
	padding: 0 0 1em 1em;
}

#address_element {
	padding: 2em 0 0 0;
	text-align: center;
	font-size: 10pt;
}

#flowers {
	position: fixed; 
	bottom: 0; 
	left: 2em;
}

#body_right {
	font-family: Times New Roman, Times, Serif;
	font-size: 14pt;
	float: right;
	width: 600px;
	text-align: left;
	background-color: #FFFFFF;
	/* Stops footer at content */
	padding-bottom: 50px;
}

#page_head {
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
}

#body_border {
	border: 3px solid #FFCC80;
	padding: 1em;
}

#footer {
	font-family: Times New Roman, Times, Serif;
	font-size: 10pt;
	padding: 1em 0 1em 100px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	/* IE Fix for displaying the footer */
	margin-left: 0;
	/* properly. The margin left must be half of the width
	   of it's container. Then set a -1 bottom margin to
	   fill an odd 1px gap at the bottom of the page in IE. */
	margin-bottom: -1px;
}