* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
  margin: 0px;
  padding: 0px;
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  font-size: 11px;
  color: #333333;
}

img {
  border:0px;
  vertical-align: bottom;
}


#container {
  position: static;
  width: 971px;
  margin: auto;
  background-image: url(images/nav_bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 83px;
}

#nav {
  position:relative;
  height:147px;
  text-align:right;
  margin-right:40px;
}

.subnav {
  position: absolute;
  background-color: #F6F6F6;
}

.subnav p {
  margin:3px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom:3px;
  border-bottom: 1px solid #DDDDDD;
}

#content {
  position:relative;
  min-height: 468px;
  height: auto !important;
  height: 468px;
}

#img {
  position:absolute;
  height:577px;
  top:-117px;
}

#con {
  position:absolute;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  width:563px;
  left:380px;
  padding-top:125px;
  padding-left:28px;
}

#footer {
  position: relative;
  height: 32px;
  margin-top:5px;
  margin-left:60px;
  color:#666666;
}


h1 {
  font-weight: bold;
  font-size:11px;
  color:#333333;
  margin:0px;
}

h2 {
  font-weight: bold;
  font-size:11px;
  color:#5F6062;
  margin-right:5px;
  display:inline;
}

/* links */
a,a:link,a:visited,a:active {
  font-size: 11px;
  font-style: normal;
  color: #8B1B18;
  text-decoration: underline;
  font-weight:normal;
}

a:hover {
  font-size: 11px;
  font-style: normal;
  color: #333333;
  text-decoration: none;
  font-weight:normal;
}

a.blacklink:link,a.blacklink:visited,a.blacklink:active {
  text-decoration:none;
  font-size: 11px;
  color:#333333;
  text-decoration: none;
  font-weight : normal;
}

a.blacklink:hover {
  text-decoration:none;
  font-size: 11px;
  color:#8B1B18;
  text-decoration: underline;
  font-weight : normal;
}

input,textarea,select{
  font-size: 11px;
  color: #333333;
  background-color : #FFFFFF;
  border:1px solid #666666;
  padding:1px;
}




