@charset "UTF-8";
/* CSS Document */

body {
	background: url(bg-black-white.png) center top no-repeat #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a:link, a:active, a:visited {
	color:#e01b22;
}

a:hover {
	color:#900;
}

#how h2 {
	margin: 0;
	padding: 5px;
	width: 100%;
	
	color: #FFF;
	
	background-color: #e01b22;
}

ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

strong {
	color:#e01b22;
}

.extra {
		font-size:10px;
}


#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	background: url(bg-header.png);
	height: 290px;

}

#shop {
	background: #e1e1e1;
	width: 58%;
	padding: 18px;
	margin-top: 10px;
	
	float: left;
	
	line-height: 20px;
}

#price {
	float: right;
	width: 48%;
}

#price h3 {
	color: #e01b22;
}

#place {
	float: left;
	line-height: 30px;
	width: 48%;
}

#how {
	width: 33%;
	background: #000;
	color: #FFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	
	border: 2px solid #999;
}


#footer {
	height: 200px;
	background-color:#333;
	
	width: 100%;
	
	float: left;
}

#footer-in {
	width: 900px;
	margin: 0 auto;
	
	color: #FFF;
	
	line-height: 20px;
}
