@charset "utf-8";
/* CSS Document */

html {

  background-color:#000000;
  height: 100%;
}

body {

  width: 800px;
  /*height:1700px;*/
  margin: 0 auto;
  padding: 10px;
  text-align:center;
  font: Arial;
  background-color: #90EE90;
  color:#000000;
}

p {
  font-size:12px;
}
	
img {
  border-style: none; 
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

td {
  background-color:	#90EE90;
  color:#000000;
  border-color:#000000;
}

table {
  border-collapse: separate;
  border-color: #000000;
}


#menu {	float: left; width: 140px; height: 600px; text-align:center; }
#menu h4 { text-align: center; color: #000000; margin: 0 0 5px 0; padding: 2px 0 5px 0; }
#menu a { padding: 0 0 0 10px; margin: 0 0 0 5px; background: left center no-repeat; color: #333; text-decoration:none; display: block; text-align:left; font-size:12px;}
#menu a:hover { padding: 0 0 0 20px; background: left center no-repeat; color: red; text-align:left;}
#menu div { margin-bottom:10px; border: 1px solid #cccccc; background-color:#FFFACD; padding-bottom:10px; font: Arial;}

#content { width: 450px; float: left; text-align:left; padding-left:5px; }
#content h3 { margin-bottom: 0px; }
#wrapper { background-color:#90EE90; border: 5px solid #cccccc; }

#news {	float: left; width: 480px; text-align:left; margin: 10px; color:#000000; }
#news div { margin-bottom: 15px; border: 1px solid #cccccc; width: 480px; font-size:12px; background-color: #90EE90; }
#news h4 { text-align: center; background-color: #333; color: #ddd; margin: 0 0 10px 0; font-weight: normal; padding: 2px 0 5px 0; font-family: Geneva, Arial, Helvetica, sans-serif; }

#hs { float: right; width: 160px; text-align:left;}
#hs h4 { text-align: center; color: #000000; margin: 0 0 10px 0; padding: 2px 0 5px 0; font-size:16px;}
#hs div { margin-bottom:10px; border: 1px solid #cccccc; font-size:12px; background-color:#FFFACD; overflow:visible; white-space:nowrap; line-height: 17pt; padding-bottom:10px; }

#footer { width: 760px; float:left; height:20px;}
#testtofix { width: 450px; float:left; padding-left:20px; }

#left {
  text-align:left;
}

#cen {
  text-align:center;
}

#bar { 
  width: 798px;
  height: 20px;
  background: #B0E0E6;
  padding-bottom: 1px;
  font-size:12px;
  float:left;
  margin-bottom:10px;
  border: 1px solid #cccccc;
}