﻿body
{
margin:0px;
font-size: 1em; font-family: Geneva, Arial, Helvetica, sans-serif; background-color:#FFFFFF; 
}

a:link{color:blue}
a:hover{ color:#FF9933}
a:active{ color:red }

p {text-align: left;}

H1 { font-size:2.5em; font-family: Arial, Helvetica; text-align:center; color:black; margin:0px 0px 15px 0px; padding:0px;}
H2 { font-size:1.7em; font-family: Arial, Helvetica; text-align:center; color:#000080 }
H3 { font-size: 1.4em; font-family: Arial, Helvetica; text-align:center; color:#000080 }
HR { color=#ff9933 }
HR { border-width: 1px; border-style: solid; border-color: orange }

#Outer{
	position: relative;
	margin-left: auto; margin-right: auto;
 	width: 99%;
 			}
		
#Outer2 {
	position: relative;
	margin-left: 130px; margin-right: auto;
 	width: 580px;
 	 	 		}

#Content {
	position: absolute;
	margin-left: 165px; margin-right: auto; margin-top:13px;
	width: 560px;
	border: 2px; border-style: solid; border-color: #006699; 
	padding-left:10px; padding-right:10px; padding-top:20px; padding-bottom:0px;
	}
	
	
#EbayContent {
	position: relative;
	margin-left: 165px; margin-right: auto;
 	width: 660px;
	border: 2px; border-style: solid; border-color: #006699; 
	padding-left:10px; padding-right:10px; padding-top:20px; padding-bottom:0px;
	}



#menutop {
	position: relative;
	font-size: 12px; text-align: center;
	margin-left:auto margin-right:auto; margin-top:-30px; 
 	width: 550px;
 	  		 	}


#bottom
{
margin-left:auto margin-right:auto; 
font-size: 85%; 
background-color:#ffffff;
border: 0px; border-style: solid; border-color:#FF9933;
padding: 2px;
width: 450px;

}
/*FDF2D0This is a colored box surrounding text for the bottom of every page<div class="bottom">content of box</div>*/




#Menu
{
	position: absolute;
	margin-left:10px; margin-top:90px; width:150px;
}


#subscribebox
{position: relative;
margin-left:33%; 
width:180px;
text-align:center;
background-color:#FDF2D0;
border: 2px; border-style: solid; border-color:#000080;
padding: 2px;

}









.textbox
{
width: 80%; margin-left: auto; margin-right: auto;
background-color:#FDF2D0;
border: 2px; border-style: solid; border-color:#FF9933;
padding: 6px; 
}
/*This is a colored box surrounding text<div class="textbox">content of box</div>*/

.orderbox
{
width: 80%; margin-left: auto; margin-right: auto;
background-color:#FDF2D0;
border: 3px; border-style: dashed; border-color:black;
padding: 6px; 
}
/*This is a colored box surrounding text<div class="orderbox">content of box</div>*/


.orderbox2
{
width: 80%; margin-left: auto; margin-right: auto;
background-color:#ffffff;
border: 3px; border-style: dashed; border-color:black;
padding: 6px; 
}
/*This is a colored box surrounding text<div class="orderbox">content of box</div>*/



.menuoptin
{
width: 90%; margin-left: auto; margin-right: auto;
background-color:#F3F0FB;
border: 3px; border-style: solid; border-color:silver;
padding: 6px; 
}
/*This is a colored box surrounding text<div class="orderbox">content of box</div>*/




.textboxcenter
{
width: 80%; margin-left: auto; margin-right: auto;
text-align:center;
background-color:#FDF2D0;
border: 2px; border-style: solid; border-color:#FF9933;
padding: 6px; 
}
/*This is a colored box surrounding text<div class="textbox">content of box</div>*/

.videobox
{
width: 65%; margin-left: auto; margin-right: auto;
text-align:center;
background-color:#ffffff;
border: 0px; border-style: solid; border-color:#000080;
padding: 6px; 
}
/*This is a colored box surrounding text<div class="textbox">content of box</div>*/


.borderbox
{
width:438px; 
margin-left: auto; margin-right: auto;
background-color:#FFFFFF;
border: 2px; border-style: solid; border-color: #000080; 
padding-left: 6px; padding right: 6px; padding-top: 6px; padding-bottom: 6px;
}
/*This is a colored border around text<div class="borderbox">content of box</div>*/



#Cart {
	position: relative;
	margin-left: 480px; margin-right: auto; margin-top: -80px;
 	 	 		}





 /*#Header {
	position: absolute;
	background-image: url('images/header/bluepaint2.jpg'); background-repeat: no-repeat; background-position: top;
	height: 180px; width: 600px; 
	margin-left: 235px; margin-right:0px; margin-top:-150px; margin-bottom:0px; 
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;
	text-align: center;  font-size: 14px;
}*/
	
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>
#Header {height: 150px;}*/