
html, body {
        margin: 0px;
        padding: 0;
	text-align: center; 
font-family: Verdana;
background: url(imgs/lines.gif) #fff repeat-x; 
}

#main { margin: 0 auto; 
text-align: left; width: 800px;
	position: relative; 
 }
 

div#wrapper {
text-align:left; /* reset text alignment */
width:748px; /* or a percentage, or whatever */
margin:0 auto; /* for the rest */
}

a { text-decoration:none; color: #369;}

a:hover {
color: #09c;
}

h1,h2,h3,h4, #content h1 a, #content h2 a, #content h3 a { font-weight: normal; }

  
#line { 
position: absolute;  top: 53px; left: 0px; 
width: 50%; height: 3px; 
background: #fff;
}

#side { width: 200px;
position: absolute; top: 110px; left: 0px; 
text-align: center;
 color: #666; 
}

#text { width: 500px;
background-color: #fff;
position: absolute; top: 110px; left: 200px; 
text-align: left;
 color: #666; 
 list-style: none;
}

#text li {
padding-left: 30px;
background-image: url(imgs/star.gif);
background-repeat: no-repeat;
background-position: 0 8px;
line-height: 25px;
}

#navbox
{
position: absolute;  top: 195px; left: 0;
width: 30%;  height: 70%;


}
