*	{
	margin: 0px;
	padding: 0px;
}


body {
	color: #660000;
	background-image: url("17.jpg");
	background-color: #669933;
}


#banner {
	height: 120px;
	width: 760px;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #ffffcc;
	border: outset #999933;
	border-width: medium;
}


#left {
	height: 380px;
	width: 220px;
	position: absolute;
	top: 140px;
	left: 10px;
	color: #ffffff;
	background-color: #666600;
	border: outset #999933;
	border-width: medium;
}


#left a:link	{
	color: #ffffff;
	text-decoration: none;
}
#left a:visited	{
	color: #cccc99;
	text-decoration: none;
}
#left a:hover	{
	color: #99cc33;
	text-decoration: underline;
}
#left a:active	{
	color: #ccff99;
	text-decoration: underline;
}


#center {
	width: 260px;
	position: absolute;
	top: 140px;
	left: 240px;
	background-color: #ffff99;
	border: outset #999933;
	border-width: medium;
}


#right {
	width: 260px;
	position: absolute;
	top: 140px;
	left: 510px;
	background-color: #ffff99;
	border: outset #999933;
	border-width: medium;
}


#main {
	width: 530px;
	position: absolute;
	top: 140px;
	left: 240px;
	background-color: #ffff99;
	border: outset #999933;
	border-width: medium;
}


#footer {
	height: 40px;
	width: 760px;
	position: absolute;
	top: 530px;
	left: 10px;
	background-color: #ffffcc;
	border: outset #999933;
	border-width: medium;
}


.text	{
	margin: 7px;
}

.small	{
	font-size: small;
}

a:link	{
	color: #660000;
	text-decoration: none;
}
a:visited	{
	color: #330000;
	text-decoration: none;
}
a:hover	{
	color: #990000;
	text-decoration: underline;
}
a:active	{
	color: #ff6600;
	text-decoration: underline;
}