#container {
	height: auto;
	width: 940px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
}
#left {
	float: left;
	height: 500px;
	width: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#right {
	float: right;
	height: 100%;
	width: 600px;
	border: 12px solid #FFF;
	background-color: #666;
	text-align: right;
}
#footer {
	height: 100%;
	width: 940px;
	clear: both;
	margin-right: auto;
	float: none;
	background-color: #666;
	border-top-width: thin;
	border-right-width: 12px;
	border-bottom-width: thin;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F93;
	border-right-color: #F93;
	border-bottom-color: #F93;
	border-left-color: #F93;
}
#header {
	height: 30px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
#table1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	text-align: left;
}
#table2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
}
#table3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FC3;
}
.res-head {
	color: #FC3;
}
