/* CSS Document */

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

a.hover {
color:#666666;
}

#navi {
width:380px;
position:relative;
z-index:2;
float:right;
height:70px;
text-align:right;
vertical-align:bottom;
}

#header {
height: 200px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#content {
height: 580px;
background:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
background-image:url(content_bg.jpg);
background-position:left;
background-repeat:repeat-x;
}

#contenttable {
min-width:950px;
}

#footer {

}

