a:active, a:focus, input[type="image"] {
	outline: 0;
}
.clear {
	clear:both;
}
body {
	background:url('../images/bg.png') repeat-x;
	padding:0; margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size:14px; color:#555; line-height:22px;
}
#container {
	width:900px;
	margin:0 auto; padding:0;
}
#header {
	background:url('../images/logo.png');
	width:900px; height:170px;
	margin:0 auto; padding:0;
}
#nav-bar {
	background:url('../images/bg.png') repeat-x;
	width:900px; height:40px;
	margin:0 auto; padding:0;
}
#service-calls {
	background:url('../images/service-calls.png') no-repeat;
	float:right;
	width:200px; height:210px;
	margin:0 auto; padding:0;
}
#content {
	float:left;
	width:700px;
	margin:0 0 40px 0; padding:0;
}
#right-column {
	float:right;
	width:200px;
}
#warranty {
	background:url('../images/warranty.png');
	float:right;
	width:175px; height:175px;
}
#brands {
	background:url('../images/brands.jpg');
	float:right;
	width:175px; height:555px;
}
#store {
	float:left;
	width:370px; height:180px;
}
#store-text {
	float:left;
	width:330px; height:165px;
	padding:15px 0 0 0;
}
#footer {
	background:url('../images/bg.png') repeat-x;
	width:900px; height:40px;
	margin:0 auto; padding:0;
}
#footer-text {
	margin:0 auto;
}
#map {
	width:698px; height:418px;
	border:1px solid #666;
	margin:5px 0 5px 0;
}