body  {
	font: 100% Calibri, Lucida Sans Unicode, Lucida Grande, Verdana, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url("../Graphics/backgroundMaster.jpg");
	background-repeat:no-repeat;
	background-position:right bottom;
  }


.popupbody {
  background-color: #C6CFBA;
  }
  
.twoColElsLt #container {
	width: 50em;
/*	background: #CFC2BA; */
	margin: 0 auto;
	border: 0px solid;
	text-align: left;
  } 

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLt #sidebar1 p" rule.
*/

.twoColElsLt #sidebar1 {
	float: left;
	width: 10em;
	background: #90B05E;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
  }

.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
  }

/*
.twoColElsLt #mainContent {
 	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. 
} 
*/

.twoColElsLt #mainContent {
 	margin: 0 1.5em 0 11em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
  } 

.twoColPopUp #popUpContainer {
	background: #CFC2BA;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
  } 

.twoColPopUp #imageSelectSidebar {
	float: left;
	width: 10em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 0;
  }

.twoColPopUp #imageArea {
 	margin: 0 1.5em 0 11em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
  } 
  
.twoColPopUp #imageSelectSidebar h3, .twoColPopUp #imageSelectSidebar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
  }

.floatright { 
	float: right;
	margin-left: 8px;
  }

.floatleft {
	float: left;
	margin-right: 8px;
  }

.floatclear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
  }
  
.normaltext {
	color: #000000;
	font-weight: normal;
  font-style: normal;
  }

.italictext {
	color: #000000;
	font-weight: normal;
  font-style: italic;
  }

.detailtext {
	font-size: x-small;
	color: #000000;
  }

.detailitalictext {
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
  color: #333300;
  }
  
.imagecaption {
	font-size: small;
	font-style: italic;
	font-weight: bold;
  color: #333300;
  }

.buytext {
	font-size: x-small;
	font-weight: bold;
  color: #FF0000
  }
    
.pricetext {
	font-size: x-small;
	font-weight: bold;
  color: #006600
  }
    
.bolditalicsubheader {
	font-weight: bold;
	color: #333300;
	font-style: italic;
  }

.boldheader {
	color: #660000;
	font-weight: bold;
	font-family: "Arno Pro", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  }

.boldreversetableheader {
  color: #CCFFFF;
  text-align: center; 
  font-size: small; 
  }

.style3 {
  color: #CCFFFF; 
  font-size: x-small; 
  }

.smallitalicbold {
	font-size: small;
	font-style: italic;
	font-weight: bold;
  }
  
  
.buttonclose { 
  border: none; 
  background: url('../buttons/closebutton.png') no-repeat top left; 
  padding: 4px 30px; 
  height: 30px; 
  width: 136px; 
  }

.buttonclose:hover { 
  border: none; 
  background: url('../buttons/closebuttonhover.png') no-repeat top left; 
  padding: 4px 30px; 
  height: 30px; 
  width: 136px; 
  }
  
