@charset "UTF-8";
@import url("../printer.css");
/* CSS Document div tags begin here */
#container {
	width: 750px;
	padding: 1px;
	margin-right: auto;
	margin-left: auto;
	max-width: 750px;
	min-width: 400px;
}
#headerDiv {
	background-image: url(images/750px-Anoushka_Shankar.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 500px;
}
#headerDiv text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	color:#900;
}
#navMenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #900;
	float: right;
	line-height: 1.4em;
	padding: 60px 40px 0 0;
}
#albumInfo {
	padding: 25px 0 0 0;
}
#albumInfo p {
	font-size: 1em;
	line-height: 1.4em;
	text-align: justify;
	width: 500px;
	margin: 0;
}
.albumcover {
	background-image:url(images/breathunderwater_cover.jpg);
	background-repeat: no-repeat;
	width: 200px;
	float: right;
	height: 196px;
	margin: 0 4px 4px 0;
}
p {
}
#mainContent {
	margin: 0;
	clear: right;
}
#mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #306;
	line-height: 1.4em;
	text-align: justify;
	padding: 5px 10px 5px 0;
}
.saraswat {
	background-image: url(images/Saraswati.jpg);
	background-repeat: no-repeat;
	width: 200px;
	float: right;
	height: 285px;
	padding: 15px 75px 0 5px;
}
.anoushka {
	background-image: url(images/lotus_redux_small-1.jpg);
	background-repeat: no-repeat;
	width: 100px;
	float: left;
	height: 72px;
	padding-top: 75px;
	padding-left: 10px;
	padding-bottom: 75px;
	padding-right: 0;
}
.mohanveena {
	background-image: url(images/mohan-veena.jpg);
	background-repeat: no-repeat;
	width: 185px;
	float: right;
	height:447px;
	margin: 5px 5px 5px 15px;
}
#endText {
	margin: 0;
	text-align: justify;
	float: left;
	padding: 5px 10px 2px 2px;
}
.anoushkaLight {
	background-image: url(images/lotus_redux_small-color.jpg);
	background-repeat: no-repeat;
	width: 100px;
	float: left;
	height: 72px;
	padding-left: 10px;
	padding-right: 0;
}
body  {
	background-color:#69F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #306;
	clear: right;
}
h1 {
	color:#900;
	line-height: 2em;
}
h2 {
	color: #900;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
}
h3 {
	color: #CCF;
	background:#663;
	width: 13em;
	font-size: 0.85em;
	line-height: 1em;
	text-indent: 1em;
	font-style: italic;
}
a {color:#900;
   font-weight: bold;
   text-decoration: none;
}
a:link {
	color: #900;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #30C;
	font-weight: bold;
	text-decoration: none;
}
strong  {
	color: #900;
}

h1, h2, a link {
	font-weight: normal;
	color: #900;
}

/*
this code is for the navMenu from http://www.alistapart.com/articles/horizdropdowns
*/

#navMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px;
	}
#navMenu ul li {
	position: relative;
	}
#navMenu li ul {
	position: absolute;
	left: 189px;
	top: 0;
	display: none;
	}
#navMenu ul li a {
	display: block;
	text-decoration: none;
	color: #900;
	background:transparent;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
#navMenu * html ul li { float: left; }
#navMenu * html ul li a { height: 1%; }
/* End */

#navMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px;
}
#navMenu li:hover ul { display: block; }

/* navMenu tags end here */

