@import url("clear.css");
@import url("globals.css");
@import url("structure.css");
@import url("type.css");

html{
  font-family: Verdana, Sans-serif;
  font-size: 12px;
  background-color: white;
}

body {
background: url(../images/header.jpg) left top repeat-x;
text-align: center;
}

html,body{
  height:100%;
}

#container{
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
position: relative;
min-height: 100%;
height: auto !important;
height: 100%;
}

#header .head1{
margin-top:8.6em;
}

#menu{
float: right;
padding-right: 6.8em;
font-size: 11px;
margin-top: 4em;
position: relative;
}

#menu .menuItem{
padding-right: .8em;
}
