#top {
	background-color: #00017F;
}

#menu {
	width: 100%;
	background-color: #FFCC66;
}

#left { 
	position: fixed;
	top: 120px; 
	left: 10px ;
	width: 300px;

}

#center { 
	position: fixed;
	top: 120px; 
	left: 320px;
	width: 300px;
}


#right { 
	position: fixed;
	top: 120px; 
	left: 700px ;
	width: 355px;
}

#main {
	float: right ;
	width: 900px;
}

a.menu:link, a.menu:visited {
	text-decoration: none ;
	color: #330099;
	font-size: 12px ;
	text-align: center ;
}

A.menu:hover {
	font-size: 12px;
	color: #6666FF;
	text-align: center ;
	text-decoration: bold ;
}

a.left:link, a.left:visited {
	text-decoration: none ;
	color: #330099;
	font-size: 20px ;
	text-align: center ;
}

a.link {
	text-decoration: none ;
	color: blue;
	font-size: 10px ;
}

a.link:visited {
	text-decoration: none ;
	color: blue;
	font-size: 10px ;
}

A.left:hover {
	font-size: 20px;
	color: #6666FF;
	text-align: center ;
	text-decoration: bold ;
}

td {
	font-family: Times ;
	font-size: 14px;
}

body {
	font-family: Times ;
	font-size: 16px;
	background-color: #FAF0FB;
}

h1.header	{
	font-family: Times ;
	color: #FFFFFF;
	background-color: #00017F;
}
