	body {
		text-align:center;
		font-size: 12px; 
		line-height: 15px; 
		font-family: Arial, Verdana, sans-serif; 
		background: #fff;
		}
	
	#frame {
		width:720px;
		margin-right:auto;
		margin-left:auto;
		margin-top:5px;
		padding:10px 0 0 0;
		text-align:left;
		border-top: 1px solid #6cf;
		border-left: 1px solid #6cf;
		border-right: 1px solid #6cf;
		background: #fff url(images/diag.gif);
		}
		
	#contentleft {
		width:150px;
		margin:0 0 5px 4px;
		float:left;
		
		}
		
	#contentleft p{
	background: url(images/Sidebar_03.gif);
	margin:0;
	 padding:0 8px 0 4px;
	 font-size: 10px; 
	 font-family: Arial, Verdana, sans-serif; 	
	}
	
	#contentleft img{
	margin:0;
    display:block;	
	}

	#contentcenterproducts {
		padding:0;
		margin-left:5px;
		float:left;
		}
	
	#contentcenter {
		padding:5px;
		margin-left:5px;
		margin-bottom:5px;
		float:left;
		border:#6cf solid 1px;
		background:#fff;
		}
	
	#defaultcenter {
		padding:0;
		margin-left:auto;
		margin-right:auto;
		float:left;
		border:#6cf solid 1px;
		background:#fff;
		width:404px;
		}
		
	
	
		
	#contentright {
		width:150px;
		margin:0 0 0 6px;
		float:right;
		}
		

	#contentright p{
	background: url(images/Sidebar_03.gif) center repeat-y;
	margin:0;
	padding:0 5px 0 5px;
	font-size: 10px; 
	font-family: Arial, Verdana, sans-serif; 	
	}
	
	#contentright img{
	margin:0;
    display:block;	
	}
	
	#contentright form{
	margin:0;
    display:block;	
	}
	
	#contentheader {
	height:125px;
	width:720px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	padding:0px;
	text-align:left;
	background: #fff url(images/header.gif);
	z-index:5;
	}
		

	#contentheader img{
	display:block;
	}
		
		
	#contentfooter {
		background:#9cf url(images/footer.gif);
		width:720px;
		margin-right:auto;
		margin-left:auto;
		padding-top:5px;
		padding-bottom:5px;
		color:#fff;
		border-bottom: 1px solid #6cf;
		border-left: 1px solid #6cf;
		border-right: 1px solid #6cf;
		}
		
	#contentfooter a{
		color:#fff;
		text-decoration:none;
	}
	
	#contentfooter a:hover{
		color:#fff;
		text-decoration:underline;
	}
	
	 #storystyle{
   color:#333;
   text-decoration:none;
   line-height: 1.5em;
   padding:5px;
   }
	
   #faqstyle{
   color:#333;
   text-decoration:none;
   }
   
    #faqstyle a{
   color:#333;
   text-decoration:none;
   }
   
     #faqstyle a:hover{
   color:#6cf;
   text-decoration:none;
   }
	

ul.makeMenu, ul.makeMenu ul {                 		
  cursor: default;             
  display:block;
  margin:0;
  padding:0;
  font-size:10px;
  
}

ul.makeMenu ul {
padding-top:10px;
}

ul.makeMenu{           
  position: relative; 
  top:44px;
  left:215px;
  
}

ul.makeMenu li {
  list-style-type: none;     
  margin: 0px;               
  position: relative;         								
  color: #000;                 
  float:left;
  
}
ul.makeMenu li > ul { 
  background: #ccf;/* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 35px;                    /* position slightly lower than the parent menu item */
  left: 2px;
  border-right: 1px solid #99f;
  border-left: 1px solid #99f;
  width:75px;
  
}

#bottom{
	position:relative;
	top:10px;
	
}

ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
  border-right: 1px solid #99f;
  border-left: 1px solid #99f;
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */

}
ul.makeMenu li.bottom:hover {   
  background: #ccf url(images/tab-bottom.gif) no-repeat bottom center;
  position:relative;
  top:50px;
}


/* and some link styles */
ul.makeMenu li a { color: #000; width:100%; text-decoration: none; width:75px;}
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #fff; width:75px;}
ul.makeMenu li:hover > a { color: #fff; } /* supports links in branch headings - must not be display: block; */

img{border:0px}
