body {
	margin: 16px;
}
#page {
	margin: 0 auto;
	width: 530px;
}
#page,
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
#masterhead {
	position: relative;
}
#promobox {
	position: absolute; 
	left: 343px; 
	top: 135px; 
	width: 406px; 
	height: 50px;
	color: #f30;
	font-weight: bold;
	font-size: 16px;
	background-repeat: no-repeat;
}
.promoboxtext {
	color: #f30;
	font-weight: bold;
	font-size: 12px;
}
#main {
	width: 500px;
	margin: 0;
	padding: 6px;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}
#content {
	float: left;
	width: 500px;
}
#tabcontent {
	border-left: solid 1px #006699;
	border-right: solid 1px #006699;
	border-bottom: solid 1px #006699;
}
.tabcontent {
	padding: 9px;
}
#tabcontent div h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1C65CC;
	padding:2px;
}
#tabcontent div .bubbletext {
	overflow: auto;
	border-left: solid 1px #f30;
	border-right: solid 1px #f30;
	background-color: #fee5b7;
	padding: 4px 8px;
}
#tabcontent div .bubbletext h1,
#tabcontent div .bubbletext p {
	margin: 0;
	padding-bottom: 4px;
}
#tabcontent div .bubbletext h1 {
	font-size: 14px;
	font-weight: bold;
	color: #f30;
}
img.left {
	padding-right: 8px;
}
img.right {
	padding-left: 8px;
}
#form {
	float: right;
	width: 200px;
}
#formbody {
	padding: 10px 5px;
	border-left: solid 1px #f30;
	border-right: solid 1px #f30;
	border-bottom: solid 1px #f30;
}
#footer {
	margin: 0;
	padding: 16px;
}