body {
	font-family: Verdana;
}

a img {
	border: none;
}

.cb:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.title { 
	font-size: 18px; 
	font-weight: bold; 
	color: #861d2a; 
	margin-left: 20px; 
	margin-right: 20px;
}

.body { 
	font-size: 12px; 
	color: #000000; 
	line-height: 1.5; 
	margin-left: 20px; 
	margin-right: 20px; 
}

h1 {
	font-size: 18px; 
	color: #861d2a; 
	margin: 20px;
}

h2 {
	font-size: 15px;
	margin-left: 20px; 
	margin-right: 20px; 
	clear: both;
}

p {
	font-size: 12px; 
	color: #000000; 
	line-height: 1.5; 
	margin-left: 20px; 
	margin-right: 20px; 
}

.bottomText {
	position: relative;
	top: -10px;
	z-index: 300;
	font-size: 15px;
	color: #F9EFC5;
	border: 4px solid;
	text-align: left;
	padding: 10px;
	margin: 0 auto;
	margin-top: 10px;
	width: 700px;
	background-color: #BF293C;
}

.bottomText a {
	color: #F9EFC5;
	text-decoration: none;
	font-weight: bold;
}

.bottomText a:hover {
	color: white;
}

.bottomText span {
	float: left; 
	position: relative; 
	top: 30px; 
	width: 187px;
}

.roundedCorners {
	/* IE will just have to wait! */
	-moz-border-radius-topleft:         30px;
	-moz-border-radius-topright:        30px;
	-moz-border-radius-bottomleft:      30px;
	-moz-border-radius-bottomright:     30px;
	-webkit-border-top-left-radius:     30px;
	-webkit-border-top-right-radius:    30px;
	-webkit-border-bottom-left-radius:  30px;
	-webkit-border-bottom-right-radius: 30px;
	border-top-left-radius:             30px;
	border-top-right-radius:            30px;
	border-bottom-left-radius:          30px;
	border-bottom-right-radius:         30px;
}

.roundedCorners10 {
	/* IE will just have to wait! */
	-moz-border-radius:    10px;
	-webkit-border-radius: 10px;
	border-radius:         10px;
}

#announcement {
	margin-bottom: 22px;
	text-align: center;
}

#announcement a {
	color: white;
}

a.showlink {
	text-decoration: none;
}

a.showlink:hover {
	text-decoration: underline;
}

.linkBox {
	font-size: 11px;
	color: #F9EFC5;
	border: 4px solid;
	text-align: left;
	padding: 10px;
	background-color: #D0BE95;
	border: 4px solid;
}

.linkBox a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.linkBox a:hover {
	color: white;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#showroom {
	display: block;
	position: absolute;
	bottom: 0;
	width: 372px;
	height: 41px;
	background: url('/images/showroom.jpg');
}

#showroom:hover {
	background: url('/images/showroom-hover.jpg');
}

