html
{
	overflow-y: scroll;
}

html, body
{
	background-color: Black;
	height: 100%;
	padding: 0;
	margin: 0;
	color: #CCCCCC;
	font-family: Arial;
	font-size: 10pt;	
}

div, table
{
	padding: 0;
	margin: 0;
}

a:link
{
	color: White;
}

a:visited
{
	color: #777777;
}

a:hover
{
	color: #CC0000;
}

table
{
	border-collapse: collapse;
}

td
{
	padding: 0;
	margin: 0;
}

img
{
	border-style: none;
}

li
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.Page
{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 600px;
	min-width: 980px;
}

.MainArea
{
	position: absolute;	
	right: 400px;
	top: 120px;
	left: 10%;
	text-align: justify;
}

.WelcomeText
{
	font-size: 18pt;
	line-height: 40pt;
	text-align: center;
	padding-top: 80px;
}

.RightArea
{
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 380px;
	height: 520px;
}

.MenuItem
{
	position: absolute;
	z-index: -5;
}

.TitleBar
{
	position: fixed;	
	height: 100px;
	width: 100%;
	z-index: 50;
	background-color: Black;
}

.TitleBar .Left
{
	width: 5px;
	background-image: url(../images/hdrl.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.TitleBar .Right
{
	width: 5px;
	background-image: url(../images/hdrr.gif);
	background-repeat: no-repeat;
}

.TitleBar .Middle
{
	width: 80%;
	background-image: url(../images/hdrm.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

.Picture
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#menuHome
{
	left: 90px;
	bottom:70px;
	width: 40px;
	height: 50px;
	background-image: url(../images/menuHome.jpg);	
}

#menuBio
{
	left: 80px;
	bottom: 20px;
	width: 70px;
	height: 90px;
	background-image: url(../images/menuBio.jpg);
}

#menuMusic
{
	left: 130px;
	bottom: 30px;
	width: 45px;
	height: 50px;
	background-image: url(../images/menuMusic.jpg);
}

#menuLinks
{
	left: 165px;
	bottom: 5px;
	width: 40px;
	height: 50px;
	background-image: url(../images/menuLinks.jpg);
}

#menuGallery
{
	left: 150px;
	bottom: 130px;
	width: 60px;
	height: 70px;
	background-image: url(../images/menuGallery.jpg);
}

#menuResearch
{
	left: 200px;
	bottom: 100px;
	width: 60px;
	height: 80px;
	background-image: url(../images/menuResearch.jpg);
}

#menuLeadership
{
	left: 245px;
	bottom: 70px;
	width: 65px;
	height: 90px;
	background-image: url(../images/menuLeadership.jpg);
}

#menuContact
{
	left: 305px;
	bottom: 40px;
	width: 55px;
	height: 70px;
	background-image: url(../images/menuContact.jpg);
}

#menuAnand
{
	left: 245px;
	bottom: 0px;
	width: 135px;
	height: 35px;
	background-image: url(../images/menuAnand.jpg);
}

#touchScreen
{
	position: absolute;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	z-index: 10;
}

#pianoMenuContainer
{
	position: relative;
	height: 280px;
}

#placeMark
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	margin:0;
	padding:0;
}

#musPlayerInfo
{
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	width: 310px;
}

#linksTable td
{
	text-align: left;
	padding: 10px 15px 10px 15px;
}
