@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bgrd.png);
	margin-top: 0px;
}
img, div { behavior: url(iepngfix.htc) }
#mainContainer {
	width: 1182px;
	margin: 0 auto;
}
#header {
	width: 1182px;
	height: 264px;
	background-image: url(../images/header.png);
	margin: 0 auto;
}
#subheader {
	width: 1182px;
	height: 42px;
	background-image: url(../images/subHeader.png);
	margin: 0 auto;
}

#subheader2 {
	width: 1182px;
	height: 42px;
	background-image: url(../images/subHeader2.png);
	margin: 0 auto;
}
#logo {
	float: left;
	width: 313px;
	height: 137px;
	padding: 22px 0 0 301px;;
}
#topContact {
	z-index: 1;
	float: right;
	padding: 70px 299px 0 0;
	line-height: 1.5em;
}
#topNav {
	clear: both;
	z-index: 2;
	width: 107px;
	float: right;
	padding: 82px 391px 0 0;
}
#bodyContainer {
	width: 1182px;
	background-image: url(../images/bodyBackground.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}
#bodyContainer2 {
	width: 1182px;
	background-image: url(../images/bodyBackground2.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}
#bodyContainerWork {
	width: 1182px;
	background-image: url(../images/bodyBackground2.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}
#workArea {
	width: 716px;
	/*height: 561px;*/
	padding-left: 96px;
	margin: 0 auto;
}
#leftColumn {
	float: left;
	width: 300px;
	padding: 20px 0 0 311px;
}
#rightColumn {
	float: right;
	width: 351px;
	padding: 20px 185px 0 0;
}
.clear {
	clear: both;
}
#bottomBorder {
	clear: both;
	width: 1182px;
	height: 7px;
	background-image: url(../images/bottomBorder.png);
	margin: 0 auto;
}
#bottomBorder2 {
	clear: both;
	width: 1182px;
	height: 7px;
	background-image: url(../images/bottomBorder2.png);
	margin: 0 auto;
}
#footer {
	width: 1182px;
	margin: 0 auto;
}
#footerLinks{
	float: left;
	width: 300px;
	padding: 0 0 0 278px;
}
#footerCopyright{
	float: right;
	width: 300px;
	padding: 0 160px 0 0;
}
.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #927e59;
	font-weight: bolder;
}
.paragraphs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #434242;
	font-weight: normal;
}

a:link {
	color: #434242;
	text-decoration: none;
}
a:visited {
	color: #434242;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #222222;
}
