@charset "utf-8";

/*
---------------------------------------
Project: More Than Jazz Promotions
Copyright: bendesmond.com
Creation Date: May 2012
---------------------------------------
*/


/* Page Setup */
body {
	font-family: Arial, Helvitica, sans-serif;
	font-size: 76%;
	margin: 0px;
	padding: 0px;
	background: #acdfec;
}
#universe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 920px;
	text-align: left;
}
#galaxy {
	float: left;
	width: 735px;
	margin: 0px 93px 0px 92px;
	background: #fff;
	font-size: 1.2em;
}
#content {
	width: 460px;
	padding: 40px 0px 0px 150px;
}
a {
	color: #003e7e;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
#header {
	float: left;
	clear: both;
	width: 795px;
	margin-bottom: 20px;
}
#logo {
	width: 735px;
	margin: 40px 93px 20px 92px;
	text-align: right;
}
#logo a {
	padding: 0;
	margin: 0;
	font-size: 2em;
	text-align: right;
}
#cello {
	float: left;
	width: 218px;
	margin-left: -240px;
}
#sax {
	float: right;
	width: 183px;
	margin-right: -220px;
}


h2 {
	color: #003e7e;
	margin: 30px 0px 0px 0px;
	font-weight: normal;
	font-size: 2em;
}
p {
	margin: 0px 0px 20px 0px;
	color: #333;
	line-height: 1.4em;
}
ul {
	color: #333;
	line-height: 1.4em;
	margin: -10px 0px 10px 15px;
	padding: 0;
	list-style-type: none;
}
li {
	background: url(../images/bullet.gif) left 50% no-repeat;
	padding-left: 15px;
}


/* Footer */
#footer {
	margin: 0 auto 20px auto;
	padding: 10px 0 0 0;
	width: 735px;
	clear: both;
	color: #003e7e;
	background: url(../images/page-bg-bottom.png) left top no-repeat;
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003e7e;
}
#footer a:link {
	color: #003e7e;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color: #003e7e;
	text-decoration: none;
}
#footer a:hover {
	color: #003e7e;
	text-decoration: underline;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer li {
	float: left;
	padding: 0 5px;
}
/*#footer li a {
	text-align: right;
}*/
#footer-left {
	float: left;
	width: 300px;
}
#footer-right {
	float: right;
	/*width: 300px;*/
	text-align: right;
}