#holdit {
	text-align: left;
	margin: 0px auto;
	width: 500px;
	padding: 0px;
}
body {
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #AAD5FF;
}
#menu {
	background:  url("../images/menubg.jpg") repeat-x;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 500px;
	color: #000000;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	vertical-align: bottom;
	letter-spacing: 0.2em;
}
#footer {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.orange {
	color: #F37815;
	font-weight: bold;
}
