body {
	background: #9e9e9e url(../images/bkgd_grayblocks.gif) repeat top left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

/*** Common Elements ***/
img { border-width: 0px; }
#spacer { height: 10px; }

#container {
	width: 800px;
	margin-top: 11px;
	padding: 0px;
	text-align: center;
}

/*** Header Elements ***/
#headerMain {
	width: 800px;
	height: 186px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

/*** Common Interface Elements ***/
#divContent {
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#navMain {
	width: 800px;
	padding: 0;
	margin: 0;
    background-color: #fff;
}
#navSpacer {
	width: 3px;
	padding: 0;
	margin: 0;
}

#contentMain {
	width: 600px;
	height: 454px;
    background: #fff url(../images/bkgd_homecenter.jpg) no-repeat bottom left;
}
#leftMain {
	width: 200px;
	height: 454px;
	background: Black url(../images/left_home2.jpg) no-repeat;
}


h2 {
	font: bold oblique 20px Bernhard Modern Std, Times New Roman, serif;
	color: #ef3e42;
	padding-left: 25px;
}

li {
	color : #333;
	list-style : square;
}

#tagline {
	/*margin-top: 15px;*/
}

#divider {
	margin-left: 135px;
	background: url(../images/divider.gif) no-repeat top left;
}

#dividerHome {
	margin-left: 135px;
	margin-top: 5px;
	background: url(../images/divider.gif) no-repeat top left;
}

/*** Page Elements ***/
#homeCopy {
	margin-left: 20px;
	margin-top: 60px;
    width: 190px;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #333;
}
.headerBox {
    padding: 5px 10px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #18537c;
}

#aboutCopy, #clientCopy, #candidateCopy, #contactCopy  {
	margin-left: 17px;
	margin-top: 10px;
    width: 560px;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #333;
}

/* #contactCopy {
	margin-left: 20px;
	margin-top: 18px;
    width: 220px;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #333;
} */


/*** Footer Elements ***/
#interfaceFooter {
    background: #999 url(../images/bkgd_footer.gif) no-repeat top left;
    width: 800px;
	height: 54px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}

#copyright {
	position: relative;
	top: 14px;
	left: 15px;
	color: #fff;
}
#address {
	position: relative;
	top: -11px;
	left: 290px;
	color: #fff;
}

a {	color: #fff; }
a:hover { color: #33cccc; }
a:visited {	color: #33cccc; }

