BODY
{
    position: relative;
    padding: 0px;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 100%;
    background-image: url('../images/LuminousYoga-Background.jpg');
    background-repeat: no-repeat;
    background-color: rgb(20, 20, 212);
    font-size: 21px;
}

A{
    font-size: 17px;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

A.link{
	font-size: 17px;
	font-style: normal;
}

A.visited{
    color: #FFFFFF;
    text-decoration: none;
}

A.hover{
    color: #000000;
    text-decoration: none;
}

div.container{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 728px;
    height: 600px;
}

div#banner{
    position: absolute;
    width: 728px;
    height: 90px;
    background-image: url('../images/LuminousYoga-Banner.png');
    background-repeat: no-repeat;
}

div#menuContainer{
    position: absolute;
    width: 714px;
    height: 42px;

    padding-left: 7px;
    padding-right: 7px;

    top: 90px;

    background-color: rgb(244, 125, 12);
    
}

div#menu{
    position: absolute;
    width: 700px;
    height: 28px;

    top: 7px;
  
    padding-left: 7px;
    padding-right: 7px;

    border-top-style: solid;
    border-top-width: 1px;

    border-bottom-style: solid;
    border-bottom-width: 1px;

    background-image: url('../images/LuminousYoga-Menu.jpg');
    background-repeat: no-repeat;
    background-color: rgb(255, 204, 102);
	
}

table.caption{
	font-weight: bold;
}

.menuItem{
    position: absolute;
    top: 2px;
    width: 102px;
    height: 28px;
    text-align: center;
}

div#content{
    position: absolute;
    width: 714px;
    height: 1010px;
    top: 132px;
    left: 0px;
    font-family: Californian FB;
    font-style: italic;
    font-size: 17px;
    text-align: center;
    padding: 7px;
    background-color: rgb(244, 125, 12);
    background-image: url('../images/LuminousYoga-Content.jpg');
    background-repeat: no-repeat;
    overflow: auto;
}

div#poem{
	position: absolute;
	font-style: italic;
	font-size: 14px;
	text-align: center;
}

div.poemTitle{
	font-weight: bold;
}

div.poemBody{
	font-weight: lighter;
}

div.poemTagLine{
	font-weight: 700;
}

div#myStory{
    position: absolute;
    width: 112px;
    height: 7px;
    top: 56px;
    left: 7px;
    font-family: Californian FB;
    font-style: italic;
    font-size: 14px;
    text-align: center;
    padding: 14px;
    background-color: rgb(153, 153, 255);
    background-image: url(../images/violet-140x35.png);
    background-repeat: no-repeat;
}

div#footer{
	position: absolute;
	left: 7px;
	bottom: 7px;
	font-style: italic;
	font-size: 14px;
	text-align: center;
}
