/* Start of CMSMS style sheet 'Main' */
/* CSS definition file containing sitestyle stylesheets */

BODY {
	font-family: "Verdana", Arial, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
  	margin: 0px;
  	padding: 0px;
  	top: 10px;
	background: #000000;
	line-height: 17px;
  	background-image: url("images/back.jpg");
  	background-repeat: repeat-x;
  	background-position: top left;
}

li {
	font-size: 10px;
}

p { 
	padding: 5px;
	margin: 0px;
}

.clearBoth {
	clear: both;
	}

A:link {text-decoration: underline; color: #7a9ada;}
A:visited {text-decoration: underline; color: #7a9ada;}
A:active {text-decoration: underline; color: #7a9ada;}
A:hover {text-decoration: none; color: #ffffff;}

A.lefty:link {text-decoration: none; color: #7a9ada;}
A.lefty:visited {text-decoration: none; color: #7a9ada;}
A.lefty:active {text-decoration: none; color: #7a9ada;}
A.lefty:hover {text-decoration: none; color: #7a9ada;}

.playing {
	height: 46px;
	width: 905px;
	text-align: right;
	padding-bottom: 5px;
}

.headenclosure {
	width: 905px;
	height: 213px;
	text-align: left;
}

.header {
	width: 168px;
	height: 213px;
  	background-image: url("images/header.jpg");
  	background-repeat: no-repeat;
  	background-position: top right;
	float: left;
	display: inline;
	text-align: left;
	padding-left: 737px;
}

.thebod {
	text-align: left;
	width: 771px;
  	background-image: url("images/bodyback.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
	padding: 25px 35px 15px 100px;
}

.footenclosure {
	width: 905px;
	height: 150px;
	text-align: left;
}

.paddfooter {
	width: 55px;
	height: 150px;
	float: left;
	display: inline;
	text-align: left;
}

.footer {
	width: 850px;
	height: 150px;
	text-align: left;
  	background-image: url("images/footer.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
	float: left;
	display: inline;
}

.copyright {
	color: #90805f;
	width: 905px;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
}


/* HEADINGS */
	h1 {
		font-size: 18px;
		line-height: 1em;
		margin: 0;
		padding: 10px 0 5px 0;
		color: #7a9ada;
		letter-spacing: 1px;
	}
	h2 {
		font-size: 16px;
		line-height: 1em;
		margin: 0;
		padding: 10px 0 5px 0;
		color: #7a9ada;
		letter-spacing: 1px;
	}
	h3 {
		font-size: 14px;
		line-height: 1em;
		margin: 0;
		padding: 10px 0 5px 0;
		color: #7a9ada;
		letter-spacing: 1px;
	}
	h4 {
		font-size: 18px;
		line-height: 1em;
		margin: 0;
		padding: 10px 0 5px 0;
		color: #ffffff;
		letter-spacing: 1px;
	}
	h5 {
		font-size: 16px;
		line-height: 1em;
		margin: 0;
		padding: 10px 0 5px 0;
		color: #ffffff;
		letter-spacing: 1px;
	}
	h6 {
		font-size: 14px;
		line-height: 1em;
		margin: 0;
		padding: 10px 0 5px 0;
		color: #ffffff;
		letter-spacing: 1px;
	}
/* End of 'Main' */

