body
{
	width: 100%;
	height: 100%;
	font-size: 1em;
}

#canvas
{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

#pageWrapper
{
	position: relative;
}

#page
{
	position: relative;
	width: 100%;
	background-color: #FFF;
	height: auto;
}

#titleWrapper
{
	position: relative;
}

#title
{
}

.titleTop
{
}

.titleBottom
{
}

#contentWrapper
{
	position: relative;
}

#content
{
}

.pagePanel
{
	position: relative;
}

.pagePanel div.image
{
	float: left;
	padding-right: 10px;
}

.pagePanel div.text
{
	text-align: justify;
}

.pagePanel div.links
{
}

br.clear
{
	clear: both;
}

#footerWrapper
{
	position: relative;
	width: 100%;
}

#footer
{
}
