@charset "UTF-8";
@import url("../printer.css");
/* CSS Document div and element tags begin here */
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#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;
	line-height: 1.4em;
	color: #900;
	width: 175px;
	position: absolute;
	top: 275px;
	left: 525px;
}
#albumInfo {
	padding-top: 25px;
}
#albumInfo p {
	font-size: 1em;
	line-height: 1.4em;
	text-align: justify;
	margin: 0;
	width: 495px;
}
.cover {
	background-image: url(images/breathunderwater_cover.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 196px;
	position: absolute;
	left: 530px;
	top: 533px;
}
p {
}
#mainContent {
	margin: 0;
}
#mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #306;
	line-height: 1.4em;
	text-align: justify;
	padding: 0;
}
.saraswat {
	background-image: url(images/Saraswati.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 285px;
	position: absolute;
	top: auto;
	right: 120px;
}
.anoushka {
	background-image: url(images/lotus_redux_small-1.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 72px;
	position: absolute;
	left: 8px;
	top: auto;
}
.secondP {
	width: 625px;
	padding-left: 115px;
	padding-right: 10px;
	position: relative;
}
.mohanveena {
	background-image: url(images/mohan-veena.jpg);
	background-repeat: no-repeat;
	width: 185px;
	height:447px;
	position: absolute;
	left: 563px;
	right: 4px;
	top: auto;
}
.thirdP {
	width: 550px;
	padding-left: 0px;
	padding-right: 200px;
	position: relative;  
}
.fourthP {
	text-align: justify;
	width: 550px;
	padding-left: 0px;
	padding-right: 200px;
	position: relative; 
}
.anoushkaLight {
	background-image: url(images/lotus_redux_small-color.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 72px;
	position: absolute;
	left: 8px;
	top: auto;
}
.lastClass {
	width: 550px;
	padding-left: 115px;
	padding-right: 10px;
	position: relative; 
}
body  {
	background-color:#69F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #306;
}
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: 15em;
	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: 210px;
	}
#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: 210px;
}
#navMenu li:hover ul { display: block; }

/* navMenu tags end here */
