body {
	background-color:rgb(0,0,0);
}

a {
	color:rgb(247,230,123);
}

a:visited {
	color:rgb(33,90,132);
}

#wrapper {
	width:980px;
	margin:0 auto;
	padding:0 0 0 0;
	background-color:rgb(98,53,13);
}

header {
	width:980px;
	height:85px;
}

nav {
	background-image:url(../../images/sideback.jpg)
}

nav ul {
	margin:0;
	padding:0px 0 5px 2px;
	
}

nav ul li {
	display:inline-block;
	width:130px;
	margin-left:5px;
}

#main {
	float:left;
	width:980px;
	background-color:rgb(98,53,13);
}
.col-5 {
	float:left;
	width:462px;
	padding:10px 14px 12px 14px;
	color:#FFF;
	text-align:center;
}

/*! index.html */
#col1 {
	float:left;
	width:220px;
	padding-top:5px;
}

.col1-p1 {
	margin:10px;
	text-align:center;
	color:rgb(255,255,255);
	font-size:15px;
}
.col1-p11 {
	margin:30px 10px 36px 10px;
	text-align:center;
	color:rgb(255,255,255);
	font-size:15px;
}

.img-top-left {
	margin:0px 10px 10px 10px;
	border-radius:4px;	
}

.rounded {
	border-radius:4px;
}

#col2 {
	float:left;
	width:540px;
	padding-bottom:0px;
	background-color:rgb(0,0,0);
}
#col2top {
	float:left;
	width:540px;
	height:525px;
	background-color:rgb(98,53,13);
}
#col2bottom {
	float:left;
	width:540px;
	margin-top:0px;
	padding-bottom:135px;
}
.col2-p1 {
	margin: 10px 0 6px 0;
	text-align: center;
	color: rgb(255,255,255);
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}

.col2-p2 {
	text-align:center;
	color:rgb(255,255,255);
	font-size:15px;
	margin:6px 0 6px 0;
}

.col2-p3 {
	text-align:center;
	color:rgb(255,255,255);
	font-size:16px;
	font-weight:bold;
	margin:6px 0 6px 0;
}

.col2-p4 {
	text-align:center;
	color:rgb(255,255,255);
	font-size:17px;
	font-style:italic;
	margin-top:15px;
}

.col2-p5 {
	text-align:center;
	color:rgb(255,255,255);
	font-size:16px;
	font-weight:bold;
	margin:6px 0 5px 0;
}


#col3 {
	float:left;
	width:220px;
	padding-top:5px;
}
/*! footer */
footer {
	float:left;
	width:980px;
	height:150px;
	background-color:rgb(78,42,10);
}

#f-left {
	float:left;
	width:220px;
	height:150px;
}
#f-left ul {
	margin:8px 0 0 15px;
	padding:0px;
}
#f-left ul li {
	list-style-type: none;
	margin: 0px;
	padding: 2px;
	height: 15px;
	width: 70px;
}

#f-mid {
	float:left;
	width:540px;
	height:150px;
}

.cd-m {
	margin:25px 0 0 36px; 
}

#f-right {
	float:left;
	width:220px;
	height:150px;
}

.cd-r {
	margin:25px 0 0 50px; 
}

.cd-r2 {
	margin:10px 0 10px 50px; 
}


/*! music.html */
#centercol {
	width: 960px;
	margin: 10px auto 0 auto;
	padding-bottom:15px;
	border-radius: 10px 10px 0px 0px;
	background-color: rgb(255,255,204);
}
.bunkmainimg {
	margin: 15px;
	float: right;
	border-radius: 10px;
}
.top-p {
	margin: 0px 25px 0px 25px;
	padding-top:10px;
	text-align:center;
	font-size:16px;
}
.title {
	font-size:30px;
	margin:10px;
	padding:0px;
	text-align:center;
}
.standard {
	margin:20px 15px 15px 15px;
}


/*! goods.html */
.p-good {
	margin:10px 14px;
	color:rgb(51,51,51);
}
.p-good-h1 {
	padding-top:14px;
	color:rgb(51,51,51);
}

/*! contact.html */
.p-con {
	margin-left:10px;
}
.p-con a{
	color:rgb(102,102,102);
}
.p-con-h1 {
	padding-top:10px;
	font-size:18px;
}