body {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	/* background-image: url(../images/empty.png); */
	background: #FFFFFF;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: 11pt Georgia, Times New Roman, serif;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1.0em;
}

.smalltext {
	font-style: italic;
	font-size: small;
}

.centertext {
	text-align: center;
}

.centersmalltext {
	font-style: italic;
	font-size: small;
	text-align: center;
}

a, a:link, a:active, a:visited {
	color: #300080;
}

#bodycontainer {
	/* centers the block */
	position: static;
	width: 775px;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	/*
	background: #E0D0D0;
	background-image: url(../images/background.jpg);
	*/
}

#maincontainer {
	/* makes background full page, both for small and large text */
	position: absolute;
	height: auto;
	width: 775px;
	background: #FFFFFF;
	/*
	background: #E0D0D0;
	background-image: url(../images/background.jpg);
	*/
}

#main {
	/* sets static position */
	position: static;
	height: 100%;
}

#main a {
	text-decoration: none;
}

#main img {
	border: 0;
}

#navigation {
	float: left;
	width: 145px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/* font-size: large; */
	font-size: 1.0em;
	font-variant: small-caps;
	border: solid 1px #908090;
	/* background: #E0D0D0; */
	/* background: #FFFFFF; */
	background: #E0D0D0;
	background-image: url(../images/background.jpg);
}

#navigation li {
	border-top: 1px solid #908090;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

#navigation li:first-child {
	border: none;
}

#banner {
	float: top right;
	height: 100px;
	clear: right;
	text-align: center;
}

#footer {
	float: bottom;
	height: 2em;
	margin: 0 200px 0 145px;
	clear: both;
	text-align: center;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	display: inline;
}

#pictures {
	float: right;
	width: 200px;
	text-align: right;
}

#content {
	margin: 0 200px 0 145px;
	padding: 1em 2em 1em 2em;
	/* font-size: large; */
	/* text-align: justify; */
}

#content p {
	/* text-indent: -1em; */
}

