﻿body
{
	margin: 0;
	color: #333333;
	font-size: 10px;
	line-height: 18px;
	font-family: Verdana , Arial, Sans-serif;
	background: #A8A8A8 url(../images/background.jpg) no-repeat fixed 0 0;
}

img.pageMood
{
	display: block;
	margin-bottom: 35px;
}

.pageTitle
{
	font-size: 20px;
}

/* Page frame BEGIN */
table#tblFrame
{
	width: 800px;
	background-color: #FFFFFF;
}

table#tblFrame td
{
	vertical-align: top;
}

table#tblFrame td#cellLeftPane
{
	padding-left: 35px;
}

table#tblFrame td#cellLeftPane div.leftPane
{
	width: 198px;
}

table#tblFrame td#cellRightPane
{
	width: 567px;
}

table#tblFrame td#cellRightPane div.rightPane
{
	padding-right: 35px;
}
/* Page frame END */