html, body {
	/* enforce some defaults */
	margin: 0;
	border: 0;
	padding: 0;
	
	/* force IE to use whole page's height */
	height: 100%;
	
	/* default fonts */
	font-size: 100%;
	font-family: georgia, "comic sans ms", cursive;
}

body {
	/* default colors and left border */
	color: #594296;
	background: #ffffff url('image/border4-left.jpg') repeat-y top left;
}

h1 {
	margin: 0;
	border: 0;
	padding: 0;
}

a {
	color: #594296;
	text-decoration: none;
}

#page-outer {
	height: auto;
	min-width: 1154px; /* 112px + 930px + 112px */
	min-height: 100%;
	background: url('image/border4-right.jpg') repeat-y top right;
}

#page {
	/* center page on the screen */
	margin: 0 auto;
	/* should fit into 1024x768 */
	width: 930px;
	padding: 0 112px;
	/* but align text back to left */
	text-align: left;
}

#header {
	text-align: center;
}

#header div.hr {
	height: 30px;
	background-position: 0 -40px;
}

#header hr {
	display: none;
}

#footer {
	padding: 2em 0;
	clear: both;
	text-align: center;
	font-size: .8em;
	font-family: script mt bold, comic sans ms, cursive;
	color: #909ec5;
}

#footer a {
	color: #909ec5;
	text-decoration: none;
	font-weight: bold;
}

#message {
	/* pre-IE6/strict might require 680px here due to IE Box Model bug */
	width: 650px;
	padding: 10px 15px;
	border: 2px solid #ffaaaa;
	color: #802222;
	background: #ffcccc;
}

#content {
	float: right;
	width: 667px;
}

#content h2 {
	width: 100%;
	margin: 0;
	background-repeat: no-repeat;
	/* override this later */
	border-bottom: 2px solid #594296;
}

#content h3 {
	clear: both;
}

#content p {
	text-indent: 1em;
	margin: .8em 1em;
	padding: 0;
	border: 0;
}

div.hr {
	clear: both;
	background: url('image/stars.jpg') repeat-x top left;
}

#content div.hr {
	height: 100px;
}

#content div.hr hr {
	display: none;
}

#content li {
	margin: 0 1em;
	clear: both;
}

#content div.thumb {
	width: 131px;
	margin: 5px;
	float: left;
	text-align: center;
	/*border: 1px solid #594296;*/
}

#content div.thumb img {
	border: 3px solid #594296;
}

#content div.thumb p {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

#content div.thumb a {
	color: #594296;
	text-decoration: none;
}

#mainmenu {
	font-family: Academia, Times New Roman, serif;
	font-weight: bold;
	font-size: 120%;
}

#mainmenu a {
	text-decoration: none;
}

#mainmenu li {
	list-style: none;
	float: left;
	width: 20%;
	text-align: center;
}

#menu, #menu ul {
	margin: 0;
	border: 0;
	padding: 0;
}

#menutop {
	border: 0;
	margin: 0;
	padding: 0;
	width: 241px;
	height: 80px;
	background: url('image/menu-top.jpg') top left;
	z-index: -100;
	overflow: visible;
}

#menu {
	float: left;
	width: 235px;
	
	background-color: #e7e9fe;
	border: 3px solid #6c6ea9;
	border-top: 0;
}

#menu li {
	list-style-type: none;
	font-size: 100%;
	line-height: 1.2em;
	text-align: center;
}

#menu>li>a {
	display: block;
	color: white;
	background: #6c6ea9 url('image/menu-head.jpg') top left;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
}

#menu>li>ul {
	text-transform: lowercase;
	background-color: #e7e9fe;
}

