@import url(header.css);
@import url(menu.css);
@import url(brands.css);

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: 12px helvetica, arial, sans-serif;
}

#container {
	background: #69c url(../images/b.gif) no-repeat 0 74px;
	width: 780px;
	margin: auto;
}

#content {
	clear: both;
	border-top: 1px solid #9cf;
	border-right: 1px solid #69c;
	background: transparent url(../images/bgw.gif) repeat-y 0 0;
}

p {
	color: #fff;
}

#sidebar {
	float: right;
	width: 262px;
	height: 330px;
}

#footer {
	clear: both;
	text-align: center;
	background-color: #ccc;
	color: #666;
	padding: 5px;
}

#footer a {
	color: #999;
	text-decoration: none;
}