@charset "UTF-8";
/* CSS Document */

body, html {
    margin: 0;
    padding: 0;
	background-color: #FFFFFF;
	}

	p{margin:0}

	a:link{
	text-decoration:none;
	color:#EE3E72;
	outline:none;
	}
	
	a:visited{
	text-decoration:none;
	color:#EE3E72;
	outline:none;
	}
	
	a:hover{
	text-decoration:none;
	color:#EE3E72;
	outline:none;
	}
	
	a:active{
	text-decoration:none;
	color:#EE3E72;
	outline:none;
	}

	H1 {
	color:#FFFFFF;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	margin:0;
	font-weight: normal;
	}
	
	.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	}
	.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	color:#666666;
	}
	.style3 {color: #666666}
	
	.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	color:#EE3E72;
	}  

	.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0;
	color:#EE3E72;
	}     
	
	.style6 { /* this is the style for the footer */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	color:#FFCC99;
	}        
	  
	.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	color:#666666;
	}
	  
	.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8px;
	margin:0;
	color:#666666;
	}  
	  
	   
   #wrapper {
	position: relative;
	height: 768px;
	width: 1024px; /* your wrapper obviously needs a width otherwise it will be 100% */
	margin: 10px auto; /* This is the proper way to center in a standards compliant browser */
	padding: 1px 0px;
	background-image:url(Images/background.gif);
	}
   
   /* This is the IE workaround */
   body { text-align: center; }
   #wrapper { text-align: left; }
   #info { text-align: left; }
   #maintxt { text-align: left; }
   
   
   #band {
	position: absolute;
	height: 150px;
	width: 1024px;
	margin: 150px auto;
	padding: 1px 0px;
	background-image:url(Images/band.gif);
	}
  
	#title {
  	position: absolute;
	height: 40px;
	width: 300px; 
    margin: 250px 230px;
	}

	#menu {
  	position: absolute;
	height: 65px;
	width: 195px; 
    margin: 225px 20px;
	}
	   
	#main {
	position: absolute;
	height: 700px;
	width: 470px;
	margin: 40px 535px;
	background-image:url(Images/box.gif);
	}
 	
	#maintxt {
	position: relative;
	height: 680px;
	width: 450px;
	margin: 10px auto;
	overflow:auto;
	}
	
 	#picbox {
	position: relative;
	height: 395px;
	width: 450px;
	margin: 10px 10px;
	background-color:#FFFFFF;
	padding: 0;
	}
	
	#content {
	position: relative;
	height: 235px;
	width: 450px;
	margin: 10px 10px;
	background-color:#FFFFFF;
	padding: 1px 1px;
	font: Arial;
	font-size: 12px;
	color: 58595B;
	border-width: 2px;
	}
 
    #cart {
	position: absolute;
	height: 395px;
	width: 470px;
	margin: 345px 20px;
	background-image:url(Images/shoppingbox.gif);
	background-repeat:no-repeat;
	padding-top:5px;
	}

    #footer {
	position: relative;
	height: 40px;
	width: 1024px; /* your wrapper obviously needs a width otherwise it will be 100% */
	margin: 0px auto; /* This is the proper way to center in a standards compliant browser */
	padding: 1px 0px;
	background-color:#FFFFFF;
	text-align:center;
	}

	 #info {
	position: relative;
	height: 370px;
	width: 450px;
	margin: 10px auto;
	}
