#canvas {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: white;
}

#pageWrapper
{
	position: relative;
	padding: 0;
}

#page
{
	width: 100%;
	height: auto;
	padding: 0;
}

#contentWrapper
{
	position: relative;
}

#content
{
	padding: 10px;
}

#titleWrapper
{
}

#title
{
}

.titleTop
{
	text-align: center;
}

.titleTop h1
{
	display: block;
}
.titleBottom
{
}

.pagePanel
{
}

.pagePanel div.image
{
	float: left;
	width: 50px;
	padding-right: 2px;
}

.pagePanel div.image img
{
	width: 40px;
	height: 40px;
}

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

.pagePanel div.links img
{
	display: none;
}
