html * {
margin:0;
padding:0;
border:0;
}

body {
background-color:#fff;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
}

h1 {
font-size:32px;
font-family:"Courier New", Courier, monospace;
letter-spacing:2px;
margin-bottom:10px;
}

h2 {
font-size:12px;
font-weight:bold;
margin-bottom:2px;
}

p {
font-size:10px;
margin-bottom:10px;
}

#wrapper {
width:980px;
height:900px;
margin:0 auto;
background-image:url("img/leftbg.jpg");
background-position:left top;
background-repeat:no-repeat;
}

/**********NAVI*********************************************/
#navi {
width:129px;
float:left;
}

#navi ul {
list-style-type:none;
margin-top:125px;
}

#navi li {
margin:10px 0 10px 0;
_zoom:1; /*for IE6*/
}

#navi a {
font-size:12px;
line-height:20px;
color:#000;
text-decoration:none;
display:block;
padding-left:38px;
background-image:url("img/navi_a.gif");
background-repeat:no-repeat;
background-position:left bottom;
}
#navi a:hover {
background-image:url("img/navi_ahover.gif");
}
#navi a.active {
background-image:url("img/navi_active.gif");
background-repeat:no-repeat;
background-position:left bottom;
background-color:#000;
color:#fff;
}

/**********CONTENT*********************************************/
#content {
width:851px;
min-height:900px;
_height: expression(document.body.clientHeight ? "900px" : "auto"); /*for IE6*/
float:right;
padding-bottom:60px;
background-color:#000;
}

#content .toplogo {
margin:10px 0 20px 170px;
}

#content .main {
width:500px;
margin-left:30px;
}

/*
#content .main img {
margin:10px;
}
*/

#content .main ul {
padding-left:30px;
font-size:10px;
}












