@import "global.css";

#dummyLeft {
	float: left;
	width: 235px;
	height: 625px;
	background: url(images/contactleft.jpg) no-repeat top right;
	margin-top: -10px;}

#dummyRight {
	float: right;
	width: 235px;
	height: 625px;
	background: url(images/contact.jpg) no-repeat top left;
	margin-top: -10px;}

#midcontent {
	width: 450px;
	float: left;
	margin-top: 30px;}

#questions {
	list-style: decimal;}

#questions li {
	margin-top: 10px;
	font-size: 90%;}

.answer-title {
	background: #DEDEDE;
	text-indent: 5px;
	font-size: 90%;}

.home {
	font-size: 85%;}

#ulOrder li {
	margin-bottom: 10px;
	font-size: 90%;}

.back {
	text-align: right;}