.main A:link {text-decoration: none; color:gray;}
.main A:visited {text-decoration: none; color:gray;}
.main A:active {text-decoration: none; color:gray;}
.main A:hover {text-decoration: none; color:black;}

#container
{
	position:absolute;
	overflow:visible;
	left:120px;
	right:auto;
	top:20px;
	width:80%;
	height:575px;
	font-family:Arial;
	height:95%;

}
#header
{
	position:relative;
	top:40px;
	
}
#menu table
{
	position:relative;
	left:225px;
	top:3px;
	width:300px;
	font-variant:small-caps;
	

}

table.main
{
	border-collapse: collapse;
}
table.main td
{

 	padding-right:50px;
}

#main
{
	position:relative;
	top:60px;
	height:380px;
	left:10px;
	z-index:10;
	
}

#footer
{
	position:absolute;
	font-family:Arial;
	font-size:8pt;
	left:120px;
	bottom:25px;
	
}

#divider
{
	position:absolute;
	border-top-style:solid;
	border-top-color:#B2B2B2;
	border-top-width:1px;
	
	border-bottom-style:solid;
	border-bottom-color:#B2B2B2;
	border-bottom-width:1px;
	width:99%;
	left:0px;
	top:140px;
	height:400px;
}

#footer
{
}




