body 	{
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	background-image: url('/images/bg.gif');
	}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 700px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background-color:#bf430c;
border:solid 2px #bf430c;
width: 696
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 138px; /*Set left margin to LeftColumnWidth*/
background: #A98A65;
height:100%;
}

#leftcolumn{
float: left;
width: 138px; /*Width of left column*/
margin-left: -700px; /*Set left margin to -(MainContainerWidth)*/
background: #462b0b;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.bgbody	{ background-color:#A98A65; width:575; border-right:solid 2px #bf430c; border-bottom:solid 2px #bf430c; }

table	{
	border-collapse: collapse;
	}

h1 	{ font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 14pt;
	margin-top:6px;
	margin-bottom:6px;
	color:#000000;
	}

h2    { font-size: 10pt; color: #000000; font-family:Arial; font-weight: bold; margin-top:0px; margin-bottom:3px; margin-left:6px; }

h3           { font-family: Arial; font-size: 12px; margin-top:12; margin-bottom:3; color:#ffffff; font-weight:bold; text-align:center }

h4    { font-size: 11px; color: #cccccc; font-family:trebuchet MS, arial; font-weight: normal; text-align:center; margin-bottom:0px; margin-top:6px }

.head1    { font-size: 19px; color: #f5f5f5; font-weight: bold; margin-bottom:12px }
.head2    { font-size: 13px; color: #000000; font-weight: bold; margin-bottom:0px }
.pages    { font-size: 11px; color: #cccccc; font-family:trebuchet MS, arial; font-weight: normal; text-align:center; margin-bottom:12px; margin-top:6px }
.menu	{ color: #777777;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	text-align:left;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	padding-left:6px;
	padding-top:3px;
	border-top:solid 1px #A98A65 }
.menu2	{ color: #F2C697; font-size:10pt; font-family:Arial; font-weight:bold;text-align:left; margin-left:3px; margin-bottom:4px;margin-top:3px }

p            { color: #222222; font-size:10pt; font-family:Arial; font-weight:normal; text-align:left; margin-top:0; margin-left:6; margin-bottom:6 }
.byArtist    { color: #cccccc; font-size:12px; font-family:Arial; font-weight:normal; text-align:left; margin-top:0; margin-bottom:3 }
.pic         { text-align:center; margin-bottom:6px;margin-top:6px;border:solid 1px linen;text-decoration:none }
a	{
	color: #bf430c;
	text-decoration:none
	}

.pcenter 	{
	font-family: Arial Black, Helvetica, sans-serif;
	text-align:center;
	font-size: 14pt;
	font-weight: normal;
	color:#000000;
	margin-bottom:0px;
	margin-top:6px;
	}	

a:hover	{
	text-decoration: underline;
	color: yellow;
	}


.cap    { font-size: 11px; color: #cccccc; font-family:trebuchet MS, arial; font-weight: normal; text-align:center; margin-bottom:3px; margin-top:0px }
li	{ color: #000000; font-size:9pt; font-family:Arial; font-weight:bold; text-align:left; margin-top:0; margin-bottom:0 }
ul	{margin-bottom:0px;margin-top:0px }

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:center;
	
	}

.tlist	{width:500px;margin-top:12px }

.tlcell	{width:250; text-align:center; padding-top:18px;padding-bottom:18px; vertical-align:bottom }

.pdesc	{font-family:Arial; color:#000000; font-size:11px; margin-top:0px; margin-bottom:0px; margin-left:0px;  margin-right:0px; text-align:center }

.price	{font-family:Arial; color:#000000; font-size:11px; font-weight:bold;margin-top:6px; margin-bottom:18px;margin-left:0px; margin-right:0px; text-align:center }




.aerobuttonmenu{ 
overflow: hidden;
width: auto;
background: #bf430c; /*menu strip background*/
/*border: 1px solid gray;*/
padding: 0px 0;
border-width: 1px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 620;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('/images/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;

}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('/images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('/images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('/images/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}