body {
	margin: 0px;
	background-color: black;
	color: white;
	font-family: Verdana;
	font-size: 12px;
}

.main {
	border-left: 2px solid black;
	height: 100%;
	position: absolute;
	margin: 0px;
}

.footerleft {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	background-color: #990000;
}

.footerright {
	border-bottom: 2px solid black;
	background-color: #990000;
}

.right {
	margin: 0px;
	padding: 0px;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	background: url( /images/grad.jpg );
	background-position: left;
	text-align: center;
	vertical-align: bottom;
}

.right  ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.right ul li {
	padding-bottom: 20px;
}

.navi a:link, .navi a:visited, .navi a:active {
	color: #DDD;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
}

.navi a:hover
{
	text-decoration: underline;
}

.content {
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
	background-color: black;
	width: 594;
}

.content p {
	color: white;
}

.navi {
	padding-left: 10px;
	position: absolute;
	top: 95px;
	left: 15px;
	font-family: Arial;
	font-size: 18px;
}

.staytop {
	position: absolute;
	top: 170px;
	left: 630px;
}
