body {
	margin: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header{
	padding:0px;
	margin:0px;
	padding-top:10px;
	background:url(../images/navtop_projects.jpg);
}
td.logo_area{
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
td.middle_spacer {
	width: 918px;
	background-color: #000000;
}
td.shadow_right {
	background-image: url(../imagesborder_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
td.shadow_left {
	background-image: url(../images/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
td.body_content {
	padding: 0px;
	background-image: url(../images/border_shadow_r.jpg);
	background-repeat: repeat;
	color: #FFF;
	text-align: left;
	vertical-align: top;

}
td.main_content_box {
	background-color: #FFFFFF;
}

td.horizontal_column {
	background-color: #000000;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 0px;
	display: table-cell;
	vertical-align: top;
}
td.bottom_link_container {
	background-color: #000000;
	text-align: left;
	color: #FFFFFF;
	padding: 0px;
}

td.horizontal_center {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
	height: 0px;
	display: table-cell;
	vertical-align: top;
	background-image: url(../images/header_bg2_projects.jpg);
}
td.header_column {
	height: 50px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: large;
	background-image: url(../images/header2_bg.jpg);
	background-position: top;
}
td.left_content {
	width: 2500px;
	padding: 0px;
	vertical-align: top;
	background-image: url(../images/bg_content_left.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	}
td.right_content {
	width: 336px;
	padding: 0px;
	text-align:left;
	vertical-align: top;
	background-image: url(../images/bg_content2.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}
a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: none;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 24px;
}
a.main_link:hover{
	background-color:#000000;
	color: #cb4a06;
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #cb4a06;
}
a.second_link:active,a.second_link:visited,a.second_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #cb4a06;
}
a.second_link:hover{
	color: #ffffff;
}
div.bottom_content{
	color: #FFFFFF;
	padding: 0px;
}
div.navigation {
	height: 0px;
	vertical-align: middle;
	text-align: center;
}
.main_content_box table tr .body_content strong {
	color: #FFFFFF;
}


        <!--
/* The slideshow CSS. Customize to meet your taste. */
.slideshow {
	font-family:Arial, Helvetica, sans-serif;
	width:677px;
	height:495px;
	overflow: hidden;
	background-color:#000000;
	color:#FFFFFF;
	border:0px solid 000000;
}
.slideshow > ul {
	margin: 0;
	padding: 0;
}
.slideshow > ul > li {
	display: inline;
	margin:0px;
	padding:0px;
	font-size:1px;
	margin-right: -1px;
}
.slideshow > ul > li > div {
  display: none;
  text-decoration: none;
  float:left;
}
.slideshow > ul > li > div > p {
  font-size:11px;
  text-align:right;
  padding:10px 0px 0px 0px;
  margin:0px;
  color:#000000;
}
.slideshow > ul > li > div > a > img {
	border:2px solid #000000;
	width:677px;
}
.slideshow  > ul > li > img {
	border:2px solid #000000;
	margin:0px;
	padding:0px;
	width:80px;
	height:60px;
}
/* Shows slides when mouse pointer is over a thumbnail image */
.slideshow > ul > li:hover > div {
	display: block;
}
/* Highlights the thumbnail image when mouse pointer is over it */
.slideshow > ul > li:hover > img {
	border-color:#cb4a06;
}
-->

