/*  ------------------------------------------------------------------  */
/*            import common elements from common.css                    */
/*  ------------------------------------------------------------------  */

@import url('common.css');


/*  ------------------------------------------------------------------  */
/*                                   html tags                          */
/*  ------------------------------------------------------------------  */


body {
	background: #040400 url(../images/bg/wht_bark_dk.jpg) no-repeat 0px 0px;
	/*background: #222244 url(../guitar/images/bg/oval_a.jpg) repeat-y 0px 0px;*/
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#cccccc;
}

a {
	color: #ccccee;
}

a:hover {
	color: #3366ff;
}

a:visited {
	color: #ccccee;
}

td {
	color: #ffff00;	
}

/*  ------------------------------------------------------------------  */
/*                       layout markup for divs                         */
/*  ------------------------------------------------------------------  */


/*  ------------------------------------------------------------  */
/*                       banner                                   */
/*  ------------------------------------------------------------  */

#banner {
	padding:6px 10px 6px 22px;
	margin:3px 480px 0px 30px;
	background-position:bottom;
	background-repeat:no-repeat;
	border: #cccccc solid 0px;
	line-height:14px;
}


#banner a {
	padding:0px 4px 0px 4px;
	font-size:16px;
	font-weight: bold;
	color: #ccccee;
}

#banner a:hover {
	color:#3399ff;
}


#banner a:visited {
	color:#3399ff;	
}

#banner p {
	margin: 0px 0px 0px 0px;
}

#banner h1 a {
	padding:0px 0px 0px 0px;
}

#banner a.select {
	color:#ffff00;
	font-weight:bold;
}

/*  ------------------------------------------------------------  */
/*                       subbanner                                */
/*  ------------------------------------------------------------  */


#subbanner {

	background-color:#5577cc;
	border: #cccccd solid 1px;
}	


/*  ------------------------------------------------------------  */
/*                          center                                */
/*  --------------------------------------------------------------*/


#centercontent img {
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 4px 0px;
}


/*  ------------------------------------------------------------------  */
/*                          text display area                           */
/*  ------------------------------------------------------------------  */



/*           round corners:                         */

div.background { 
	margin: 0;
	color: #000000;
	background: #ffffff;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
} /* Setting the background for content and color */
	

b.rtop, b.rbottom {
	display:block;
	background: #000000
} /* Setting the corner color, use different color for different layout */
	

b.rtop b, b.rbottom b {
	display:block;
	height: 1px; 
	overflow: hidden; 
	background: #ffffff
} /* Setting the strip size and background color */

b.r1 {
	margin: 0 5px
}

b.r2 {
	margin: 0 3px
}

b.r3 {
	margin: 0 2px
}

b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 1px
}

