@charset "UTF-8";
#wrapper {
	margin: 0px auto;
	width: 885px;
	overflow: hidden;
	height:1%;
}
#header {
	height: 250px;	
}
body {
	font-family: Arial, Helvetica, sans-serif, "lucida sans";
	font-weight: bold;
	text-decoration: none;
	background: #CCCC66 url(images/hermesrack.jpg) repeat-x scroll left top;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #FF3300;
	padding: 40px 0px 0px;
}
h2,h3, p {
	color: #330000;
}
.row {
	width: 100%;
	height: 1%;
	margin: 20px 0px 0px;
	padding: 0px 0px 30px 60px;
	overflow: hidden;
	clear: both;
}
.description {
	font-size: 12px;
	font-weight: bold;
	color: #330000;
	margin: 30px 0px 30px 0px;
	padding: 0px;
}
.item {
	text-align: left;
	margin: 0px 60px 0px 0px;
	padding: 0px 0px 30px 0px;
	float: left;
	width: 215px;
}
.row address {
	font-style: normal;
}
a {
	text-decoration: none;
}

