
body	{
	background-color: #006666;
}
img	{
	padding-right: 20px;
}
#container {
	position: relative;
	width: 75%;
	background-color: white;
}

#menu td	{
	width: 100px;
	height: 25px;
	color: white;
	background-image: url("images/tdbkgrnd.gif");
	background-repeat: no-repeat;
}
#menu td:hover {
	background-image: url("images/tdbkgrnd2.gif");
}

#menu1	{
	width: 100px;
	height: 25px;
	padding-top: 4px;
	text-align: center;
	font-size: 80%;
}
a:link  {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover	{
	color: white;
	text-decoration: none;
}
#mlft	{
	width: 70%;
	display: inline;
	float: right;
	text-align: left;
}
#mrft	{
	width: 25%;
	display: inline;
	float: left;
}
#ftr	{
	position: relative;
}
.box1	{
	background-color: red;
}
.box2	{
	background-color: blue;
}
.box3	{
	background-color: yellow;
}
.box4	{
	background-color: red;
}
