html{
	height: 100%;
}

html, body{
	margin: 0px;
}

body{
	margin: 0;
}

body, div, td, a
{
	font-family: Verdana, Myriad, sans-serif;
	font-size:12px;
}

#page{
	width: 1024px;
	height: 910px;
	border: 1px solid #000;
	margin: 25px auto;
	background: url(../images/background2.jpg) center no-repeat;
}

a.menu-link, a.menu-link:visited
{
	height:25px;
	line-height:25px;
	background-position: center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:20px;
	padding-top:8px;
	padding-bottom:12px;
	font-size: 11px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

a.menu-current, a.menu-current:visited
{
	height:25px;
	line-height:25px;
	background-color:#8ab4d0;
	background-position: center;
	background-repeat:repeat-x;
	padding-left:20px;
	padding-right:20px;
	padding-top:8px;
	padding-bottom:12px;
	font-size: 11px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

a.menu-link:hover
{
	background-color:#8ab4d0;
	background-position:center;
	background-repeat:repeat-x;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#navigation
{
	background: url(../images/buttonbkg.jpg) center no-repeat;
	width: 1024px;
	height: 30px;
}

table.navi
{
	margin: 0px 0px 0px 0px;
}

#content {
	width: 1024px;
	height: 440px;
	overflow: auto;
}

#content p{
	margin: 0px 50px 0px 0px;
	font-size: 12px;
}