@charset "utf-8";
/* CSS Document */

textarea {
	padding:0px;
	border:0px;
	background:#ffffff;
	font:bold 1.3em arial, sans-serif;
}
textarea:hover {
	background-color: #fffe98;
} 
textarea:focus {
	background:#fffd2c;
}

input {
	padding:0px;
	border:0px;
	background:#ffffff;
	font:bold 1.3em arial, sans-serif;
}
input:hover {
	background-color: #fffe98;
} 
input:focus {
	background:#fffd2c;
}

.outer {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-color: #b22cd5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.header {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	float: none;
}
.content {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.contenttail {
	width: 912px;
	text-align: center;
	padding: 20px;
}
.contentbody {
	background-image: url(box-back.png);
	background-repeat: repeat;
	width: 950px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	height: auto;
	overflow: auto;
}
.contenthead {
	height: 12px;
	width: 952px;
	background-image: url(box-upper.png);
}
.contentfoot {
	background-image: url(box-lower.png);
	height: 12px;
	width: 952px;
	position: relative;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(tartan.png);
	background-repeat: repeat;
}
.singers {
	background-image: url(singer-silhouettes.png);
	height: 146px;
	width: 952px;
	margin-top: -128px;
	position: absolute;
}
.adbox {
	height: 153px;
	width: 392px;
	position: relative;
	top: -160px;
	left: 484px;
	border: 1px solid #FFF;
	background-image: url(box-back.png);
	background-repeat: repeat;
	z-index: 100;
}
.logo {
	position: relative;
	height: 176px;
	width: 300px;
	left: 62px;
	top: 12px;
	z-index: 99;
}
.navbar {
	height: 22px;
	width: 950px;
	border: 1px solid #FFF;
	background-image: url(box-back-heavy.png);
}
.navlistbox {
	background-image: url(box-back-nav.png);
	background-repeat: repeat-x;
	height: 22px;
	width: 526px;
	float: right;
	margin-right: 10px;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}.lefthandlarge {
	float: left;
	width: 590px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.righthandsmall {
	width: 300px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.fulllength {
	width: 910px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	overflow: auto;
}

