body{
	background-color: #c17d5f;
}

table.main{
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.main td.top{
	width: 920px;
	height: 200px;
	background-image: url(images/header.jpg);
}

.main td.simple{
	background-color: #ff6600;
	border: 1px solid black !important;
}

a, a:hover, a:visited{
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}