html
{
	height: 100%;
}
body
{
	height: 100%;
}
table.fullpage
{
	width: 100%;
	height: 100%;
	margin: auto auto 0 auto;
}
td.bg
{
	background-image: url('../images/stripes.gif');
	background-repeat: repeat;
}
td.bg2 {
	background-position: right;
}
td.panel
{
	width: 1000px;
}
div.main
{
	margin-top: 10px;
}
	td.leftSide
	{
		width: 240px;
	}
	td.rightSide
	{
		width: 760px;
	}
div.menu
{
	border-top: solid 1px #D4D4D4;
	width: 167px;
	margin-left: 15px;
	margin-top: 36px;
}
	div.menuItem
	{
		margin: 0;
		border-left: solid 1px #D8D8D8;
		border-right: solid 1px #D8D8D8;
		border-bottom: solid 1px #D8D8D8;
	}
	div.menuItem a
	{
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
		letter-spacing: 1px;
		color: #555555;
		width: 150px; /* 167 - 2 (borders) - 15 (padding) */
		display: block;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 15px;
	}
	div.menuItem a:hover
	{

	}

#mainFrame
{
	width: 725px;
}

div.side_entryform
{
	margin-left: 15px;
	margin-top: 20px;
}

div#ad
{
	margin: 30px 0 0 15px;
}