body, html, ul, ol, dl, table, p, td, img { 
	margin: 0; 
	padding: 0;
	border: none;
}
body {
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	text-align: left;
	background-color: #990000;
}

h1, h2, h4, h5, h6 {
	margin: 10px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000
}

h2 {
	margin-top: 15px;
}

.leftFloat {
	float: left;
}

.rightFloat {
	float: right;
}

#layout {
	width: 662px;
	background-color: #FFFFFF;
}

#header {
	padding: 8px 0 0 0;
	background: #CC0000;
}

#header .spacer {
	height: 20px;
	background: #990000;
}

#header .title {
	height: 38px;
	padding: 18px 0 0 12px;
	background: #CC0000;
}

.subTitle {
	height: 12px;
	padding: 5px 0 5px 12px;
	background: #900;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
}

#mainContent {
	background-color: #fff;
	height:800px;
}

#leftCorner {
	text-align: right;
}

#innerContent {
	margin: 8px 0 0 18px;
	width: 630px;
}

#copy {
	width: 460px;
	float: left;
	display: inline;
	padding: 0 4px 0 4px;
	background: #FFFFFF;
	color: #666666;
}

#copy p {
	margin: 0 0 20px 0;
}

#copy ul {
	margin: 0 0 0 40px;
	list-style-image: url('images/advertisingpage_bullet.gif');
}

#copy li {
	padding: 0 0 0 -35px;
	margin: 0 0 0 0;
}

#copy a {
	color: #666666;
}

#info {
	width: 157px;
	float: right;
	display: inline;
	background: #FFFFFF;
}

#print {
	margin: 0 0 7px 8px;
}

#print a {
	color: #CC0000;
	font-size: 11px;
}

#infoLinks {
	/* height: 91px; */
	width: 157px;
	/* background: url('images/advertisingpage_infoBK.gif') no-repeat; */
	color: #FFF;
	position: relative;
	background-color: #CC0000;
}

#infoLinks .infoTitle {
	margin:0;
	padding: 2px 0 0 0;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	color: #FFF;
	background-color: #990000;
}

#infoBody {
	margin: 4px 0 0 7px;
	
}

#infoBody a {
	color: #FFF;
}

#infoBody ul {
	margin: 0 0 4px 15px;
}

#contact {
	clear:both;
	padding: 10px 0 49px 0;
}

#contact table {
	width: 533px;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
}

.contactTableCell {
	padding-left: 10px;
}

#contactTitle {
	color: #CC0000;
}

#furnitureBlock {
	width: 562px;
	text-align: center;
}

.furniture {
	list-style-type: none;
	color: #FF9900;
	margin: 4px 0 0 45px;
}

.furniture li {
	display: inline;
}

.furniture a {
	color: #FF9900;
	text-decoration: none;
}

.topPage {
	margin-top: 15px;
	font-size: 10px;
	color: #999999;
}

.topPage a {
	color: #999999 !important ;
}

