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

body {
	font-family: sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #373741;
	background-color: #3e6192;
	margin: 0;
}

h1 {
	font-size: 20px;
	font-style: normal;
	/*font-weight: bold;*/
	padding-top: 6px;
	margin: 0;
}

	.content1 {
		padding-top: 20px;
		padding-bottom: 10px;
	}

h2 {
	font-size: 18px;
	font-style: normal;
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	font-style: normal;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

p {
	text-align: justify;
}

	.pTitle {
		text-align: left;
		text-decoration: underline;
	}
	
	.pText {
		text-align: left;
	}

a {
	text-decoration: none;
	color: #373741;
}

a:hover {
	color: #6b6b78;
}

a.navLink {
	text-decoration: underline;
}

img {
	border: #373741 solid 1px;
}

	.imgLeft {	
		float:left;
		margin-right: 10px;
		margin-bottom: 10px;
	}

li {
	padding-bottom: 10px;
}

blockquote {
	margin: 0;
	padding-bottom: 5px;
}


#mainWrap {
	width: 100%;
	height: 100%;
}

#contentWrap {
	margin: 50px auto;
	width: 940px;
	height: auto;
	background-image: url(../images/banner3.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	border: #373741 solid 1px;
	padding-bottom: 10px;
	
}

#navBar {
	width: 930px;
	height: 30px;
	margin: 140px auto 0 auto;
	border-top: #373741 solid 3px;
	border-bottom: #373741 solid 1px;
}

#mainContent {
	position: relative;
	height: auto;
	width: 910px;
	margin: 10px auto;
}

#shopLink {
	width:210px; 
	border-bottom: solid #373741 1px; 
	margin-left:-10px;
	_margin-left: 0px; 
	margin-bottom:20px;
}

#player {
	float: right;
	width: 400px;
	height: 300px;
	border: #373741 solid 1px;
	_border: none;
	margin: 35px 0px 10px 20px;
}

#bioContent {
	width: 910px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#footerContent {
	width: 910px;
	height: 110px;
	border-top: #373741 solid 3px;
	border-bottom: #373741 solid 3px;
	margin: 30px 10px 30px 10px;
	padding-top: 10px;
}

#footerLeft {
	position: relative;
	float: left;
	width: 550px;
	height: 100px;
	text-align: justify;
	border-right: #373741 solid 1px;
}


#footerRight {
	position: relative;
	float: right;
	width: auto;
	height: 100px;
	text-align: right;
}

#footerLinks {
	text-align: justify;
	width: 400px;
}
	
	.footerTitle {
		text-decoration: underline;
		padding-left: 10px;
	}
	
	.footerTxt {
		padding-left: 10px;
	}