/* CSS Document */


/* Modifies globally-defined #page with home page height 
#page				{
					/* height the same as panel height with additional of 10px padding above and below
					height: 389px;
					}*/


/* available width from #section: 898px */

/* total width and height must be 369px */
.centre_panel		{
					width: 349px;
					height: 349px;
					background-color: #444;
					padding-top: 10px;
					padding-bottom: 10px;
					padding-left: 10px;
					padding-right: 10px;
					border: none;
					text-align: center;
					vertical-align: top;
					}
					
.centre_panel td
					{
					vertical-align: top;
					}
					
.right_panel		{
					width: 349px;
					height: 349px;
					background-color: #444;
					padding-top: 10px;
					padding-bottom: 10px;
					padding-left: 10px;
					padding-right: 10px;
					border: none;
					text-align: center;
					vertical-align: top;
					}
					
.product_text		{
					line-height: 16px;
					padding: 0px;

					}

/* Cell with background picture */	
#picture_panel
					{
					background-color: transparent;
					background-image: url('/images/guitar_yellow_transparent.png');
					background-position: top left;
					background-repeat: no-repeat;
					}