body {
	background-color: #000000;
}
table {
	background-color: #333333;
}
#main {
	width: 500px;
}
#menu {
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 15px;
}
.kirkwood {
	background-image: url(../images/logo_kirkwood.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 246px;
	width: 349px;
	padding-bottom: 20px;
}
.step {
	background-image: url(../images/logo_thirdstep.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 246px;
	width: 210px;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #2A7FAA;
}
