/* CSS Document */
body{
	background:#333;
}
h1{
	font-size: 28px;
}
#container{	
	width:1000px;
	margin:0 auto;
}
#header{
	width:1000px;
	background:url(../images/ccl-store-header.jpg) #d4d4d4 center no-repeat;
	height:150px;
	display:block;
}
#top-content{
	border-top: 2px solid #9A0000;
	border-bottom: 2px solid #9A0000;
	background: #000;
	height:30px;
}
#top{
	width:1000px;
	margin:10px 0 0 0;
}
#content{
	background:#d4d4d4;
	padding:10px 0;
}
#footer{
	width:1000px
	background:#d4d4d4;
}
.layer{
	margin: 10px;
	padding:5px;
	text-align:center;
}
.head2{
	font-size:18px;
}

.layer a{
	font-size: 16px;
	color:#9A0000;
}
.layer a:hover{
	color:#333;
}
