body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
  font-family: "Courier New", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
	}

#frame{
	position: relative;
	width:865px;
	height: 560px;
	margin: 15px auto;
	padding: 15px 15px 15px 15px;
	text-align:left;
	}
	
*html #frame{
	position: relative;
	width:865px;
	height: 590px;
	he\ight: 560px;
	margin: 15px auto;
	padding: 15px 15px 15px 15px;
	text-align:left;
	}

#head{
	position: relative;
	z-index: 2;
	top: 25px;
	}

#navi{
	z-index:1;
	position: absolute;
	top: 15px;
	float:left;
	height:560px;
	width: 198px;
	background-color:#330000;
	margin-bottom: 15px;
	}
	
#cont{
	position: absolute;
	z-index:1;
	float:right;
	top: 15px;
	left: 213px;
	height:560px;
	width:667px;
	}
	
#text{
	position:relative;
	height: 410px;
	width: 620px;
	top: 130px;
	left:20px;
	overflow:auto;
	padding-right:10px;
	}
	
#text2{
	position:relative;
	height: 410px;
	width: 620px;
	top: 130px;
	left:20px;
	overflow:auto;
	padding-right:10px;
	}

#flash{
	position:relative;
	height: 450px;
	width: 665px;
	top: 110px;
	left:0px;
	}
	
p {
	font-family: "Courier New", Verdana, Arial, Helvetica, sans-serif;
	padding-top:0px;
	font-size:12px;
	line-height: 17px;
	color: #333333;
}

#text2 p{
	margin-top:0px;
	margin-bottom:10px;
	}
	

	
td p{
	padding-left:10px;
	margin:0px;
	font-size:12px;
	line-height: 17px;
	color: #333333;
	}

h3 {
	padding-top: 0px;
	margin-top: 0px;
	}
	
a:link {color:#CC3300;
		text-decoration:none;}
		
a:visited {color:#993300;
		text-decoration:none;}
