body, html {
	height: 100%;
	overflow: hidden;	
}
body {
	background: #fff url('bg.gif') no-repeat;
}
body, p, td, input, select {
	font-family: Verdana;
	font-size: 13px;
	color: #666;
}
a {
	color: #e03045;
}
h1, h2 {
	font-family: 'Tahoma';
	color: #e03045;
	
	margin-bottom: 12px;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 22px;
}
#container {
	padding-left: 245px;
	padding-top: 105px;
}
form {
	display: inline;
}
p {
	margin-bottom: 12px;
	line-height: 180%;	
}
div#mappanel {
	position: absolute; 
	top: 0; 
	right: -400px; 
	width: 399px; 
	height: 100%; 
	background: #fff; 	
	border-left: 1px solid #e03045; 
}
div#mappanel div.padder {
	padding-top: 165px; 
	padding-left: 20px;	
}
div#mapicons {
	padding-left: 30px;
	padding-top: 10px;
}
div#mapicons img {
	padding: 0 5px;
	cursor: pointer;
}
ol.houseinfo {
	float: right;
	width: 170px;
	
	list-style-type: decimal;
	color: #e03045;
	font-weight: bold;
}
ol.houseinfo a {
	color: #666;
	font-weight: normal;
	line-height: 130%;
	display: block;
	margin-bottom: 10px;

}
div#rules p {
	padding-right: 25px;
	font-size: 11px;
}
div#rules strong {
	color: #e03045;
	font-weight: bold;
}
#productgrouplinks {
	position: absolute; 
	bottom: 5px; 
	left: 245px;
}