
#content { 
	width:730px;
	color: #fff;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	text-align:left;
}

.title {
	width:100%;
	color:#000;
}

.sign {
	background-color:#003300;
	width:100%;
}

#main {
	/*width:100%;*/
}

#right {
	width:280px;
	float:right;
}

h1 { margin-bottom:5px; }
li { margin-bottom:10px; }

.quoteFormBoxes { color:#880011; font-weight:500; }

a:link { color: #AA0033; text-decoration: none; }
a:visited { color: #AA0033; text-decoration: none; }
a:hover { color: #118800; text-decoration: none; }

.alttxt { color: #AA0033; font-style:italic; }

.sign-r {
  background-position: right top;
  background-repeat: no-repeat;
}

.sign-tl {
  background-image: url(/images/tl2.gif);
  font-size:0px;
}
.sign-tr {
  background-image: url(/images/trs.gif);
  background-position: right top;
  background-repeat: no-repeat;  
  font-size:0px;
  height: 16px;
}
.sign-bsl {
  background-image: url(/images/bsls.gif);
  font-size:0px;
  height: 11px;
}
.sign-bsr {
  background-image: url(/images/bsrs.gif);
  background-position: right top;
  background-repeat: no-repeat;
  height: 11px;
}
.sign-tsl {
  background-image: url(/images/tsls.gif);
  height: 11px;
  font-size:0px;
}
.sign-tsr {
  background-image: url(/images/tsrs.gif);
  background-position: right top;
  background-repeat: no-repeat;
  height: 11px;
}

.sign-bl {
  background-image: url(/images/bls.gif);
}
.sign-br {
  background-image: url(/images/brs.gif);
  background-position: right top;
  background-repeat: no-repeat;
  height: 23px;
  font-size:0px;
}
.sign-cl {
  background-image: url(/images/cl2.gif);
  background-position: left top;
  background-repeat: repeat-y;
  height:100%;
}
.sign-cr {
  background-image: url(/images/crs.gif);
  background-position: right top;
  background-repeat: repeat-y;
  padding: 0 1em;
}

.clear { clear:both; }
