.container { /* Containter for all of the site. Centered. */
	position: relative;
	margin: 0 auto;
	width: 780px;
	/*height: 710px;*/
	text-align: left;
}

/* Use table to verticle align container */
#TbContainer{
	width: 100%;
	/*height: 50%;*/
}

#TdContainer
{
	vertical-align: middle;
	text-align: center;
}

/* Home Page */

.portrait_1{
	position: relative;
	width: 200px;
	height: 325px;
	border: 5px solid White; 
	top: 151px;
	left: 117px;
}
.about{
	position: absolute;
	width: 155px;
	height: 155px;
	border: 5px solid White; 
	top: 151px;
	left: 332px;
	background-color: #D66E17;
	/*font: bolder 150% Arial, Helvetica, sans-serif;
	color: #FFF8DC;*/
	text-align: center;
	}
	
.album{
	position: absolute;
	width: 155px;
	height: 155px;
	border: 5px solid White; 
	top: 320px;
	left: 332px;
	background-color: #D66E17;
/*	font: bolder 150% Arial, Helvetica, sans-serif;
	color: #FFF8DC;*/
	text-align: center;
	}	
	
.contact{
	position: absolute;
	width: 155px;
	height: 155px;
	border: 5px solid White;
	top: 320px;
	left: 501px;
	background-color: #D66E17;
/*	font: bolder 150% Arial, Helvetica, sans-serif;
	color: #FFF8DC;*/
	text-align: center;
	}
	
.bottom{
	position: relative;
	top: 120px;
	left: -20px;
}

.logo{
	position: absolute;
	background-image: url(../images/logo.gif);
	height: 155px;
	width: 155px;
	top: 151px;
	left: 511px;
	}

table.nav{
	color: #FFF8DC;
	font: bolder 150% Arial, Helvetica, sans-serif;
	}
	
/* Other Pages */

.portrait_pages{	
	position: relative;
	width: 200px;
	height: 325px;
	border: 5px solid White; 
	top: 265px;
	left: 93px;
}

.logo_pages{
	position: absolute;
	background-image: url(../images/logo.gif);
	height: 155px;
	width: 155px;
	top: 102px;
	left: 93px;
	
}

.content{
	position: absolute;
    /*width: 355px;
	height: 506px;*/
	left: 310px;
	top: 94px;
	background-color: White;
}

table.stripe{
	border: 5px solid #BD4C10;
	overflow: auto;
}

.back{
	position: absolute;
	background-color: White;
	left: 720px;
	top: 94px;
	vertical-align: middle;
}

.aboutBtn{
	position: absolute;
	background-color: White;
	left: 720px;
	top: 194px;
	vertical-align: middle;
}

.albumBtn{
	position: absolute;
	background-color: White;
	left: 720px;
	top: 194px;
	vertical-align: middle;
}

table.tbBack{
	background-color: #CC6600;
	cursor: pointer;
}

.contentText{
	position: relative;
	overflow: auto;
	height: 400px;
	width: 350px;
	margin-right: 0px;
	font: normal 90% Arial, Helvetica, sans-serif;
}

.musicSamples{
	position: relative;
	overflow: auto;
	top: -160px;
	left: 550px;
	height: 50px;
	width: 100px;
	margin-right: 0px;
	font: normal 90% Arial, Helvetica, sans-serif;
}