/* CSS */

body {
	background-image: url('../images/bg.gif');
	background-position: -150px 0;
}

#container {
	width: 780px;
	margin: 0px auto;
	text-align: center;
}

h1 {
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	color: #333;
	margin-top: 40px;
}

#subcontainer {
	width: 502px;
	margin: 40px auto;
}

#bristol, #craftsman {
	width: 500px;
	background: #FFF;
	border: solid 1px #999;
	clear: both;
}

#craftsman {
	margin-bottom: 20px;
}

.picture {
	width: 241px;
	padding-top: 5px;
	float: left;
}

#craftsman .picture {
	position: relative;
	right: 5px;
}

.address {
	width: 259px;
	margin-top: 35px;
	float: left;
}

.clear hr {
	visibility: hidden;
	clear: both;
}

h2 {
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}

#bristol h2 {
	color: #00C;
}

#craftsman h2 {
	color: #622;
}

p {
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #333;
}

.address a:link {
	color: #333;
	font-size: 0.9em;
}

.address a:visited {
	color: #333;
	font-size: 0.9em;
}

.address a:hover {
	color: #666;
	font-size: 0.9em;
}

.address a:active {
	color: #666;
	font-size: 0.9em;
}
