body
{
	margin-top: 2px;
	font-size: .80em;
	font-family: Verdana;
	background-image: url(images/back.jpg);
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: repeat-x repeat-y;
	color:#E3BE72; /*#AC8750;*/
	/*(overflow:visible;*/
}
#PageSurround
{
   margin: 0px auto;
   text-align: center;
   padding: 1px;
}
#Main
{
	margin: 0px auto;
	padding:1px;
	width: 780px;
	text-align: left;
	background-color: #000000;
	height:auto;
	/*overflow:visible;*/
}
#Header
{
	border: #713900 1px solid;
	background-image: url(images/header.jpg);
	height: 100px;
	border-bottom: #000000 1px solid;
}
#HeaderText
{
	font-size: 12px;
	font-family: Verdana;
	position: relative;
	top: 5px;
	left: 550px;
	color: #a9a9a9;
	font-style: italic;
}
#Header1
{
	text-align: left;
	font-size: 35px;
	padding-left: 8px;
	float: left;	
	font-style: italic;
	font-family: Verdana;
	color: #000000;
}
#Header2
{
	width: 400px;
	float: right;	
	Margin-top: 14px;
	Margin-right: 2px;
}
/* See Menu.htm */
#TopNav
{
	border: #713900 1px solid;
	padding-left: 3px;
	background-color: #000000;
	padding-top: 2px;
	height: 19px;
}
#Content
{
   width:778px;
   /*height:1000px;  This is for FireFox to keep the border around the content area */
   padding:1px;
   height:auto;
   padding-top: 4px;   
   border: #713900 1px solid;
   background-color:#000000;
   position: relative;
}

#ContentLeft
{
	width:540px;
	height:auto;
	background-color:#000000;
	padding-left: 4px;
	float:left;
}
#ContentLeftFullPage
{
	width:100%;
	height:auto;
	background-color:#000000;
	padding-left: 4px;
	float:left;
}
#ContentRight
{
	text-align:center;
	background-color:#000000;
	width:220px;
	height:700px;
	height:auto;
	float:right;
	padding-right: 4px;
}
#ImageContainer
{
    margin: 0px auto;
	width: 400px;
	text-align: center;
	background-color: #ffffff;
}
.ImgBorders
{
	border-right: #696969 1px solid;
	border-top: #696969 2px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 2px solid;
}
.ImgBorders2
{
	border-right: #dcdcdc 3px solid;
	border-top: #a9a9a9 2px solid;
	border-left: #a9a9a9 7px solid;
	border-bottom: #dcdcdc 7px solid;
}
.Large
{
 font-size: 14px;
}
.XLarge
{
 font-size: 18px;
}
.XXLarge
{
 font-size: 19px;
}
#Footer
{
	/*overflow:visible;*/
	padding:1px;
	width: 778px;
	height: 50px;
	float: left;
	background-color: #000000;
	text-align: center;
	border-left: #713900 1px solid;
	border-bottom: #713900 4px solid;
	border-right: #713900 1px solid;	
}
#AlternateText
{
  color: #ffffff;
  visibility:hidden;  
}
/* Link CSS does not apply to menus - iFrame */
a
{
	font-size: 12px;
	color: #E37901;
	font-family: Verdana;
	text-decoration: underline;
	padding-right: 3px;
	padding-left: 3px;
}
a:hover
{
	font-size: 12px;
	text-decoration: underline;
	background-color:#E37901;
	color: #000000;
	font-family: Verdana;
}
a.Footer
{
	font-size: 12px;
	font-size: 105%;
	color: #dcdcdc;
	font-family: Verdana;
	text-decoration: underline;
	padding-right: 3px;
	padding-left: 3px;
}
a.Footer:hover
{
	font-size: 12px;
	text-decoration: underline;
	background-color:#E37901;
	color: #000000;
	font-family: Verdana;
}
a.MusicLink
{
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	color:#AC8750;
}
a.MusicLink:hover
{
	font-size: 12px;
	text-decoration: underline;
	font-family: Verdana;
	background-color:#000000;
	color:#E37901;	
}
HR
{
	border-top: #713900 1px solid; 
	border-bottom: #713900 1px solid;
	width: 100%;
}
.HRDash
{
	border-top: #713900 1px dashed;
	border-bottom: #713900 1px dashed;
	width: 100%;
}
.LightText
{
	color: #808080;
	font-size: 1em
}
.Buttons
{
	background-color: #713900;
	color: #cc9966;
	font-size: 12px;
	cursor: hand;
}
.AddToCartBorder
{
	border-bottom: #713900 1px dashed;
	padding-top: 3px;
	padding-bottom: 2px;
}
.TextBox
{
	width:250px;
	background-color:#DFDCCB;
}
.TextBoxMulti
{
	width:250px;
	height:125px;
	background-color:#DFDCCB;
}
/* Round Corners */
.LaserRoundCorners .t, .LaserRoundCorners .b, .LaserRoundCorners .b b, .LaserRoundCorners .t b{
height:10px;
background-image:url(images/round.png);
}

/* inner color, border color, border width */
.LaserRoundCorners .c{
background:#000000;
/*color:#AC8750;*/
border-color:#989898;
border-left-width:2px;
border-right-width:2px;
}
/* surrounding margins (optional) */
.round{
margin-bottom:6px;
}
.round .c{
/* inner content padding */
padding:0px 10px 0px 10px;
border-top:0;
border-bottom:0;
border-style:solid;
}
.round .t, .round .b, .round .t b, .round .b b{
display:block;
overflow:hidden;
}
.round .t b, .round .b b{
float:right;
width:50%;
}
.round .t .r{
background-position:top right;
}
.round .b .r{
background-position:bottom right;
}
.round .b{
background-position:bottom left;
}
.round .br{
clear:both;
display:block;
overflow:hidden;
height:0px;
}

