body{
background-color:#FFFFFF;
}
 A:link {text-decoration: none}
A:visited {
color:#000000;
text-decoration: none}
A:active {
color:#FF0000;
text-decoration: none}
A:hover {text-decoration: underline}
table.main{
background-image:url(../images/layout.jpg);
background-repeat:no-repeat;
width:980px;
height:700px;
}
.nav{
	position:relative;
	height:233px;
	width:197px;
	top:117px;
	left:220px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:12px;
}
table.navigation{
height:200px;
width:197px;
}
.content{
	position:relative;
	height:500px;
	width:500px;
	top:-160px;
	left:450px;
	color:#000000;
}
.footer{
	margin-right:auto;
	margin-left:auto;
	position:relative;
	height:111px;
	width:685px;
	top:15px;

	text-align:center;
}