#background_left{
/* empty block for darker background color */
  background-color:#3f7ca0;
 	width: 200px;
  	float: left;
	display:inline;
	height: 500px;
	vertical-align: middle;
	text-align:center;
	bottom: 0px;
	padding-left: 22px;
  } 


#contentLeft{
/* placing for content to the left of the paddle */
	position: absolute;
	left: 18px;
	width: 280px;
	float: left;
	clear: left;	
	z-index: 300;
	top: 15%;
}


#photo {
/* placing for the photo */
	position: absolute;
	top:42px;
	left:230px;
	z-index: 360;
}

#contentRight {
/* placing for the right content block */
 	position: absolute;
	left: 430px;
	top: 70px;
	z-index: 300;
	min-height: 199px;
	width: 540px;
}

/* background for contentRight */
/* done this way so that you can easily change the colors */

#contentRight_bkgd_top {
	/* NEEDS BACKGROUND-IMAGE */
	background-image: url("../images/orange_top.gif");
	background-repeat: no-repeat;
	width: 540px;
	height: 45px;
}

#contentRight_bkgd_middle {
	/* NEEDS BACKGROUND-IMAGE */
	background-image: url("../images/orange_middle.gif");
	padding-left: 50px;
	background-repeat: repeat-y;
	width: 540px;
}

#contentRight_bkgd_bottom {
	/* NEEDS BACKGROUND-IMAGE */
	background-image: url("../images/orange_bottom.gif");
	background-repeat: no-repeat;
	width: 540px;
	height: 45px;
}

#contentRight_content {
	padding: 5px;
	width: 450px;
	text-align: justify;
}

#paddle img {
	margin-left: -3;
}


#main {padding-left: 0px;}
