@charset "utf-8";
body{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-image:url(images/bg.jpg);
	margin: 0 0 0 0;
}
.container {
	width: 725px;
	border: thin solid 1px #342b2a;
	background-color: fff;
}
p {
	font-size: 12px;
	color: #342b2a;
	font-weight: bold;
	line-height: 18px;
}
a:link, a:active {
	font-size: 12px;
	text-transform: lowercase;
	color: #d1ccca;
	text-decoration: underline;
}
a:hover, a:visited {
	font-size: 12px;
	text-transform: lowercase;
	color: #342b2a;
	text-decoration: underline;
}
.showroom {
	font-size: 12px;
	color: #342b2a;
	font-weight: normal;
	text-transform: none;
}
.header {
	font-size: 12px;
	color: #342b2a;
	font-weight: bold;
	text-transform: uppercase;
}
.normal {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	line-height: 18px;
}
.tiny {
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	color: #666666;
}
td {
	background-image: url(images/td_round.jpg);
	background-color: #8D817B;
	background-repeat: no-repeat;
}