body {
	background-color: #CCCCCC;
	background-repeat: repeat-x;
}
.container_12 #header {
	/* [disabled]border-bottom-style: dashed; */
	background-image: url(../img/rope_background.png);
	background-repeat: no-repeat;
	height: 380px;
	background-position: 100%;
}
.container_12 #header center #nav_tbl {
	position: relative;

}

.container_12 {
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #FFF;
}

.container_12 #header li {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	text-decoration: none;
	display: block;
	list-style-type: none;
	list-style-image: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #003366;
	font-weight: bold;
}
.container_12 #cont_back {
	height: 585px;
}

.container_12 #footer {
	/* [disabled]border-top-style: dashed; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
.container_12 p #cc {
	padding-left: 10px;
	padding-top: 5px;
}
div.transbox
  {
	width:800px;
	height:auto;
	background-color:#ffffff;
	border:1px solid black;
	/* for IE */
  filter:alpha(opacity=50);
	/* CSS3 standard */
   opacity:0.5;
	margin-left: 70px;
	padding-left: 10px;
  }

div.transbox p
  {
	margin:10px 10px 10px 10px;
	font-weight:bold;
	color:#000000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative; 
  }
