body
{
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

#wholePage
{
	background-color:White;
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

#headerField
{
	background-color:White;
	position:absolute;
	left:0px;
	top:0px;
	right:0;
	height:70px;
	border-bottom-color:Black;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-left:10px;
}

#menuField
{
	background-color:White;
	position:absolute;
	width:220px;
	top:71px;
	left:0px;
	bottom:31px;
	border-right-color:Black;
	border-right-style:solid;
	border-right-width:1px;
}

#mainField
{
	background-color:White;
	position:absolute;
	left:221px;
	top:71px;
	bottom:38px;
	right:0px;
	overflow:auto;
	margin:0 0 0 0;
	padding:10px 10px 10px 10px;
}

#footerField
{
	background-color:White;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	height:30px;
	text-align:center;
	padding: 4px 10px 4px 10px;
	border-top-color:Black;
	border-top-width:1px;
	border-top-style:solid;
}


img
{
	border: 0;
}

a
{
	color:Black;
}

.websiteTitle
{
	font-size:40px;
}

table
{
	padding:0 0 0 0;
	margin:0 0 0 0;
}
