#container_copy {
	position: relative;
	background: white url(dots_h.gif) repeat-x 1 30px;
	height: 340px;
}

#menu_copy {
	float: left;
	width: 163px;
	height: 340px;
	background: #e8e8e8 url(dots_v.gif) repeat-y right;
	color: #111111;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0;
}

#menu_copy ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
}

#menu_copy li {
	padding: 2px 0 2px 14px;
	border-top: 1px solid white;
	border-bottom: 1px solid #999999;
}
#menu_copy li:hover {
	background-color: #d6d6d6;
	cursor: pointer;
}

#menu_copy a {
	text-decoration: none;
	color: #111111;
	width: 130px;
}

#spacer_copy {
	float: left;
	width: 2px;
	height: 340px;
	background: white;
}

#rightside1_copy {
	float: left;
	width: 1px;
	height: 308px;
	background: white url(dots_v.gif) repeat-y;
}

#rightside2_copy {
	float: left;
	width: 100px;
	height: 308px;
	background: white url(fade.gif) repeat-y;
}

#mainblock_copy {
	border: 1px solid #999999;
	float: left;
	width: 570px;
	min-height: 340px;
	background: transparent;
	margin: 0;
	padding: 0;
}

#contents_copy {
	float: left;
	width: 650px;
	height: 307px;
	margin: 0;
	background: white url(dots_v.gif) repeat-y;
	padding: 0;
}

#title_copy {
	width: 570px;
	height: 25px;
	margin-bottom: 1px;
	padding-top: 5px;
}

#title_copy p {
	font-size: 14px;
	font-weight: bold;
	margin:0;
	padding:0;
	margin-left: 20px;
}

#title_copy span.orange {
	color: #ff5000;
}

span.orange {
	color: #cc5000;
	font-weight: bold;
}

#main_text_copy {
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
	height: 300px;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
}

#main_text_copy a {
	color: #00e;
}

