body {
text-align: center;
background: URL(bg2.gif);
font-family: Trebuchet MS, Verdana, Arial, Tahoma, Trebuchet MS;
font-size: 12px;
  }

a {
text-decoration: underline; 
color: #000;
cursor:crosshair;
}

a:link {
text-decoration: underline; 
color: #000;
cursor:crosshair;
	}

a:visited {
text-decoration: underline; 
color: #000;
cursor:crosshair;
	}

A:hover {color: #000; font-size: 10pt; font-variant: small-caps; font-weight: bold}

#container {
background: #fff;
margin: 0 auto;
width: 700px;
text-align: center;
border: solid 1px #000;
overflow: auto;
padding-bottom: 10px;
  }

#left {
float:left;
width:270px;
text-align: left;
margin-top: 10px;
padding-top: 3px;
padding-left: 10px;
	}

#content {
float: right;
width: 410px;
margin-top: 10px;
padding-top: 3px;
padding-right: 10px;
text-align: left;

	}

ul {
margin-top: 5px;
}

li {
margin-left: -10px;
}

td {
font-family: Verdana, Arial, Tahoma, Trebuchet MS;
font-size: 11px;
}

input, select, textarea {
background: #fcefe4;
}

textarea {
width: 250px;
}

.heading {
font-weight: bold;
color: #000;
background: #fcefe4;
width: 200px;
padding: 2px;
font-variant: small-caps; 
}

.heading-right {
font-weight: bold;
color: #000;
font-variant: small-caps; 
background: #fcefe4;
width: 405px;
text-align: center;
padding: 2px;
}

.align-center {
text-align: center;
}