#main {
	width: 800px;
	background-color: #000000;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
.pageHeader {
	height: 100px;
	width: 800px;
	background-image: url(images/head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
body {
	margin: 0px;
	background-attachment: fixed;
	background-color: #999999;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.subHead {
	background-image: url(images/sh_bg.gif);
	background-repeat: repeat-x;
	height: 18px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: right;
	vertical-align: middle;
}
#mainContent {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ebebeb;
	position: relative;
}
#topNav {
	height: 91px;
	width: 180px;
	margin-top: 3px;
	margin-left: 373px;
}
#topNav #about {
	clear: right;
	margin-top: 4px;
}
#topNav #work {
	clear: right;
	margin-top: 4px;
	margin-left: 18px;
}
#topNav #faq {
	clear: right;
	margin-top: 4px;
	margin-left: 35px;
}
#topNav #references {
	clear: right;
	margin-top: 4px;
	margin-left: 53px;
}
#topNav #contact {
	clear: right;
	margin-top: 4px;
	margin-left: 71px;
}





#mainContent p {
	margin-top: 0px;
	margin-bottom: 12px;
}
#lNav {
	height: 162px;
	width: 119px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
}
#lNav th {
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	padding: 0px;
}
#lNav td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.navTD {
	background-color: #FDC746;
	height: 20px;
	width: 118px;
}

.navTD a {
	color: #000000;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}
.navTD a:hover {
	text-decoration: underline;
}
.navTDon {
	background-color: #FFFFCC;
	height: 20px;
	width: 118px;
}

.navTDon a {
	color: #000000;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}
.navTDon a:hover {
	text-decoration: underline;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FDC746;
	margin-top: 18px;
}
#Footer {
	clear: both;
	height: 35px;
	width: 800px;
	position: relative;
	bottom: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
}
#Footer table {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 800px;
}
#pageContent {
	float: left;
	width: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
