#header {
	position:	relative;
	clear:		both;
	width:		100%;
	height:		94px;
	text-align: center;
	background:	url(header_bg.gif) repeat-x;
	margin:		0px;
	padding:	0px;
}
#header #title {
	position:	absolute;
	left:		0px;
	height:		94px;
	width:		320px;
}
#header #corner {
	position:	absolute;
	right:		0px;
	height:		94px;
	width:		44px;
}
#header #middle {
	position:	absolute;
	left:		320px;
	right:		44px;
	bottom:		20px;
	width:		auto;
	text-align:	center;
}
#container {
	position:	relative;
	top:		0px;
	left:		0px;
	padding:	0px;
	margin:		0px;
	float:		left;
}
#menu {
	position:	relative;
	margin:		0px;
	padding:	0px;
	float:		left;
	width:		162px;
}
#menu #middle {
	display:	none;
}
	
#menu #bottom {
}
#menu .button {
	display:	none;
}
#menu .button a {
	color:		#ffffff;
	text-decoration:	none;
}
#menu .button a:hover {
	color:		#ff9999;
}
#menu .open-menu {
	display:	none;
}
#menu .open-menu-button {
	display:	none;
}
#menu .open-menu-button a {
	color:		#ffffff;
	text-decoration:	none;
}
#menu .open-menu-button a:hover{
	color:		#ff9999;
	text-decoration:	none;
}

#main {
	clear:			left;
	position:		relative;
	padding-right:	1em;
}

#nav-left {
	text-align:		left;
	float:			left;
}

#nav-right {
	text-align:		right;
	float:			right;
}

#nav-center {
	text-align:		center;
}

#nav-clear {
/*	clear:			right;
	height:			1px;
	left:			162px;
	width:			100%;
*/
}

.article {
	position:	relative;
	padding:	1em;
	margin:		0px 0px 2em 0px;
	width:		auto;
}
.title {
	margin-left:	1em;
	font-size:		x-large;
	font-style:		italic;
}
.subtitle {
	margin-left:	5em;
	font-size:		small;
	color:			#000000;
}
.article a {
	text-decoration:	none;
	color:		#000000;
}
.article a:hover {
	color:		#ff5555;
}
.article .datestamp {
	text-align:		right;
	font-size:		small;
	font-style:		italic;
	color:			#000000;
}
.article img {
	float:		right;
	margin:		1em; 
	border:		none;
}

.menu li {
	margin:		1em 0em;
}

dt {
	margin:		1em 0em 1em 1em;
	font-style:	italic;
	color:		#000000;
	font-size:	large;
}

dd {
	margin:		1em 0em 1em 1em;
}

form tr {
	vertical-align: top;
}

.next {
	font-style:		italic;
	font-size:		large;
	text-align:		center;
}

.quote {
	margin:			1em;
	padding:		1em;
	border:			1px solid black;
}

.heading {
	font-size:		large;
	margin:			1em 0em;
}

.signature {
	text-align:		right;
	font-style:		italic;
	color:			#000000;
}

.introquote {
	font-size:		small;
	color:			#000000;
	text-align:		center;
}

.shoppinglist {
	text-align:		center;
	margin-left:	auto;
	margin-right:	auto;
}

.shoppinglist input {
	margin:			0.5em 5%;
}

.insidebar {
	margin:			1em;
	padding:		0em 0.5em;
	border:			1px solid black;
	font-size:		small;
}

.sidebar {
	display:		none;
	margin:			0.5em;
	padding:		0em 0.5em;
	background:		#cccccc;
	border:			1px solid black;
	font-size:		small;
	width:			15em;
	float:			right; 
}

.sidebar .title {
	font-size:		large;
	font-style:		italic;
}

.sidebar .heading {
	margin:			0.5em 0em 0em 0em;
	font-size:		medium;
	font-weight:	bold;
}

.sidebar .datestamp {
	text-align:		right;
	font-style:		italic;
	color:			#000000;
}
.note {
	font-size:		small;
}

.red {
}

.italics {
	font-style:		italic;
}

.bold {
	font-weight:	bold;
}

#footer {
	display:	none;
	position:	relative;
	clear:		both;
	color:		#000000;
	font-size:  small;
	text-align:	center;
	width:		100%;
	background:	#cccccc;
}

#footer #prop {
	height:		29px;
	float:		left;
	width:		1px;
}
#footer #clear {
	clear:		left;
	height:		1px;
	width:		100%;
}
#footer #middle {
	position:	absolute;
	left:		0px;
	right:		0px;
	width:		100%;
	background: #cccccc;
	height:		100%;
}
#footer #left {
	position:	absolute;
	left:		0px;
	bottom:		static-position;
	height:		30px;
	width:		30px;
}
#footer #right {
	position:	absolute;
	right:		0px;
	bottom:		static-position;
	height:		30px;
	width:		30px;
}
#footer a {
	text-decoration:	none;
	color:		#000000;
}
#footer a:hover {
	color:		#ff5555;
}
