#maincontent {
	border: 1px solid #000000;
	position: absolute;
	width: 710px;
	left: 18px;
	top: 16px;
}
#name {
	background-image: url(name.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 11;
	height: 32px;
	width: 377px;
	left: 280px;
	top: 50px;
}

#maincontent #navigation {
	width: 150px;
	position: relative;
	left: 15px;
	top: 200px;
	text-align: center;
	z-index: 20;
}
#corner {
	background-image: url(corner.jpg);
	background-repeat: no-repeat;
	height: 163px;
	width: 162px;
	position: absolute;
	left: 5px;
	top: 5px;
}

#maincontent #content {
	width: 450px;
	position: relative;
	left: 220px;
	top: -60px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

#navigation ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navigation a
{
display: block;
padding: 3px;
width: 160px;
background-color: #000000;
border-bottom: 5px solid #ffffff;
}

#navigation a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navigation a:hover
{
background-color: #FFFFFF;
color: #000000;
}
#maincontent #content li {
	list-style-image: none;
	list-style-type: none;
}
#maincontent #content a {
	color: #000000;
}
#maincontent #content a:visited {
	color: #000000;
}
#maincontent #content a:hover {
	color: #000000;
	text-decoration: none;
}