* {
}
#wrap {
	width: 800px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	color: #FF0;
}
#left {
	height: 350px;
	width: 200px;
	margin-top: 10px;
	font-size: medium;
	background-color: #FF0;
}
#wrap #right {
	float: right;
	width: 570px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 16px;
	color: #FF0;
}
#footer {
	background-color: #FF0;
	height: 50px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
#wrap table tr td {
	font-size: small;
	color: #FF0;
}
#wrap table {
	font-size: x-large;
	font-weight: bold;
	color: #FF0;
	border-top-width: 0px;
}
#head {
	float: none;
	height: 75px;
	width: 550px;
	margin-top: 10px;
	margin-right: auto;
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	color: #000;
	background-color: #FF0;
	margin-left: auto;
}

