body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 180%;
	color: #fff;
	background: #98908D;
	}
a {
	text-decoration: none;
	color:  #F6D7B7;
	}
a:visited {
	color:  #F6D7B7;
	}
a:active {
	color:  #F6D7B7;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
	}
hr {
	color: #B30000;
	background-color: #B30000;
	border : 0px solid #B30000;
	width: 100%;
	height: 1px;
	margin: 0px 0px 18px 0px;
}
hr.footer {
	color: #B30000;
	background-color: #B30000;
	border : 0px solid #B30000;
	width: 100%;
	height: 1px;
	margin: 0px 0px 2px 0px;
}
img.d-border {
	margin: 4px 4px 14px 18px;
	padding: 4px;
	border: 1px solid #F6D7B7;
	}
	
/*************** Site Layout ****************/
#site-container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 770px;
	height: 100%;
	background: #98908D url(../images/d_page_bg.gif) repeat-y 50% 0;
	}
#left {
	position: relative;
	float:left;
	text-align:center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #9A1B1B url(../images/d_margin_bg.gif) repeat-x top;
	width: 154px;
	}
#right {
	position: relative;
	float:right;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 616px;
	background: url(../images/d_content_bg.gif) no-repeat top;
	}
	
/*************** Link Menu ****************/
	
* html a:hover {visibility:visible}

.link-home {
	display:block;
	width: 154px;
	height: 26px;
	margin: 0px 0px 8px 0px;
	background-image: url(../images/d_mission_over.gif);
	border: 0px;
}
.link-home a {display:block }
.link-home img {width: 100%; height: 100%;}
.link-home a:hover img{visibility:hidden}

.link-d1 {
	display:block;
	width: 154px;
	height: 26px;
	margin: 0px 0px 8px 0px;
	background-image: url(../images/d1_trade_over.gif);
	border: 0px;
}
.link-d1 a {display:block }
.link-d1 img {width: 100%; height: 100%;}
.link-d1 a:hover img{visibility:hidden}

.link-d2 {
	display:block;
	width: 154px;
	height: 26px;
	margin: 0px 0px 8px 0px;
	background-image:  url(../images/d2_research_over.gif);	
	border: 0px;
}
.link-d2 a {display:block }
.link-d2 img {width: 100%; height: 100%;}
.link-d2 a:hover img{visibility:hidden}

.link-d3 {
	display:block;
	width: 154px;
	height: 26px;
	margin: 0px 0px 8px 0px;
	background-image:  url(../images/d3_sanctuary_over.gif);	
	border: 0px;
}
.link-d3 a {display:block }
.link-d3 img {width: 100%; height: 100%;}
.link-d3 a:hover img{visibility:hidden}

#descriptions {
	display: block;
	float: right;
	text-align: center;
	width: 196px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}