@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic');
#wrapper {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
}
.navBuffer {
	margin-bottom: 25px;
}
#mainImage {
	background-image: url('images/main_uke_doctor.jpg');
	background-repeat: no-repeat;
	float: left;
	height: 377px;
	width: 540px;
	margin-right: 20px;
}
#banner {
	height: 80px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #353535;
	text-align: center;
}
#leftNav {
	float: left;
	width: 201px;
	margin-right: 20px;
	padding-top: 50px;
}
.clearish {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}
body {
	padding-top: 20px;
}
#rightNav {
	float: left;
	width: 201px;
	padding-top: 50px;
}
#topSection {
	margin-bottom: 25px;
}
#bottomSection, .songBlocks {
	width: 75%;
	font-family: 'Noto Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
}
.songBlocks {
	width: 100%;
}
#bottomSection p, .songBlocks p {
	margin-top: 0px;
}
#bottomSection a, .songBlocks a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #0080BD;
	font-size:20px;
	transition: all 0.3s;
}
#bottomSection a:hover, .songBlocks a:hover {
	color: #00ADFF;
	text-decoration:none;
	transition: all 0.3s;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoBtns {
	margin-bottom: 30px;
}
.twoBtns a {
	display: block;
	padding: 10px 0;
	text-align: center;
}
.twoBtns .left {
	width: 46%;
	float: left;
	color: #fff !important;
	background-color: #0080BD;
	transition: all 0.3s;
}
.twoBtns .left:hover {
	background-color: #00ADFF;
}
.twoBtns .right {
	width: 53%;
	float: right;
	color: #fff !important;
	background-color: #40039C;
	transition: all 0.3s;
}
.twoBtns .right:hover {
	background-color: #8032F7;
	transition: all 0.3s;
}
.blueBox, .purpleBox {
	padding: 20px;
	margin-bottom: 13px;
	background: #EFFAFF;
	border: solid 1px #0080BD;
}
.purpleBox {
	border: solid 1px #40039C;
	background: #FAF9FD;
}
.blueBox p, .purpleBox p {
	margin: 0;
	padding: 0;
}
.feature {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: red;
	text-transform: uppercase;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
h2 a {
	font-size: inherit;
}
.signature {
	padding-top: 25px;
	font-weight: 700;
	font-size: 24px;
}
#minifooter {
	margin-top: 60px;
}
#minifooter a {
	display: block;
	max-width: 400px;
	text-align: center;
	margin: auto;
}