* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    background: #ddd url('images/bg.png') repeat-y center;
    font: 10pt Arial, sans-serif;
    line-height: 1.4;
    letter-spacing: 0px;
}

h1 {
    font-size: 18pt;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

ul {
    margin-left: 20px;
}

ul#staff {
    list-style-type: none;
}

ul#services {
    list-style-image: url('images/checkmark.gif')
}

ul li {
    padding-top: 5px;
}

#wrapper #left {
    background: url('images/header-left.png') repeat-x;
    width: 50%;
}

#wrapper #right {
    background: url('images/header-right.png') repeat-x;
    width: 50%;
}

#wrapper #center {
    width: 750px;
}

#nav {
    padding-left: 13px;
    padding-top: 10px;
    text-align: center;
    width: 200px;
}

#content {
    padding: 0px 10px;
    width: 550px;
}

.hr {
    display: block;
    margin: 5px 0px;
}

.small {
    font-size: 8pt;
}

#header { position: relative; }

#header blockquote
{
	color:#FFFFFF;
	font-weight:bold;
	position:absolute;
	right:21px;
	text-align:right;
	top:-64px;
	width:406px;
}

#header div { position: relative; }

.PromoBox { margin: 15px 0 10px 0;   }
.PromoBox img { border: none; border: 1px solid #8e97a1; }