@charset "UTF-8";
/* CSS Document */

body
{
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#FFCC99;
}

img
{
	border:none;
}

.page
{
	width:800px;
	text-align:left;
	margin:1em auto;
	padding:2em;
	background-color:#FFFFCC;
	border-style:groove;
	border-width:thin;
}

.imgstyle
{
	border-style:ridge;
	border-width:thin;
}

.headerblock
{
	text-align:center;
}

.header
{
	font-size:x-large;
	color:#0033CC;
}

.subheader
{
	font-size:large;
	color:#0033CC;
}

.aboutblock
{
	height:400px;
}

.aboutpic
{
	float:right;
}

.abouttext
{
	width:350px;
	padding-right:1em;
}

.pagesblock
{
}

.pageblock
{
}

.pageimageblock
{
	width:250px;
	float:left;
}

.pagetextblock
{
	vertical-align:top;
	left:250px;
	margin:1em;
	width:550px;
}