body {
	color: #c5c5c5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../img/bg_body.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

#frame {
   width: 950px;
	margin: 30px auto 0px 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url(../img/bg_content.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	/*border-bottom: 1px dotted #802020;*/
}

#top {
	margin: 0px 50px 0px 0px;
	padding: 15px 0px 0px 15px;
	height: 20px;
	background-color: transparent;
	color: #BCA5AB;
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
   font-weight: lighter;
   text-align: left;
   list-style-type: none;
	border-bottom: 1px dotted #802020;
}
 #top ul { 
   margin: 0px;
   padding: 0px;
	height: 35px;
}
 #top li { 
   margin: 0px;
	padding: 2px;
	display: inline;
}
 #top li a {
   text-decoration: none;
	color: #C2C2C2;
 }
 #top li a:hover {
 	color: #802020;
 }
 #top li a.currentpage {
   color: #E39400; 	
 }

#main {
   margin: 5px 5px 2px 5px;
	padding: 5px;
	float: left;
   width: 570px;
	height: 380px;
	background-color: #401010;
	background-image: url(../img/bg_main.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-right: 1px dotted #C40A00 /*#AE7200*/;
	border-bottom: 1px dotted #C40A00 /*#AE7200*/;
	border-left: 1px dotted #000;
}
 h1 {
	margin: 5px auto 2px 10px;
	width: 450px;
	padding-left: 3px;
	color: #ac7044;
 	font-size: 10px;
	border-bottom: 1px dotted #C40A00;
 }
 #main h2 {
 	font-size: 16px;
	margin: 10px auto 10px 30px;
	color: #E39400;
 }

#text {
	margin: 0px 20px 0px 10px;
	padding: 10px 5px 5px 5px;
	height: 315px;
	overflow: auto;
	scrollbar-arrow-color: #480001;
	scrollbar-base-color: Black;
	scrollbar-darkshadow-color: #2F0000;
	scrollbar-face-color: #2F0000;	
	border-left: 1px dotted #000 /*#ac7044*/;
	/*border-bottom: 1px dotted #000 /*#ac7044*/;
	background-color: #330f0f;
	background-image: url(../img/bg_text.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}
 #text table {
 	font-size: 9px;
	width: 98%;
/*	border-bottom: 1px dotted #ac7044;*/
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
 }
 #text td.le {
   /*font-style: italic;*/
	text-align: right;
	vertical-align: top;
 	border-top: none;
	border-right: none;
	border-bottom: 1px solid #6b6b6b;
	border-left: none;
 }
 #text td.rt {
   width: 43%;
	vertical-align: top;
	padding-left: 2px;
 	border-top: none;
	border-right: none;
	border-bottom: 1px solid #6b6b6b;
	border-left: 1px solid #6b6b6b;
 }
 #text th{
 	color: #e39400;
	font-size: 11px;
	padding-bottom: 3px;
 }
 #text td.a {
	text-align: center;
	vertical-align: middle;
 	border: none;
 }
 #text td.b {
   width: 160px;
	text-align: center;
	vertical-align: middle;
 	border: none;
 }
 #text td.c {
   width: 160px;
	text-align: center;
	vertical-align: middle;
 	border: none;
 }
 #text ul {
   margin: 0px;
   padding: 0px;
 }
 #text li.main { 
   margin: 0px;
	padding: 2px;
}
 #text li.sub { 
   font-size: 80%;
	margin: 0px;
	padding: 2px;
}
 #text li a {
   text-decoration: none;
	color: #C2C2C2;
 }
 #text li a:hover {
 	color: #E39400;
 }
 #text img {
 	border: none;
 }
 #main p {
   margin: 0px 10px 5px 10px;
 	text-align: left;
	font-size: 12px;
 }

 
#left {
   float: right;
	width: 220px;
	margin: 5px;
   padding: 5px;
	font-size: 12px;
}
 #left h3 {
 	font-size: 10px;
	float: right;
	margin: 1px 55px 0px auto;
	padding-left: 3px;
	color: #d50000;
 }
#copy {
   margin: 2px 363px 5px 5px;
	padding: 3px 0px 5px 0px;
	font-size: 10px;
   text-align: left;
	background-color: #000;
	background-image: url(../img/bg_copy.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-right: 1px dotted #C40A00 /*#AE7200*/;
}
 #copy p{
 	margin: 0px auto 5px 5px;
	color: #ac7044;
 }
 #copy a{
   color: #E39400;
	text-decoration: none;	
 }
 #copy a:hover {
 	color: #AE7200;
 }
 
