body {
	background-color: #000;
	font-family: arial;
}

#content {
	background-color: #fff;
	width: 740px;
	margin: 0px auto;
	padding: 50px;
}

#logos {
	float: left;
	width: 60px;
	height: 470px;
	border: 0px;
}

#shop-container {
	background-color: #aaa;
	padding: 20px 20px 20px 10px;
	margin: 0px auto 20px auto;

	height: 430px;
	width: 650px;

	margin-left: 60px;

	
}

#shops {
	width: 150px;
	float: left;
}

#shops a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	height: 20px;
	padding: 10px;
	text-decoration: none;
}

#shops a:hover {
	color: #000;
	text-decoration: none;
}

#shops .selected {
	background-color: #dc5284;
}

#shop {

	width: 462px;


	padding: 15px;

	display: block;
	float: left;

	background-color: #dc5284;
	
		
} 

#shop img {

	width: 450px;
	height: 300px;

	border: 1px solid #000;
	border-bottom: 0px;

	padding: 5px 5px 0px 5px;
	background-color: #fff;

	display: block;

}

#shop h1 {
	text-align: center;
	background-color: #fff;

	margin: 0px;


	border: 1px solid #000;
	border-top: 0px;
	border-bottom: 0px;
}

#shop h1 a {
	background-color: #000;
	padding-top: 10px;
	height: 40px;
	color: #eee;
	font-size: 18px;
	text-decoration: none;
	display: block;
	width: 450px;

	margin: 0px auto;
}

#shop h1 a:hover {
	text-decoration: none;
	color: #eee;
}

#shop h2 {
	background-color: #fff;
	margin: 0px;

	padding-bottom: 5px;

	border: 1px solid #000;
	border-top: 0px;
}

#shop h2 a {

	text-align: right;
	background-color: #000;
	color: #eee;
	text-decoration: none;
	font-size: 12px;
	height: 25px;
	display: block;
	width: 444px;
	margin: 0px auto;
	padding-right: 6px;
}

#shop h2 a:hover {
	text-decoration: none;
	color: #eee;
}
