html
{
	overflow-y: scroll;
}

body
{
	margin-top: 0px;
	margin-bottom: 0px;
}

div.TPLCenterBox
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

div.TPLLinkBox
{
	float: right;
	font-size: 10px;
}

div.TPLContentPageCommon
{
	width: 930px;
	padding: 10px;
	clear: both;
}

div.TPLFrontPage
{
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 535px;
}

div.TPLContentPage
{
}

div.TPLHeaderCommon
{
	height: 120px;
}

div.TPLHeaderFrontPage
{
}

div.TPLHeaderContentPage
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}

a.TPLNavigationButtonCommon
{
	display: block;
	width: 100px;
	height: 100px;
	float: left;
}

a.TPLNavigationButtonBack
{
	background: url("images/back.png");
}

a.TPLNavigationButtonForward
{
	background: url("images/forward.png");
}

div.TPLHeaderTitle
{
	font-size: 50px;
	font-weight: bold;
	color: #DE9A4B;
	padding-top: 20px;
	padding-left: 130px;
}

div.TPLMenuArea
{
	padding-left: 70px;
	padding-top: 15px;
}

a.TPLMenuLink
{
	text-decoration: none;
	font-weight: bold;
}

a.TPLMenuLink:hover
{
	color: #DE633E;
}

a.TPLMenuLinkSizePublic
{
	font-size: 25px;
	line-height: 35px;
}

a.TPLMenuLinkSizeAdmin
{
	font-size: 16px;
	line-height: 20px;
}