body {
	margin: 0;
	padding: 0;
	font-family: mistral verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	border-right: 1px solid #999;
	background-color: #000;
	background-image:url(bg2.jpg);
	background-repeat: no-repeat;
	background-position: 15px 32px	}
ul {
	list-style: none;
	}
.ahem {
	display: none;
	}
.level1 {
	margin: 0;
	padding: 1em;
	}
.level2 {
	margin: 0 1 2em 0;
	padding: 0 1em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	}
.level3 {
	margin: 0 2 2em 0;
	padding: 0 1em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #000;
   	filter:alpha(opacity=50);   /* Internet Explorer       */
   	-moz-opacity:0.5;           /* Mozilla 1.6 and below   */
   	opacity: 0.5;               /* newer Mozilla and CSS-3 */
}
#content {
	float: left;
	margin: 0em;
	padding: 2em 1em 1em 2em;
	}
#content2 {
	float:center;
	margin: 0em;
	padding: 6em 1em 1em 19em ;
	font-family: ; 
	font-size:15px;
	
	
	}
#content3 {
	float:left;
	margin: 0em;
	padding: 25em 0em 0em 0em ;
	}
#content4 {
	float: left;
	margin: 0 0em ;
	padding: 0em 0em 0em 0em
	}

#container {
  	position: absolute;
   	top: 50px; left: 700px;         /* place it where you want     */
 	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	;
}

#translucentbkg {
	width: 300px; height: 350px;     /* to match DIVs size          */
   	background-color: #000;       /* the background              */
   	filter:alpha(opacity=50);
   	-moz-opacity:0.5;
   	opacity: 0.5;
	
}

#opaquetext {
	width: 350px;
	height: 450px;     /* to match DIVs size          */
	background-color: transparent;   /* transparent background      */
	position: absolute;              /* absolute positioning        */
	z-index: 2;                      /* place it over the other DIV */
	padding: 0.5em 0em 0em 0.5em;
	
}

/*type*/
a {
	text-decoration: none ;
	font-weight: normal;
	color: #fff;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	color:#cc6699
	}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: ;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
z {
	color:#fff;
	font-size: 50%;
	}
x {
	margin: 2em;
	}
