﻿html
{
	margin:0;
	width:100%;
	height:100%;
}

body
{
	background-color:#e0e0e0;
	
	margin:0;
	width:100%;
	height:100%;
	
	font-family:'Tahoma','Verdana','Arial';
	font-size:small;
}

#pageContainer
{
	margin:auto;
	width:805px;
	min-height:100px;
}

#pageContainerTopBorder
{
	background-color:White;
	background-image:url('../parts/borderTop.jpg');
	background-repeat:no-repeat;
	
	width:100%;
	height:16px;
}

#pageContainerCentralFrame
{
	background-color:White;
	background-image:url('../parts/borderCentral.jpg');
	background-repeat:repeat-y;
	
	width:100%;
}

#pageContainerContent
{
	margin-left:16px;
	margin-right:16px;
}

#pageContainerBottomBorder
{
	background-color:White;
	background-image:url('../parts/borderBottom.jpg');
	background-repeat:no-repeat;
	
	width:100%;
	height:16px;
}

.link
{
	color:Black;
}