body {
	background-color: Black;
	padding-top: 40px;
	margin-top: 40px;
}
body, p, td {
	color: White;
	font-family: arial, helvetica, sans-serif;
}
#main {
	background-image: url(../img/bgrnd.jpg);
	background-repeat: no-repeat;
	border: 1px solid #333333;
}
h1 {
	font-size: 30pt;
}
#services {
	font-size: 20pt;
	font-weight: bold;
}
#services li {
	padding-bottom: 15px;
}
.logobox {
	background-color: White;
	border: 1px solid Black;
	height: 146px;
}
a {
	color: orange;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
