body,html {
  color:#000;
  font-family:Arial;
  font-size:87%;
  height:100%;
  margin:0;
  overflow:auto;
  width:100%;
}

body {
  background:url(../images/bg_body.jpg) top center #FFF;
}

input {
  font-family:Arial, Geneva, sans-serif;
  font-size:12px;
}

h1 {
  display:block;
  font-size:140%;
  margin:0;
  text-transform:uppercase;
}

a {
  color:#000;
  font-weight:bold;
}

label {
  font-weight:bold;
}

label.light {
  font-weight:normal;
}

th{
  text-align:left;
}

#framework {
  margin:0 auto auto;
  padding:1px 0 50px 0;
  position:relative;
  background:url(../images/bg_framework.gif) 5px 100% no-repeat;
}

#header {
  background:url(../images/bg_header.gif) 5px 0 no-repeat;
  height:144px;
  text-indent:-9999px;
  width:100%;
}

.content {
  padding: 10px;
  width:590px;
}

#nav {
  margin-top:6px;
  padding: 0 0 0 10px;
  position:relative;
}

#nav a {
  color:#FFF;
  background: #000;
  display: block;
  height: 20px;
  width: 100px;
  padding: 0 10px;
  line-height: 20px;
  text-transform:uppercase;
  text-decoration:none;
  margin: 0 0 2px 0;
}