/* CSS Document */
body {
	background-color: #fbce91;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	font-size: 14px;
	background-image: url(../images/page-bg.jpg);
	background-position:top left;
	background-repeat: repeat-x;
}
p {
	color: #000;
	line-height: 18px;
	margin: 0;
	padding: 0 0 14px 0;
}
.italic {
	font-style: italic;
	color: #808080;
}
.bold {
	font-weight: bold;
	color: #808080;
}
.caption {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 80%;
}
a img {
	border: 0;
}
.copyright {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 10px;
}
.align-left {
	float: left;
	margin: 0 8px 0 0;
}
.align-right {
	float: right;
}
.clear {
	clear: both;
}
hr {
	margin: 5px 0 7px 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #CCC;
	height: 1px;
}
ul {
	text-align: left;
	padding: 0 0 0 15px;
	margin: 8px 0 10px 10px;
	line-height: 14px;
	font-size: 13px;
}
ul li {
	margin: 0;
	padding: 0 0 4px 0;
}
ol {
	text-align: left;
	padding: 0 0 0 15px;
	margin: 8px 0 10px 10px;
	line-height: 14px;
	font-size: 13px;
}
ol li {
	margin: 0;
	padding: 0 0 4px 0;
}
ol.checkbox {
	text-align: left;
	padding: 0 0 0 0;
	margin: 8px 0 10px 20px;
	line-height: 24px;
	font-size: 13px;
	list-style-type: none;
}
ol.checkbox li {
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
	background-image: url(../images/icons/checkmark.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
}
/****************************
	Headers
****************************/
h1 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	color: #812404;
	border-bottom: 1px solid #af8d5d;
	font-weight: normal;
	line-height: 20px;
}
h1 a:link {
	color: #003366;
	text-decoration: none;
}
h1 a:visited {
	color: #003366;
	text-decoration: none;
}
h1 a:hover {
	color: #003366;
	text-decoration: underline;
}
h1 a:active {
	color: #003366;
	text-decoration: none;
}
h2 {
	font-size: 15px;
	margin: 0;
	padding: 0 0 5px 0;
	color: #952e14;
}
h2 a:link {
	color: #5b8837;
	/*text-decoration: none;*/

	text-decoration: underline;
}
h2 a:visited {
	color: #5b8837;
	/*text-decoration: none;*/

	text-decoration: underline;
}
h2 a:hover {
	/*color: #336600;*/

	color: #336600;
	/*text-decoration: none;*/

	text-decoration: underline;
}
h2 a:active {
	color: #5b8837;
	/*text-decoration: none;*/

	text-decoration: underline;
}
h3 {
	font-size: 16px;
	margin: 0;
	padding: 0 0 5px 0;
	color: #000;
}
h3 a:link {
	color: #003366;
	/*text-decoration: none;*/

	text-decoration: underline;
}
h3 a:visited {
	color: #003366;
	/*text-decoration: none;*/

	text-decoration: underline;
}
h3 a:hover {
	color: #003366;
	/*text-decoration: none;*/

	text-decoration: none;
}
h3 a:active {
	color: #003366;
	/*text-decoration: none;*/

	text-decoration: underline;
}
h4 {
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0 0 5px 0;
}
h5 {
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0 0 5px 0;
}
/****************************
	Links
****************************/
a:link {
	color: #003399;
}
a:visited {
	color: #663366;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #666;
}
a img {
	border: none;
}
img.fancy {
	margin: 0 0 8px 8px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.myspace-link {
	margin: 0 0 8px 5px;
	padding: 0;
	float: right;
}
/****Containers***/
#wrapper {
	width: 100%;
}
#page {
	width: 960px;
	margin: 0 auto 0;
	padding: 0;
	background-color: transparent;
}
#guitar-duo-header {
	margin: 32px 0 0 0;
	padding: 0;
	width: 960px;
	height: 164px;
	background-color:transparent;
}
.branding {
	margin: 0;
	padding: 0;
	height: 105px;
	width: 334px;
	float: left;
}
.toolbar {
	margin: 0;
	padding: 0;
	float:right;
	width: 370px;
	height: 51px;
	background-color: transparent;
}
.newsletter-signup {
	float: left;
	width: 185px;
	height: 51px;
}
.buy-album {
	float: right;
	width: 185px;
	height: 51px;
}
.tour-schedule {
	width: 430px;
	background-color: transparent;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	background-image: url(../images/tour-schedule-bg.png);
	background-position:top left;
	background-repeat: no-repeat;
}
h2.tour-schedule-text {
	background:url("../images/tour-schedule.png") no-repeat left top;
	text-indent:-9999px;
	height:16px;
	width:181px;
	margin: 20px 0 0 20px;
}
h2.news-text {
	background:url("../images/news.png") no-repeat left top;
	text-indent:-9999px;
	height:17px;
	width:63px;
	margin: 0 0 5px 0;
}
.schedule {
	background-image: url(../images/tour-schedule-page.png);
	background-position: top left;
	background-repeat: repeat-y;
	width: 390px;
	padding: 20px;
	margin: 0 0 0 0;
}
.scroll-table {
	/*height: 300px;*/
	/*overflow: scroll;*/
	width: 369px;
}
.tour-schedule-footer {
	background-image: url(../images/tour-schedule-footer.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 431px;
	height: 44px;
	padding: 0px;
	margin: 0 0 10px 0;
}
#guitar-duo-description {
	margin: 0 10px 0 0;
	width: 480px;
	float: left;
	padding: 10px;
}
.guitar-duo-home {
	margin: 40px auto 0;
	padding: 0;
	width: 350px;
}
.news {
	margin: 0 0 0 0;
	padding: 10px;/*background-color: #FFF;*/
	background-color: transparent;
	background-image: url(../images/news-bg.png);
	background-repeat: repeat;
	background-position: top left;
	height: 450px;
	overflow: scroll;
}
.news p {
	font-size: 12px;
}
/******XML******/
CATALOG {
	background-color: #ffffff;
	width: 100%;
}
CD {
	display: block;
	margin-bottom: 30pt;
	margin-left: 0;
}
TITLE {
	color: #FF0000;
	font-size: 20pt;
}
ARTIST {
	color: #0000FF;
	font-size: 20pt;
}
COUNTRY, PRICE, YEAR, COMPANY {
	display: block;
	color: #000000;
	margin-left: 20pt;
}
