body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	background: #000000 url('../images/faded_purple_bg.jpg'); 
	background-repeat: repeat;
    overflow: -moz-scrollbars-vertical
}

{
  -moz-outline-style: none; /* gets rid of that pesky dotted out line on FF  */
}

a:active {

 outline: none;

}
a:active{outline:none} /* May get rid of pesky dotted link out line in IE -- not sure */



h1 { color: #ffffff; 
     font-family: arial, verdana, Helvetica, sans-serif; 
     font-size: 10px; 
     font-weight: normal; 
     word-spacing:normal; 
     line-height: 11px }
     
h2 { color: #ffffff; 
     font-family: arial, verdana, Helvetica, sans-serif; 
     font-size: 12px; 
     font-weight: heavy; 
     word-spacing:normal; 
     line-height: 14px}

h3 { color: #711194; 
     font-family: arial, verdana, Helvetica, sans-serif; 
     font-size: 10px; 
     font-weight: heavy; 
     word-spacing:normal; 
     line-height: 11px}
h4 { color: #711194; 
     font-family: arial, verdana, Helvetica, sans-serif; 
     font-size: 12px; 
     font-weight: normal; 
     word-spacing:normal; 
     line-height: 16px;}    
h5 { color: #711194; 
     font-family: verdana, arial, Helvetica, sans-serif; 
     font-size: 14px; 
     font-weight: normal; 
     word-spacing:normal; 
     line-height: 16px;}  
h6 { color: #711194; 
     font-family: georgia, times new roman, serif; 
     font-size: 20px; 
     font-weight: heavy;
     word-spacing:normal; 
     line-height: 20px }
     

.list { color: #711194; 
     font-family: verdana, arial, Helvetica, sans-serif; 
      font-size:14px; 
      text-align:left;
      word-spacing:normal; 
      line-height: 16px; 
      text-decoration:none }
      
.link { color: white;
	  font-size: 12px;
	  text-decoration: underline }
	  
.link:hover { color: yellow;
	        text-decoration: underline }

.link2 { color: black;
	  font-size: 12px;
	  text-decoration: underline; }
	  
.link2:hover { color: red;
	        text-decoration: underline }
        
.web { color: #fdd90b;
	 font-family: verdana, arial, helvetica;
	 font-size: 7pt;
	 text-decoration: none;
	 vertical-align: middle 
 }
.web:hover { color: #82f586; }


.frame { 
border-left:4px  solid #711194; 
border-right:4px  solid #711194; 
border-top:4px solid #711194; 
border-bottom:4px solid #711194; 
position: relative; top: 0px; right:0px; left:0px;
padding: 0;
float: center;
}

.frame2 { 
border-left:8px  solid #fbf6d3; 
border-right:8px  solid #fbf6d3; 
border-top:8px solid #fbf6d3; 
border-bottom:8px solid #fbf6d3; 
position: relative; top: 0px;  left:0px;
padding: 0;
float: center;
}

.frame3 { 
border-left:8px  solid #711194; 
border-right:8px  solid #711194; 
border-top:8px solid #711194; 
border-bottom:8px solid #711194; 
position: relative; top: 0px;  left:0px;
padding: 0;
float: center;
}

#footer {
    position: relative; top:-2px;  left:0px; 
	width:790px;
	height:22px;
	background-image:url('../images/footer.gif');
	text-align:right
}
#copywrite {
    position: relative; top:3px;  left:0px; 
	width:790px;
	height:125px;
	text-align:center;
}

#header {
    position: relative; top:0px;  left:0px; 
	width:790px;
	height:125px;
	background-image:url('../images/gift_gallery_header_purple.jpg');
	background-repeat: no-repeat;
	text-align:right
}

ul {
	padding-top:0;
	padding-bottom:0px;
	line-height:0px;
}

/* ------ end menu --------- */