@charset "utf-8";
/* CSS Document */
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding: 20px;
	background-image: url(../images/backgrounds/batch%203/batch%201%20slanted.jpg);
	font-size: 14px;
	font-family: "Gill Sans MT", "Arial";
	font-style: normal;
	overflow: visible;
}

p  {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: "Gill Sans MT", "Arial";
	overflow: visible;
	font-style: normal;
}

img {
	padding: 0px;
	margin: 0px;
}


.twoColLiqLt #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	background-color: #90979F;
	height: 900px;
	text-align: left;
	border: 1px solid #C9C9C9;
}

.twoColLiqLt #mainContent {
	margin: 0 auto;
	margin-top: 15px;
	width: 770px;
	border: Solid 1px #EBECED;
	background-color: #EBECED;
	height: 700px;
	
} 

.twoColLiqLt #piclefttextright {
	margin: 0 auto;
	height: 18em;
	padding-top: 0;
	background-color: #EBECED;
	width: 740px;
	margin-top: 15px;
}

.twoColLiqLt #buycontent {
	margin: 0 auto;
	height: 13em;
	padding-top: 0;
	background-color: #EBECED;
	width: 740px;
	margin-top: 15px;
}

.twoColLiqLt #picrighttextleft {
	margin: 0 auto;
	height: 18em;
	padding-top: 0;
	background-color: #EBECED;
	width: 740px;
	margin-top: 15px;
}

.twoColLiqLt #navbar {
	background-color: #ecc270;
	width: 800px;
	height: 27px;
	margin: 0 auto;
	clear: right;
}
.twoColLiqLt #navBarButtons {
	background-color: #ecc270;
	width: auto;
	float: left;
	height: 27px;
	margin: 0 auto;
	clear: right;
}


.twoColLiqLt #header {
	background-color: #90979F;
	width: 800px;
	height: 72px;
	margin: 0 auto;
}

.twoColLiqLt #copyright {
	margin: 0 auto;
	padding-top: 0;
	background-color: #90979F;
	width: 800px;
	height: 27px;
	float: none;
	clear: both;
}
.twoColLiqLt #meta {
	margin: 0 auto;
	padding-top: 0;
	background-color: #90979F;
	width: 800px;
	height: 80px;
	float: none;
	clear: both;
}


.twoColLiqLt #spacer {
	margin: 0 auto;
	padding: 0;
	background-color: #EBECED;
	width: 740px;
	height: 1%;
	clear: both;
}

.twoColLiqLt #buynowandinstructions {
	margin: 0 auto;
	padding: 0;
	background-color: #EBECED;
	width: 740px;
	height: 4em;
	clear: both;
}




.twoColLiqLt #image_left {
	padding-left: 15px;
	padding-top: 15px;
	background-color: #EBECED;
	width: 400px;
	height: 20em;
	float: left;
}


.twoColLiqLt #text_right {
	padding-right: 15px;
	padding-top: 15px;
	background-color: #EBECED;
	width: 340px;
	height: 20em;
	float: right;

}

.twoColLiqLt #image_right {
	padding-right: 15px;
	padding-top: 15px;
	background-color: #EBECED;
	width: 200px;
	height: 20em;
	float: right;
}


.twoColLiqLt #text_left {
	padding-left: 15px;
	padding-top: 15px;
	background-color: #EBECED;
	width: 540px;
	height: 20em;
	float: left;
	text-align: right;
}

.twoColLiqLt #three_panel {
	margin: 0 auto;
	background-color: #EBECED;
	width: 770px;
	height: 200px;
	padding: 0px;
}







.twoColLiqLt #main_panel_with_wings {
	margin: 0 auto;
	background-color: #EBECED;
	width: 770px;
	height: 6em;
	padding: 0px;

}

.twoColLiqLt #wing_left {
	background-color: #EBECED;
	width: 90px;
	height: 251px;
	padding: 0px;
	margin-left: 20px;
	clear: none;
	float: left;
}

.twoColLiqLt #wing_middle {
	background-color: #EBECED;
	width: 360px;
	height: 251px;
	padding: 0px;
	margin-left: 20px;
	clear: both;
	margin: 0 auto;
}

.twoColLiqLt #wing_right {
	background-color: #EBECED;
	width: 360px;
	height: 5empx;
	padding: 0px;
	margin-left: 20px;
	clear: both;
	margin: 0 auto;
}










.twoColLiqLt #paypalicon {
	background-color: #EBECED;
	width: 770px;
	padding: 0px;
	clear: both;
	margin: 0 auto;
}











/* Class Definitions */


.clearbothfloatleft  {
	clear: both;
	float: left;
}

.clearbothfloatnone  {
	clear: right;
	float: none;
}

.clear { 
clear:both; 
width:100%; 
font-size:1px; 
} 

.copyrighttext  {
	font-size: 16px;
	font-family: "Gill Sans MT", "Arial";
	color: #EDC271;
	text-align: left;
	text-indent: 15px;
	padding: 0;
}

.MainText  {
	font-size: 14px;
	font-family: "Gill Sans MT", "Arial";
	color: #000000;
	text-align: left;
	padding: 10px;
}


.MainTextRight  {
	font-size: 14px;
	font-family: "Gill Sans MT", "Arial";
	color: #000000;
	text-align: left;
	margin-left: 20px;
	padding-right: 15px;
	margin-top: 0em;
	margin-bottom: 1em;
}


.MainTextLeft  {
	font-size: 14px;
	font-family: "Gill Sans MT", "Arial";
	color: #000000;
	text-align: left;
	padding-left: 5px;
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: 5px;
	clear: both;
}



.picclearbothfloatleft  {
	clear: both;
	float: left;
	padding: 0px;
	padding-right: 10px;
	margin-bottom: 40px;

}

.picclearbothfloatright  {
	clear: left;
	float: right;
	padding-left: 10px;
}









.content_text  {
	font-size: 14px;
	font-family: "Gill Sans MT", "Arial";
	color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 10px;	
}

.content_text_left  {
	font-size: 14px;
	font-family: "Gill Sans MT", "Arial";
	color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 10px;
	overflow: visible;
}

.float_right   {
	margin-left: 0px;
}

.three_panel_pic   {
	margin-top: 15px;
	margin-left: 20px;
}

.three_panel_pic_last   {
	margin-top: 15px;
}

.buynowtext {
	font-size: 18px;
	font-family: "Gill Sans MT", "Arial";
	text-align: center;
	margin-top: 10px;
}
.meta_bottom {
	font-size: 12px;
	color: #333;
	font-family: "Arial";
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
