body {
	text-align: center;
	background-color: #e2e1c3;
	color: #000000;
}
body, html { height: 100%; }
#container {
	width: 598px;
	height: 612px;
	background: center center no-repeat url('../images/background.png');
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#contentcontainer {
	position: relative;
	left: 253px;
	width: 326px;
	top: 14px;
	height: 300px;
	max-height: 300px;
	overflow: hidden;
}
h1, h2 {
	font-size: 138%;
}
h3 {
	font-size: 116%;
}
h1.content, h2.menu, h2.subcategory {
	color: #441e1f;
	padding-left: 8px;
}
div.content, div.menu, div.subcategory {
	margin: 8px;
	color: #441e1f;
}
div.subcategory {
	overflow: auto;
	height: 212px;
}
div.content {
	overflow: auto;
	height: 250px;
	width: 316px;
}
#menucontainer {
	float: left;
	position: relative;
	left: 9px;
	width: 228px;
	top: 34px;
	height: 250px;
}
#subcategorycontainer {
	float: left;
	position: relative;
	left: 25px;
	width: 326px;
	top: 34px;
	height: 244px;
}
#contact {
	bottom: 0px;
	position: absolute;
	padding: 8px;
}
strong {
	color: #162759;
	font-weight: bold;
}
em {
	color: #162759;
	font-style: italic;
}
a:link, a:visited {
	color: #162759;
	text-decoration: none;
	border-bottom: 1px dotted #162759;
}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #162759;
}
.menu li, .subcategory li {
	padding-left: 1.5em;
	padding-bottom: 0.5em;
	background: 0 0 no-repeat url('../images/bullet_normal.gif');
}
.menu li a, .subcategory li a {
	text-decoration: none;
	border: 0;
}
.menu li:hover, .subcategory li:hover {
	background: 0 0 no-repeat url('../images/bullet_over.gif');
}
p {
	margin-bottom: 0.75em;
}
.shorttext {
	font-size: 0.9em;
}
.more {
	text-align: right;
	margin-bottom: 0.75em;
}
.posted { font-size: 0.9em; font-style: italic; }