body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 1.3em;
}
a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#content {
	text-align: center;
}
#bigbar {
	background: #2a3b88;
	height: 30px;
	padding-top: 30px;
}
#leftbar {
	background: #0075a1;
	height: 100%;
}
#rightbar {
	background: #4299c7;
	height: 100%;
	width: auto;
	margin-left: 66%;
}
#foot {
	background: #000;
	height: 30px;
	color: #fff;
	text-align: center;
}
#foot p {
	line-height: 30px;
}
table#main img {
	width: 250px;
}
