/* @import url("reset.css"); */


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#333;
	margin: 0px;
	padding: 0px;
}

p {
    padding: 10px;
}

#wrapper {
    width: 100%;
    min-width: 1024px;
    max-width: 2000px;
    margin: 0 auto;  0
}

#header {
    float: left;
    height: 190px;
    width: 100%;
    background: url(/images/header.png);
    
}
#navi {
float: left;
width:100%;
}

#navi ul {
  padding-left: 450px;
  padding-top: 150px;
  list-style:none;
  height: 50px;

}

#navi li {
  display:inline;
  border-top:1px black solid;
  border-left:10px grey solid;
  border-bottom:1px white solid;
  border-right:2px white solid;

}

#contentliquid {
  padding: 20px;
  float: left;
}

#content {
    background: #FFFFFF;
}

#leftcolumn {
    float: left;
    background: #ffffff;
    width: 250px;
    margin-top: 10px;
}

#footer {
    height: 40px;
    width: 100%;
    background: #ffffff;
    clear: both;

    bottom: 0;
}