body {
margin:0;
padding:0;
font-size: 12px;
color:#000000;
margin:0px;
text-align: center;
font-family: Verdana; 
background:url(images/bg.jpg) no-repeat fixed top;
}

a:link {color:#c00} 
a:visited {color:#c00}
a:hover,a:active {color:#069} 

#content {
text-align: left;
vertical-align: middle;
margin: 0px auto;
padding: 0px;
width: 750px;
background-color: #ffffff;
border: 0px solid #000000;
background: transparent url("images/bg2.jpg") repeat-y;
}

.inner{
margin: 25px;
margin-top: 0;
}

#menu ul {
	padding: 0;
	font-size: 14px;
	text-align: right;
	margin-right: 50px;
}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

#menu a:hover {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;
}

#footer{
background: transparent url("images/bottom.jpg");
height: 44px;
text-align: center;
}

/*form*/
form {
  font: 80%;
  margin: 0;
  padding: 0;
}

fieldset {
  clear: both;/* note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000000;
  border-width: 2px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin-left: 150;
  width: 370px;
  background-color: #fbd6a9;
  font-size: 12px;
}

legend {
	font-family: Trebuchet, Arial, Verdana;
	font-size:1.1em;
}

fieldset label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

fieldset input, fieldset textarea, fieldset select {
	font-weight: bold;
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

fieldset input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

fieldset small {
	display: block;
	margin: 0 0 5px 25px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

fieldset .required{font-weight:bold;} /* uses class instead of div, more efficient */

fieldset br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
fieldset .req {
  background-color: yellow;
}