/*  Structural information */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
}

#header p {
	margin: 0;
}

#header p.title {
	font-family: "Broadway", Verdana, sans-serif;
	font-size: 3em;
	padding: 0.4ex 0 0 0.5ex;
}

#header p.contact {
	font-size: 1.5em;
	padding: 0 0 0 2em;
}

ul#navbar {
	padding: 10px 0 0 0;
	margin: 0;
	white-space: nowrap;
	height: 24px;
}

ul#navbar li {
	display: block;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 5px;
}

ul#navbar li a {
	display: block;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;

	padding: 5px 0px 5px 32px;
/*	height: 24px;
	line-height: 24px;*/

	background-repeat: no-repeat;
	background-position: 2px 50%;
}

#navbar-home a {
	background-image: url("../images/icons/note4_off.png");
}

#navbar-home.current a, #navbar-home a:hover {
	background-image: url("../images/icons/note4_on.png");
}

#navbar-history a {
	background-image: url("../images/icons/note2_off.png");
}

#navbar-history.current a, #navbar-history a:hover {
	background-image: url("../images/icons/note2_on.png");
}

#navbar-biographies a {
	background-image: url("../images/icons/note5_off.png");
}

#navbar-biographies.current a, #navbar-biographies a:hover {
	background-image: url("../images/icons/note5_on.png");
}

#navbar-music a {
	background-image: url("../images/icons/note3_off.png");
}

#navbar-music.current a, #navbar-music a:hover {
	background-image: url("../images/icons/note3_on.png");
}

#navbar-contacts a {
	background-image: url("../images/icons/note6_off.png");
}

#navbar-contacts.current a, #navbar-contacts a:hover {
	background-image: url("../images/icons/note6_on.png");
}

#navbar-faq a {
	background-image: url("../images/icons/note8_off.png");
}

#navbar-faq.current a, #navbar-faq a:hover {
	background-image: url("../images/icons/note8_on.png");
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	text-align: center;
}

#content {
	padding: 10px;
	width: 780px;
}

#content p {
	margin-left: 2em;
}

/* Colors */
body {
	background-color: white;
	color: black;
}

#header {
	background-color: #006198;
	color: white;
}

#navbar a {
	color: #cccccc;
	font-weight: normal;
}

#navbar a:hover, #navbar li.current a {
	color: white;
	text-decoration: underline;
}

h1, h2, h3 {
	color: #4080ff;
}

#footer {
	color: #7f7f7f;
	border-top: #7f7f7f 1px solid;
	margin: 0 4px;
}

img {
	border: 1px solid #7f7f7f;
	padding: 2px;
}
