body {
	background-image: url("../../images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #D4D4D4;
	font-family: Arial;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0px;
}

a:link {
	color: #1B5790;
}

a:visited {
	color: #71849e;
}

h3 {
	color: #1B5790;
	margin: 2px;
	padding: 2px;	
}

form {
	margin: 0px;
	padding: 0px;
}

form label {
	margin: 0px;
	padding: 0px;
}

form input {
	margin: 0px;
	padding: 0px;
}
	

form select {
	font-size: 7pt;
}

form fieldset {
	border: solid 1px #1B5790;
}

form input.btn {

	border: 0px solid #ffffff;
	color: #1B5790;
	cursor: pointer;
	background-image: url("../images/btn.png");
	background-repeat: no-repeat;
	width: 57px;
	height: 30px;
	background-color: transparent;
	font-weight: bold;
}

form textarea, form input {
	border: 1px solid #a3a3a3;
	margin: 6px 10px;
}

.addform {
	float: right;
	width: 300px;
}

.adminadd {
}

.main {
	border: 0px solid #F2F1F7;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #FFF;
	width: 840px;
	margin: 0 auto;
	min-height: 400px;
	padding: 0px;
}


.header {
	color: #1B5790;
	background-color: #ffffff;
	background-image: url("../../images/logo.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	height: 100px;
}

#headerlink {
	display: block;
	width: 300px;
	height: 100px;
}

.nav {
	float: right;
	margin: 50px auto 0px auto;
	width: 420px;
}

.nav a {
	text-decoration: none;
	color: #205F8A;
	font-size: 1em;
}

.subheader {
	text-align: right;
	margin: 4px 100px 30px 0px;
	color: #205F8A;
	height: 30px;
}

.intro {
	background-image: url("../../images/intro_right.png");
	background-repeat: no-repeat;
	background-position: top right;
	width: 771px;
	height: 179px;
	margin: 0px auto 0px auto;
	color: #fff;
	font-family: georgia,serif;
	font-size: 1.15em;
	font-weight: 300;
	padding: 0px;
	overflow-y: hidden;
}

.introimg {
	background-repeat: no-repeat;
	background-position: top left;
	width: 412px;
	height: 179px;
	float: left;
}

#ii1 {
	background-image: url("../../images/intro_keyboard.png");
}

#ii2 {
	background-image: url("../../images/intro_speaker.png");
}

#ii3 {
	background-image: url("../../images/intro_drums.png");
}

#ii4 {
	background-image: url("../../images/intro_guitar.png");
}

#ii5 {
	background-image: url("../../images/intro_mixer.png");
}

.introtext {
	padding: 8px;
}

.intro a {
	color: #dfdfdf;
}


.bot_welcome {
	background-image: url("../../images/bot_welcome.png");
	background-repeat: no-repeat;
	width: 412px;
	height: 28px;
	padding: 0px;
	margin: 0px 0px 0px 35px;
}


.intro p {
	margin: 2px;
	padding: 2px;
}


.boxtop {
	background-image: url("../../images/box_top_bg.png");
	background-repeat: repeat-x;
	height: 39px;
	width: 250px;
	margin: 0 auto;
}

.corner {
	background-repeat: no-repeat;
	width: 17px;
	height: 39px;
}

#featuredmusic {
	background-image: url("../../images/header_music.png");
	width: 166px;
	height: 39px;
	margin: 0 auto;
}

#tlc {
	background-image: url("../../images/tlc.png");
	float: left;
}

#trc {
	background-image: url("../../images/trc.png");
	background-position: top right;
	float: right;
}

.boxbot {
	background-image: url("../../images/box_bot_bg.png");
	background-repeat: repeat-x;
	height: 13px;
	width: 250px;
	margin: 0 auto;
}

.bcorner {
	background-repeat: no-repeat;
	width: 17px;
	height: 13px;
}

#blc {
	background-image: url("../../images/blc.png");
	float: left;
}

#brc {
	background-image: url("../../images/brc.png");
	background-position: bottom right;
	float: right;
}


