body { 
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  background: fixed url("/pics/stars.png") #000000;  
  font-family: arial,helvetica;
  font-size: small;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#000;
}

h3 {
   margin:1px;
   background-color:#ccc;
   border:1px solid #999;
   text-align:     center;
}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
}

#content>p {margin:0px;}
#content>p+p {text-indent:30px;}

a {
	color:#f33;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
}

a:link {color:#f33;}
a:visited {color:#f33;}
a:hover {background-color:#eee;}

li {
   list-style-type: none;
}

img {
   border : 0;
}

#header {
   margin-top:       5px;
   margin-left:      25px;
   text-align:     center;
   background-color:#ccc;
   border:1px solid #999;
}

#content {
   position:       absolute;
   left:    180px;
   top:     65px;
   padding:        0px;
   width:          440px;
}

#leftcol {
   position:       absolute;
   top:     65px;
   padding:        0px;
   width:          150px;
   margin-left:    25px;
   text-align:     center;
}


.menu {
	padding:   5px;
        width:     140px;
	background-color:#fff;
	border:1px solid #f33;
	line-height:17px;
	voice-family:inherit;
        text-align: center;
}

.box {
	padding: 5px;
	background-color:#fff;
	border:1px solid #f33;
	voice-family:inherit;
}

#main {
  voice-family:inherit;
  width:     625px;
}