/* pallette */
/*------------

--------------*/






html * {
	margin : 0;
	padding : 0;
	}
html {
	height : 100%;
	background : #000;
	}
* html body {
	height : 100%;
	}
body {
	font-family : tahoma, verdana, calibri, sans-serif;
	font-size : 75%; /*For internet explorer*/
	background : #000 url(i/cello.jpg) 50% 0 no-repeat;
	line-height : 1.6667em;
	color : #fff;
	min-height : 100%;
	padding : 30px 60px;
	}
body#home {
	background-image : url(i/cello.jpg);
	}
body#about {
	background-image : url(i/piano2.jpg);
	}
body#services {
	background-image : url(i/trumpet.jpg);
	}
body#contact {
	background-image : url(i/piano.jpg);
	}
body#unexpected {
	background-image : url(i/cello1.png);
	}

html>body {
	font-size : 12px !important;  /*For standards compliant browsers*/
	}
#wrapper {
	width : 998px;
	margin : 0 auto;
	}
#header {
	}
#header h1 {
	width : 200px;
	height : 250px;
	background : url(i/logo.png) top left no-repeat;
	text-indent : -9999px;
	}

#page {
	margin-top : 40px;
	margin-bottom : 50px;
	margin-left : 90px;
	min-height : 625px;
	width : 998px;
	background : url(i/background.png) bottom left no-repeat;
	}
body#unexpected #page {
	background : url(i/background_long.png) repeat !important;
	}

/* Navigation */
/*------------*/

#navigation ul {
	height : 52px;
	list-style : none;
	background : url(i/navigation_background.png) top right repeat-y;
	}
#navigation ul li {
	float : left;
	}
#navigation ul li a {
	width : 199px;
	margin-right : 1px;
	background : black;
	display : block;
	height : 52px;
	line-height : 52px;
	color : #fff;
	text-decoration : none;
	font-size : 1.5em;
	text-align : center;
	}
#navigation ul li a.current {
	color : #ffac1e;
	cursor : default;
	}
#navigation ul li a:hover {
	color : #ffac1e;
	}


/* content */
/*---------*/

#content {
	margin-left : 100px;
	width : 620px;
	margin-top : 3em;
	padding-bottom : 1.5em;
	}
h2	{
	font-weight : normal;
	font-size : 2em;
	line-height : 1.5em;
	margin-bottom : 0.75em;
	}
h3	{
	margin-left : 100px;
	font-size : 1em;
	line-height : 1.5em;
	}
h4	{
	margin-left : 100px;
	font-size : 2em;
	line-height : 1.5em;
	font-weight : normal;
	}
p {
	margin-left : 100px;
	line-height : 1.5em;
	margin-bottom : 1.5em;
	}
a {
	color : #ffac1e;
	}
a:hover {
	text-decoration : none;
	color : #e18e00;
	}
img.artist {
	float : left;
	border : 1px solid #ccc;
	padding : 2px;
	margin-top : 2px;
	margin-right : 10px;
	margin-bottom : 6px;
	}
blockquote {
	font-size : 1.25em;
	font-weight : bold;
	line-height : 1.2em;
	width : 90%;
	margin : 1.5em auto;
	color : #ccc;
	}
blockquote p {
	margin-bottom : 0;
	}
blockquote p.byline {
	font-size : 0.8;
	text-align : right;
	line-height : 1.5em;
	font-weight : normal;
	margin-top : 0;
	margin-bottom : 1.5em !important;
	}