html, body, form, h1, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

html {scrollbar-base-color:#b04b40;
}

h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FF6600;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}


.clear {
	clear: both;
}

h2{
    margin:0.3em 1.2em;
    font-size:1.5em;
    color: #fff;
}



div#pageSetup{
width:720px;
margin:auto;
position: relative;
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 0.8em;
color:#fff;
}

div#header
{
height: 180px;
padding-left:29px;
padding-right:20px;
background: #7C0000;
}

div#header_img{
height:150px;
padding-top:10px;
background: bottom left url(images/feedbk.jpg) no-repeat;
}

div#d_line{
padding-top:10px;
background: bottom left url(images/divider.gif) repeat-x;
}

div#line{
    position:absolute;
    top:90px;
    left: 20px;
    width:575px;
    height:1px;
    background: bottom left url(images/fdbk_line.gif) repeat-x;
}


body {
	background: url(images/grad_bkg.jpg) repeat-x;
}

#nav ul {
  list-style: none;
  padding-left:38px;
}

#nav li{
    display: inline;
    font-size: 0.9em;
    padding-right:28px;
}



#nav li a{

    font-family:garamond;
	font-weight:bold;
    text-decoration: none;
    color:#fff;
    line-height: 1.8em;
}

#nav li a:hover, #nav li a:active {
    color:#FFFF99;
}

div#all_contents{
padding-top:30px;
background: #7C0000;
}

div#fb_container{
width:720px;
height:680px;
}

div#contents{
    height:500px;
}

div#feedback_top{
  position:relative;
  top:10px;
  left:50px;
  width:615px;
  height:30px;
  background: top url(images/fbk_top.jpg) no-repeat;
}

div#feedback_body{
  position:relative;
  left:51px;
  width:615px;
  height:640px;
  background: top url(images/fbk_body.gif) repeat-y;
}

div#feedback_bot{
  position:absolute;
  top:879px;
  left:50px;
  width:616px;
  height:22px;
  background: top url(images/fbk_bot.jpg) no-repeat;
}

div#left_img{
  position:absolute;
  top:80px;
  left:-47px;
  width:50px;
  height:245px;
  background: top url(images/left_stickout.gif) repeat-y;
}

p#instr{
    padding-left:20px;
}

p#comments{
    color:silver;
    font-size:100%;
}
p.field{
    padding-top:0.4em;
    font-weight:bold;
    width: 100px;
    }

div#cus_field{
    position:relative;
    top:0px;
    width:500px;
}

div#custtxt{
    position:absolute;
    top:5px;
    left: 120px;
}

div#txtbox{
    padding-left:0px;
}


input._field{
    width: 200px;    
}


div#but_align{
    padding-left:320px;
}

form{
    margin:0.5em 3.0em;
}

.charbox{
    color:silver;
}


/** footer **/

#footer {
  height: 40px;
  text-align: center;
  background: #7C0000 url(images/divider.gif) repeat-x;
  padding: 20px 20px 10px 20px;
  text-align: center;
  font: 11px arial, sans-serif;
  color: #F4C389;
}
#footer li {
  list-style: none;
  display: inline;
}
#footer a {
  color: #E49E6F;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

