/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END RESET*/

body {
	background-color:#fbf7ee;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: "Helvetica Neue",Helvetica,Arial;
	color:#73a01c;
	width:1400px;
}

h1 {
	font-size:30px;
}

h2.year {
	font-size:14px;
	margin-bottom:5px;
}

h5 {margin:5px 0px}

h6 {font-size:14px;margin-top:10px}

p {
	margin-bottom:10px;
}

div#ad {
	position:absolute;
	left:1250px;
	top:250px;
}

div#contacts {
	color:#fbf7ee;
	position:absolute;
	left:20px;
	top:25px;
	width:250px;
	padding:5px;
	border: 4px dashed #fbf7ee;
}

div#contacts h5,
div#contacts h6 {
	color:#fbf7ee;
}

div#contacts a:hover {text-decoration:underline}
div#contacts a:active {text-decoration:underline}

p.email {
	
}


div#content {
	width:1400px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
}

div#logo {
	margin-left:auto;
	margin-right:auto;
	width:742px;
}

div#description {
	text-align:center;
}

.tagLine {
	font-size:12px;
	border-bottom:1px dashed #73a01c;
	padding-bottom:5px;
}

div#description h1 {
	text-align:center;
	padding:5px;
}

div#description p {
	text-align:center;
	margin-top:10px;
}

div#banner {
	float:left;
	clear:both;
	margin-bottom:20px;
	width:1400px;
}

img.arrow {
	vertical-align: middle;
}


div.catBox {
	float:left;
	padding:5px;
}

div#right {
	margin:0;
	padding:0;
}

div#right ul.tracks {
	margin:0;
}

div.catBox h1 {
	margin-bottom:20px;
}

div.catBox h5 {
	display:inline;
	margin-right:10px;
	padding:2px;
}

div.catBox h5.selected {
	background-color:#ffffff;
	color:#911204;
}

ul.tracks {
}

ul.tracks li {
	display:block;
	width:200px;
	margin-bottom:5px;
}

h4.songName{
	font-size:10px;
	margin-bottom:2px;
}

div.player {
	
}

ul#services li{
	font-weight:bolder;
	padding:5px;
}
ul#services li ul li{
	list-style-position:inside;
	line-height:1.25em;
	font-size:12px;
	margin-top:10px;
	margin-left:10px;
	width:200px;
}


a:link {color:#73a01c;text-decoration:underline;}
a:visited {color:#73a01c;text-decoration:underline;}
a:hover {color:#999;text-decoration:underline;}


div#musicWrapper{
	border-top:1px solid #ffffff;
	margin-top:4px;
	width:220px;
	overflow:hidden;
	padding-top:10px;
}

h5.choose {cursor:pointer}

ul.hidden {
	display:none;
}


