/* Reset Stuff */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul {
	list-style: none;
}
form {
	display: inline;
}


body {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin: 0px;
	background-color: #FFAA41;
}
strong, .bold {
	font-weight: bold;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.55em;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000000;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 2px;
	color: #870808;
	border-bottom: #b2b2b2 solid 1px;
}
a {
	color: #870808;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
	line-height: 1.5em;
}
.noMargin {
	margin-bottom: 0px;
}
.smallText {
	font-size: 10px;
}

.halfTop {
	vertical-align: top;
	width: 340px;
}

#top {
	width: 967px;
	height: 160px;
	margin: 0px auto;
	background: url('img/pip-top.jpg') no-repeat;
}
#main {
	width: 967px;
	margin: 0px auto;
	background: url('img/mainback.jpg') repeat-y #FFFFFF;
}
#content {
	padding: 0px 35px 10px 35px;
}
#content1 {
	background: url('img/tti-back.jpg') no-repeat bottom right;
}
#bottom {
	background: url('img/bottom.jpg') no-repeat;
	width: 967px;
	height: 45px;
	margin: 0px auto;
}

label {
	padding-top: 3px;
	width: 75px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block
}
label.long {
	width: 110px;
}
label.longer {
	width: 150px;
}
#friend1 {
	height: 141px;
	background: url('img/blue1.jpg') no-repeat;
}
#friend2 {
	margin-left: 10px;
	width: 466px;
	height: 141px;
	background: url('img/blue2.jpg') repeat-x;
}
#friend3 {
	height: 141px;
	background: url('img/blue3.jpg') no-repeat top right;
}
#friend3 {
	padding: 12px;
}
.black {
	color: #000000;
}

.introText {
	background-color: #DFDFDF;
	border: 1px solid #848484;
	padding: 5px 7px;
	margin-bottom: 18px;
	text-align: center;
}

#playlist {
	margin-left: 6px;
	border-left: 4px solid #6D6B5F;
	padding-left: 5px;
}

#playlist li a {
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 5px 7px;
	cursor: pointer;
	margin-bottom: 5px;
}

#playlist li a.link {
	border: 1px solid #FFFFFF;
	color: #6D6B5F;
	background-color: #FFFFFF;
}

#playlist li a.nowPlaying {
	border: 1px solid #74BACD;
	color: #000000;
	background-color: #CAEAF3;
}