body {
	margin: 0px;
	padding: 0px;
	color: #401f01;
	background-color: #fbf7f0;
	background: url(/assets/Image/Layout/page_bgnd.jpg) left top repeat-y;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.72em;
	width: 100%;
}

h1, h2, h3 { margin:0.3em 0 1.3em 0;}
h1 { font-size:170%; font-family: Times, serif; text-align:center; color:#803e00 }
h2 { font-size:125%; }
h3 { font-size:100%; }

a:link { color: #004da0; }
a:visited { color: #401f01; }
a img { border: none; text-decoration: none }
p { margin: 0.3em 0 1em 0 }

th { text-align: left }
form, textarea, input, select { font-family: Verdana, Helvetica, sans-serif; font-size: 100%;  }
form { display:inline }

/* form error messages */
.error-formfield { background-color:#ffcccc }
div.error-formfield { color:#ff0000; font-weight:bold; display:none }

/* Boxen */
.textblock { background-color:#f3ede2; margin:1em 0; padding: 0.8em; clear:both }
td.textblock, tr.textblock { background-color:#f3ede2; }

/* Layout */
div#header {
	position: absolute;
	width:944px;
	height:208px;
}
div#rightedge {
	position: absolute;
	left: 834px;
	top: 208px;
}
div#rightedgeflag {
	position: absolute;
	left: 855px;
	top: 222px;
}
div#headermarke {
	position: absolute;
	left: 318px;
	top: 49px;
}
div#leftedge {
	position: absolute;
	left: 0;
	top: 208px;
}
div#content {
	position: absolute;
	left: 234px;
	top: 250px;
	width: 550px;
}
div#cartsummary {
	position:absolute;
	width:200px;
	left:620px;
	bottom:-36px;
	z-Index:1;
	text-align:right;
}
div#cartsummary div {
	background: #fefdef url(/assets/Image/Layout/cart_bgnd_bottom_left.png) no-repeat left bottom;
}
div#cartsummary div table {
	width:100%;
	margin: 0;
	padding: 6px;
	padding-top:0;
	background: transparent url(/assets/Image/Layout/cart_bgnd_bottom_right.png) no-repeat right bottom;
	border:none;
}
div#cartsummary div table td {
	text-align:center;
	font-size:90%
}
div#cartsummary div table td a {
	color:#004da0;
}
div#cartsummary div#upperedge {
	height:24px;
	background: transparent url(/assets/Image/Layout/cart_bgnd_top_left.png) no-repeat left top;
	margin-bottom:-2px;
}
div#navigation {
	position: absolute;
	left: 21px;
	top: 282px;
	width: 187px;
}

#navigation .navlvl1 { behavior: url(/mucms/lib/iepngfix.htc) }

#navigation a {
	display: block;
	width: 100%;
}
div.navlvl1 {
	background: url(/assets/Image/Layout/navlvl1_bgnd2.png) left top no-repeat;
}
div.navlvl2 {
	background: url(/assets/Image/Layout/navlvl2_bgnd.png) left top repeat-y;
	margin: -9px 0 0 6px;
}
a:link.navlvl1,
a:active.navlvl1,
a:visited.navlvl1 {
	line-height: 19px;
	height: 29px;
	font-size: 11px;
	white-space: nowrap;
	color: #e6c38d;
	text-decoration: none;
	padding-left: 8px;
}
a:link.navlvl2,
a:active.navlvl2,
a:visited.navlvl2 {
	display:block;
	font-size: 11px;
	color: #3d1d01;
	text-decoration: none;
	padding:10px 0 10px 8px;
}

input.graphic {
	width: 143px;
	height: 43px;
	font-family: Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004da0;
	background: url(/assets/Image/Layout/btn1_bgnd.gif) center center no-repeat;
	border: none;
}
input.graphic1:focus { outline: none }
input.graphic2 {
	width: 163px;
	height: 32px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: url(/assets/Image/Layout/btn2_bgnd.gif) center center no-repeat;
	border: none;
}
input.graphic2:focus { outline: none }
/* guestbook */

.gb_entry { background-color:#f3ede2; border:1px dotted #401f01; margin:1em 0; padding: 0.8em }
.gb_date {
	float: right;
	width: 5.5em;
	text-align: center;
	line-height: 180%;
	color:#c4bfb7;
	border-left:1px solid silver;
	border-bottom:1px solid silver;
	margin:-0.8em -0.8em 1em 1em;
	padding-bottom: 0.4em;
}
.gb_date .day 	{ margin:0; padding:0; font-family:Georgia, serif; font-size:2.3em; font-weight:bold }
.gb_date .month	{ margin:0; padding:0; font-family:Georgia, serif; font-size:1.3em; font-weight:bold }
.gb_date .year	{ margin:0; padding:0; font-family:Georgia, serif; font-size:1.0em; line-height:0.9em }
.gb_header 		{ font-weight:bold }
.gb_comment 	{ background-color:#efe5d2; margin:1em -0.8em -0.8em -0.8em; }

tr.even			{ background-color:#f3ede2 }