.box h3 {
	padding: 0px 8px;
	margin: 0px;
	font-size: 1.75em;
}

.box {
	background-image: url("../../images/box_bg.png");
	background-color: #fdce5f;
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #000;
/*	padding: 0px 0px 5px 0px;*/
	font-size: 8pt;
	width: 250px;
	margin: 0 auto;
}

.box a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #336099;
}

.box a:visited {
	color: #336099;
}

.box a:hover {
	text-decoration: underline;
}



.musicwrap {
	width: 96%;
	margin: 0 auto;
	padding-top: 10px;
}

.item{
	background-image: url("../../images/bg_item.png");
	background-repeat: repeat-x;
	background-position: center center;
	padding: 4px;
	min-height: 70px;
}

.homenews h4 a {
	color: #000;
	text-decoration: none;
}

.news h3 a {
	text-decoration: none;
}

.news h3 a:hover {
	text-decoration: underline;
}

.news div {
	margin-left: 6px;
	border-left: 2px solid #F1F1F9;
	padding-left: 6px;
}

.recentnews div {
	background-color: #F8F8FC;
	border: 2px solid #F1F1F9;
	margin: 0px 0px 4px 0px;
	padding: 4px;
}

.recentnews div a {
	text-decoration: none;
	font-weight: bold;
}

.recentnews div a:hover {
	text-decoration: underline;
}

.recentnews {
	margin: 10px 5px;
}

	
.content {
	padding: 20px;
	min-height: 400px;
	color: #000;
	font-size: 9pt;
}

.column {
}

#cleft {
	background-image: url("../../images/bg_leftcol.png");
	background-repeat: repeat-y;
	background-position: top right;
	width: 442px;
	min-height: 480px;
	padding: 8px 29px 0px 36px;
}

#cleft h3 {

}

#cright {
	float: right;
	padding-top: 0px;
	padding-left: 20px;
	margin-right: 6px;
	width: 307px;
}


.adminresults {
	float: right;
	width: 360px;
	height: 300px;
	padding: 5px;
	border: solid 1px #a3a3a3;
	background-color: #fff;
	overflow: auto;
}

.clear {
	clear: right;
	height: 5px;
}

.homestrip {
	background-color: #1B5790;
	height: 100px;
}

.footer {
	min-height: 20px;
	text-align: center;
	padding: 10px;
	margin: 20px auto;
	background-color: #fff;
	width: 600px;
	border: 2px solid #efefef;
	clear: both;
}

/* Home page content panes
*/
#contentholecontrol {
	position: relative;
	background-image: url("../../images/bg_cp.png");
	background-repeat: no-repeat;
	background-position: top center;
	height: 28px;
	padding-top: 20px;
	padding-left: 34px;
}

#contentholecontrol h3 {
	font-size: 11pt;
}

.chs {
	position: absolute;
	top: 20px;
	width: 140px;
}

.chs a {
	text-decoration: none;
}

#chl {
	left: 68px;
}
#chr {
	right: 58px;
}

#copyright {
	padding-top: 10px;
}

.data {
	border-spacing: 0px;
	border: 2px solid #efefef;
}

.data th {
	color: #205F8A;
}

.data td {
	vertical-align:top;
	padding: 6px;
}

.datarow1 {
	background-color: #efefef;
}

.data td div {
	min-height: 30px;
}

.adminnav, .resourcenav {
	clear: both;
	height: 60px;
}

.adminnav a, .resourcenav a {
	text-decoration: none;
}

#admincontainer {
	margin: 20px 0px;
}

#adminblock {
	width: 20%;
	float: right;
	min-height: 40px;
}

#adminblock h1 {
	color: #205F8A;
	margin: 2px;
	padding: 2px;
}

.pagingnav {
	border: 1px solid #dfdfdf;
	margin: 10px 0px;
	padding: 4px;
	width: 40%;
}

.searchfilters {
	text-align: right;
}

.container {
	clear: both;
}
