body, html {
	margin: 0;
	padding: 0;
	min-height: 600px;
	height: 100%;
}
body {
	background: #484848;
	font: 81% "Trebuchet MS", Corbel, Verdana, Arial, sans-serif;
	color: #000;
	text-align: center;
}
td {
	font-size: 1em;
}
a:link {
	color: #af005d;
	text-decoration: none;
}
a:hover {
	color: #af005d;
	text-decoration: underline;
}
a:visited, a:active {
	color: #af005d;
	text-decoration: none;
}
h1 {
	font-size: 1.3em;
	font-weight: normal;
	color: #af005d;
	margin: .5em 0;
	line-height: 1.2em;
}
h1#logo {
	display: none;
}
h2 {
	font-size: 1.1em;
	color: #af005d;
	margin: .5em 0;
	line-height: 1.2em;
}
h3 {
	font-size: 1.1em;
	margin: .5em 0 -.6em;
	line-height: 1.2em;
}
p {
	margin: .5em 0;
	line-height: 1.4em;
}
#content {
	position: relative;
	width: 822px;
	height: 481px;
	margin: 0 auto;
	padding: 42px 24px 32px 54px;
	border-top: 5px solid #d6d6d6;
	border-bottom: 5px solid #d6d6d6;
	text-align: left;
	background: #fff;
	overflow: hidden;
}
span#tl {
	display: block;
	position: absolute;
	top: 28px;
	left: 44px;
	width: 56px;
	height: 70px;
	border-top: 1px solid #af005d;
	border-left: 1px solid #af005d;
	z-index: 1;
}
span#br {
	display: block;
	position: absolute;
	bottom: 32px;
	right: 24px;
	width: 520px;
	height: 208px;
	border-right: 1px solid #af005d;
	border-bottom: 1px solid #af005d;
	z-index: 2;
}
ul#navbar {
	position: absolute;
	bottom: 31px;
	left: 55px;
	height: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#navbar li {
	float: left;
}
ul#navbar li a {
	display: block;
	position: relative;
	height: 0;
	padding: 12px 0 0;
	background: url(/images/navbar.gif) no-repeat;
	overflow: hidden;
}
ul#navbar li#nav-home a:link, ul#navbar li#nav-home a:visited {
	width: 47px;
	background-position: 0 0;
}
ul#navbar li#nav-home a:hover, ul#navbar li#nav-home a.selected:link, ul#navbar li#nav-home a.selected:visited {
	background-position: 0 -12px;
}
ul#navbar li#nav-info a:link, ul#navbar li#nav-info a:visited {
	width: 149px;
	background-position: -47px 0;
}
ul#navbar li#nav-info a:hover, ul#navbar li#nav-info a.selected:link, ul#navbar li#nav-info a.selected:visited {
	background-position: -47px -12px;
}
ul#navbar li#nav-costings a:link, ul#navbar li#nav-costings a:visited {
	width: 75px;
	background-position: -196px 0;
}
ul#navbar li#nav-costings a:hover, ul#navbar li#nav-costings a.selected:link, ul#navbar li#nav-costings a.selected:visited {
	background-position: -196px -12px;
}
#contact {
	position: absolute;
	right: 24px;
	bottom: 32px;
	width: 224px;
	height: 209px;
	text-align: right;
	z-index: 3;
}
#contact h2 {
	position: relative;
	width: 136px;
	height: 0;
	margin: 0 0 0 88px;
	padding: 133px 0 0;
	overflow: hidden;
	background: #fff url(/images/contact.gif) no-repeat;
	border-bottom: 1px solid #af005d;
}
#contact p {
	margin: 0;
	padding: 6px 10px 0 0;
	font-size: .94em;
}
p#home-splash {
	position: absolute;
	top: 42px;
	left: 54px;
	background: url(/images/index.gif) no-repeat;
	width: 570px;
	height: 0;
	padding: 268px 0 0;
	overflow: hidden;
}
dl.costings {
	margin: 1em -6px;
}
dt {
	margin: .5em 0;
	background: #e6e6e6;
	float: left;
	clear: both;
	padding: 2px 0 2px 6px;
	width: 170px;
}
dd {
	margin: .5em 0;
	float: right;
	width: 80px;
	padding: 2px 6px 2px 0;
	background: #e6e6e6;
}
#column-one, #column-two, #column-three {
	position: relative;
	float: left;
	margin: 0 8px 0 0;
	padding: 0 6px;
	width: 250px;
	z-index: 3;
}
ul.services {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.services li {
	margin: .25em 0;
}