/* CSS Document */

body { 
 	background: #000;
 	margin-top: 5px;
    font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	vertical-align: middle;
}

* html body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-size: x-small; /* for IE5/Win */
f\ont-size: small; /* for all other IE versions */
 }
 h1 {
 font-size: 150%;
 font: Arial;
 }
 h2 {
 font-size: 130%;
 font: Arial;
 color:#66CCFF;
 }
 h3 {
 font-size: 120%;
 font: Arial;
 color: #66CCFF;
 }
  h4 {
 font-size: 110%;
 font: Arial;
 font-style: italic;
 color: #FFFFCC;
 }
   h5 {
 font-size: 80%;
 font: Arial;
 font-style: italic;
 color: #FFFFCC;
 }
 
#wrap {
	width: 1022px;
	margin: 0 auto;
	background: #000 url(../im001/mid.gif) top repeat-y;
}

#header {
height: 40px;
padding: 40px;
background: #000 url(../im001/top.jpg) no-repeat top;
}

#content-l {
	float: left;
	width: 47%;
	padding: 18px;
	padding-right: 3px;
	text-align: justify;
}

#content-r {
	float: right;
	width: 47%;
	padding: 18px;
	padding-left: 3px;
	text-align: center;
}

#footer {
	clear: both;
	font-size: 65%;
	color: #ccc;
	text-align: center;
	padding: 8px;
	height: 59px;
	background: #000 url(../im001/base.jpg) no-repeat center top;
}

a {
color: #CCCCCC;
}

a:hover, .selected a {
	color: #66CCFF;
}





