body {
	background-color: #000066;
	margin: 0px;
}
#holder {
	width: 750px;
}
#bar {
	background-color: #6699CC;
	height: 20px;
	width: 750px;
}
#text {
	background-color: #c6d9fb;
	width: 500px;
	overflow: visible;
	height: 300px;
}
#images {
	background-color: #c6d9fb;
	width: 250px;
	overflow: visible;
	vertical-align: middle;
	height: 100%;
}
#text ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-image: url(imgs/bullet_ball_glass_blue.gif);
	padding-left: 10px;
}
#text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding-left: 10px;
}
#text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 10px;
}
#images img {
	padding-top: 10px;
}
