body {
	margin: 0 0 0 0;
	text-align: left;
	background: #D8D8D8;
	color: #6F6F6F;
}

p, ul, ol, td, blockquote {
	color: #6F6F6F;
	font: 12px Verdana, Arial, sans-serif; 
}

img {
	border-color: #b3b3b3;
}

a:link, a:visited, a:active {
	color: #6F6F6F;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#str-Copy {
	text-align: left;
	color: #6F6F6F;
	font: 12px Verdana, Arial, sans-serif; 
	margin: 15px 15px 15px 15px;
}

#str-Body {
	background: #FFFFFF;
	margin:0;
	width:950px;
}

#str-Left {
	background:  url(../images/bar-left.gif) repeat-x top;
	text-align: left;
	width: 100%;
}

#str-Right {
	background:  url(../images/bar-right.gif) repeat-x top;
}

/***********************************************/
/*          Navigation Links Styling           */
/***********************************************/

div#links {
	position: center;
	background: #b3b3b3; 
/*	left: 70px; 
	width: 0px; 
	z-index: 100; */
}

div#links a {
	display: block; 
	text-align: center; 
	font: 12px Verdana, Arial, sans-serif; 
	white-space: nowrap;
	padding: 0px 1px 0px 2px; 
	margin: 0px 0px 1px; 
	border-width: 2px; 
	text-decoration: none; 
	color: #ffffff; 
	background: #b3b3b3;
	border-right: 5px solid #b3b3b3; 
	border-top: 5px solid #b3b3b3; 
	border-bottom: 5px solid #b3b3b3; 
	border-left: 5px solid #b3b3b3;

}

div#links a:hover {
	color: #000000; 
}
