body 
	{
	background-image: url(images/bg_tile.gif);
	font-family: Arial, Helvetica, sans-serif; 
	}

/* \*/
* html #tlc, * html #trc, * html #brc, * html #blc, * html #lb, * html #rb, * html #tb, * html #bb {height: 1%;}
/* */

a
	{
	text-decoration: underline;
	font-weight: bold; 
	color: #010d96;
	}
	
a:hover
	{
	color: #6170b6;	
	}	
	
strong 	
	{
	color: #000;
	font-weight: bold; 
	}
	
h1 	
	{
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #990100; 
	padding: 10px 0 0 10px; 
	}		

h2 	
	{
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #4753BC;
	padding: 5px 0 0 10px; 
	}	
	
h3 	
	{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #010d96;
	padding: 5px 0 0 10px; 
	}
		
h4 	
	{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #364094;
	padding: 5px 0 0 10px; 
	}	

ol li
	{
	margin: 0 0 7px 0; 
	}	
	
	
#main_border
	{
	position: relative; 
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
	width: 900px; 
	background-color: transparent;
	padding: 0px; 
	}
 	
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/bg_tlc.jpg);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/bg_trc.jpg);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/bg_blc.jpg);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/bg_brc.jpg);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/bg_tb.jpg);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bg_bb.jpg);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/bg_rb.jpg);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #9da6d2;
	background-image:url(images/bg_lb.jpg);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
#main_content	
	{
	position: relative; 
	width: 880px; 	
	background-color: transparent; 
	padding: 10px; 
	}

#top_banner
	{
	width: 880px; 
	height: 115px; 
	margin: 0 0 3px 0; 
	padding: 0; 
	} 	
	
#top_pattern
	{
	width: 880px;
	height: 22px;  
	background-image:url(images/top_pattern.jpg);
	margin: 0 0 3px 0;  
	} 	
	
#contact_strip
	{
	width: 880px; 
	height: 21px; 
	background-color: #eeeff8; 
	margin: 0 0 3px 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #000000;	
	padding: 3px 0 3px 0; 
	text-align: center; 
	}	
	
#contact_strip a
	{
	text-decoration: underline;
	color: #010d96;	
	} 	
	
#contact_strip a:hover
	{
	color: #6170b6;	
	} 		
	
/* \*/
* html #sidebar, * html #testimonials {height: 100%;}
/* */	
	
#white_box_home
	{ 
	width: 880px; 
	min-height: 1900px; 
	background-image: url(images/bg_white_box.gif);
	background-repeat: repeat-y; 
	margin: 0;
	padding: 0; 
	border-bottom: solid 120px #9da6d2;  
	} 	
	
#white_box
	{ 
	width: 880px; 
	min-height: 1700px; 
	background-image: url(images/bg_white_box.gif);
	background-repeat: repeat-y; 
	margin: 0;
	padding: 0; 
	border-bottom: solid 120px #9da6d2; 
	} 

#spacer
	{
	float: left; 
	clear: right;
	} 	
		
#flash
	{
	position: relative; 
	z-index: 9; 
	}
	
#side_bar
	{
	position: absolute; 
	left: 10px; 
	width: 154px;
	margin: 0; 
	padding: 0; 
	background-color: #9da6d2;
	}	
		
/* start navigation */	

/* menu based on example from www.sperling.com */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
* html #menua ul li{float:left;height:1%;}
* html #menua ul li a{height:1%;}
/* End */

/*new revised top of menu*/

#menua		                                
	{	
	position:absolute;	
	top:0;
	left:0;
	z-index: 10;
	width: 140px;						         
	line-height: 22px; 
	font-size: 12px;
	color: #272967;
	font-weight: bold; 
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menua a
	{
	width: 100%;
	display: block;						
	padding-top: 0.2em;						
	padding-bottom: 0.2em;
	padding-left: 5px; 
	border-bottom: 1px solid #eeeff8;		
	white-space:nowrap;
	}

#menua a, #menua a:visited				
	{
	color: #272967;
	background-color: #c9d0f0; /*#adb5da;*/
	text-decoration: none;				      
	}
#menua a.sub_menu, #menua a.sub_menu:hover 	
	{
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	position:relative;
	z-index:100;
	}

#menua a:hover				             
	{
	color: #272967;
	background-color: #9da6d2;/*c9d0f0*/
	}
	
#menua li
	{
	list-style-type: none;		          
	}

#menua ul li
	{
	position: relative;
	z-index:40; 
	}

#menua li ul
	{
	position: absolute;
	top: 0;
	left: 140px;				                
	display: none;
	z-index:100;
	}

div#menua ul, #menua ul ul, div#menua ul ul ul
	{
	margin: 0;				               
	padding: 0;
	width: 140px;		             
	}

div#menua ul ul, div#menua ul ul ul, div#menua ul li:hover ul ul, div#menua ul li:hover ul ul ul
	{
	display: none; 
	}

div#menua ul li:hover ul, div#menua ul ul li:hover ul, div#menua ul ul ul li:hover ul
	{
	display: block;
	}





/* end of new menu*/


#menuv		                                
	{	
	position:absolute;	
	top:306px;
	left:0;
	z-index: 10;
	width: 140px;						         
	line-height: 22px; 
	font-size: 12px;
	color: #272967;
	font-weight: bold; 
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	width: 100%;
	display: block;						
	padding-top: 0.2em;						
	padding-bottom: 0.2em;
	padding-left: 5px; 
	border-bottom: 1px solid #eeeff8;		
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				
	{
	color: #272967;
	background-color: #adb5da;
	text-decoration: none;				      
	}
#menuv a.sub_menu, #menuv a.sub_menu:hover 	
	{
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	position:relative;
	z-index:100;
	}

#menuv a:hover				             
	{
	color: #272967;
	background-color: #9da6d2;
	}
	
#menuv li
	{
	list-style-type: none;		          
	}

#menuv ul li
	{
	position: relative;
	z-index:40; 
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 140px;				                
	display: none;
	z-index:100;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin: 0;				               
	padding: 0;
	width: 140px;		             
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none; 
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
	
/* end nav */ 	

#sidebar_buttons
	{
	width: 150px; 
	position: absolute; 
	top: 600px; 
	left: 0;
	z-index:11; 
	}
	
#central_content_home
	{
	width: 500px;
	margin-left: 160px; 
	margin-bottom: 160px; 
	padding: 20px 0 0 0; 
	min-height: 1600px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	}	

#central_content
	{
	width: 500px;
	margin-left: 160px; 
	margin-bottom: 0; 
	padding: 20px 0 0 0; 
	min-height: 1600px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	}		

#central_content p
	{
	padding: 3px 10px 0 10px; 
	}	

#central_content a
	{
	text-decoration: underline;
	font-weight: bold; 
	color: #010d96;
	}
	
#central_content a:hover
	{
	color: #6170b6;	
	}	
	
#central_content strong 	
	{
	color: #000;
	font-weight: bold; 
	}
	
#central_content li
	{
	padding: 0 0 5px 0; 
	}
	 		
#products p
	{
	padding: 3px 10px 0 10px;
	margin:0; 
	}	
	
#red_links
	{
	text-decoration: underline;
	color: #990100;
	}	
	
#testimonials
	{
	width: 200px;
	position: absolute; 
	left: 685px;
	top: 190px; 
	background: url(images/box_testimonials.jpg); 
	background-repeat: repeat-y; 
	padding: 9px 10px 5px 10px;
	} 
		
#testimonials p 			
	{
	float: left; 
	clear: right; 
	width: 100px; 
	margin: 5px 0 0 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	text-decoration: none;
	color: #000; 
	font-weight: normal;
	} 

#testimonials a 
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	text-decoration: underline;
	color: #010d96; 
	font-weight: bold;
	} 
	
#testimonials a:hover 
	{
	color: #6170b6; 
	} 	
	
#testimonials img
	{
	float: right; 
	padding: 5px; 
	width: 75px; 
	height: 94px; 
	margin: 0 15px 0 0; 
	}	
	
.testimonials_links 
	{
	clear: right; 
	width: 200px; 
	height: 29px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	}	
	
.testimonials_links_bottom 
	{
	clear: right; 
	width: 200px; 
	height: 15px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	}	

.testimonials_links a
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	text-decoration: underline;
	color: #010d96; 
	font-weight: normal;
	}				
/*-----------------------New Styles for new Intro Avatar Page-------------Brandy Added----------------*/
#testimonials2
	{
	width: 200px;
	height:278px;
	position: absolute; 
	left: 685px;
	top: 190px; 
	background: url(images/box_testimonials.jpg); 
	background-repeat: repeat-y; 
	padding: 9px 10px 5px 10px;
	} 
		
#testimonials2 p 			
	{
	float: left; 
	clear: right; 
	width: 100px; 
	margin: 5px 0 0 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	text-decoration: none;
	color: #000; 
	font-weight: normal;
	} 

#testimonials2 a 
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	text-decoration: underline;
	color: #010d96; 
	font-weight: bold;
	} 
	
#testimonials2 a:hover 
	{
	color: #6170b6; 
	} 	
	
#testimonials2 img
	{
	float: right; 
	padding: 5px; 
	width: 75px; 
	height: 94px; 
	margin: 0 15px 0 0; 
	}	
	
/*.testimonials_links 
	{
	clear: right; 
	width: 200px; 
	height: 29px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	}	
	
.testimonials_links_bottom 
	{
	clear: right; 
	width: 200px; 
	height: 15px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	}	

.testimonials_links a
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	text-decoration: underline;
	color: #010d96; 
	font-weight: normal;
	}*/				
	
/* Testimonials new - testing - Lyndall */ 

.testimonials_new
	{
	width: 180px;
	background: url(images/box_testimonials_new.jpg); 
	background-repeat: no-repeat; 
	padding: 9px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	text-decoration: none;
	color: #000; 
	font-weight: normal;
	} 
		
.testimonials_new a 
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	text-decoration: underline;
	color: #010d96; 
	font-weight: bold;
	} 
	
.testimonials_new a:hover 
	{
	color: #6170b6; 
	} 	
	
.testimonials_new img
	{
	float: right; 
	padding: 2px; 
	width: 75px; 
	height: 94px; 
	margin: 0 15px 0 0; 
	}


/* testimonials new ends */ 	
	
#central_content_intro
	{
	width: 511px;
	margin-left: 160px; 
	margin-bottom: 10px; 
	padding: 10px 0 0 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	}	
#introimage {
	width:511px;
	height:305px;
	background: url(images/intro_main_image.jpg) repeat-y; 
	}
#white_box_intro
	{ 
	width: 880px; 
	height: 325px; 
	background-image: url(images/bg_white_box.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0; 
	border-bottom: solid 0px #9da6d2;  
	} 
		
#footer
	{
	position: absolute; 
	bottom: 12px; 
	left: 165px; 
	width: 725px; 
	height: 165px; 
	background-color: #fff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	line-height: 16px; 
	color: #000; 
	font-weight: normal;
	} 	
	
.footer strong
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	line-height: 16px; 
	color: #010d96; 
	font-weight: bold;
	}	
	
#sidebar_right
	{
	position: absolute; 
	left: 695px; 
	top: 200px; 	
	width: 180px; 
	margin: 0; 
	padding: 0; 
	clear: both; 
	} 
	
#newsletter_signup
	{
	border: 1px solid #9da6d2; 
	width: 170px;
	background-image: url(images/bg_secNav.jpg);
	background-repeat: repeat-x; 
	padding: 7px; 
	}		
	
#newsletter_signup ul
	{ 
	list-style-image: url(images/tick.jpg);
	list-style-type: none; 
	}	

#newsletter_signup li
	{
	padding: 0 2px 2px 2px; 
	}		
		
#secNav
	{
	border: 1px solid #9da6d2; 
	width: 170px;
	background-image: url(images/bg_secNav.jpg);
	background-repeat: repeat-x; 
	padding: 7px; 
	margin-top: 10px;
	margin-bottom: 10px; 
	}

#secNav a
	{
	margin-bottom: 8px;
	padding-bottom: 8px;
	}	
	
.secNav
	{
	border: 1px solid #9da6d2; 
	width: 170px;
	background-image: url(images/bg_secNav.jpg);
	background-repeat: repeat-x; 
	padding: 7px; 
	margin-top: 10px;
	margin-bottom: 10px; 
	}

.secNav a
	{
	margin-bottom: 8px;
	padding-bottom: 8px;
	}	

#ramble 
	{
	width: 900px; 
	margin: 0 auto; 
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #ADB5DA;
	text-align: right; 
	padding: 3px 0 0 0;
	}	
	
#ramble a
	{
	text-decoration: underline;
	color: #ADB5DA;
	}
	
#ramble a:hover
	{
	color: #6170b6;
	}		
	
/* styles carried over */ 

.mainCell
	{
	padding-left:12px;
	padding-top:8px;
	}

div.testimonialBox
	{
	float: left;
	width: 280px;
	background-color: #FFFFDB;
	padding: 6px;
	border: 1px dashed #336699;
	margin: 4px;
	}
	
div.testimonialBox h4
	{
	color: #3366CC;
	}

tr.odd
	{
	background-color: #eeeff8;
	}
	
tr.even
	{
	background-color: #d5d9ec;
	}
	
td.details
	{
	font-size: 11px;
	color: #6170b6;
	padding: 4px 4px 4px 4px;
	}
	
.acro img
	{
	padding-right:8px;
	padding-bottom:8px;
	}
	
.acro p
	{
	padding: 6px 6px 6px 6px;
	background-color: #f3f7f8;
	border: 1px solid Silver;
	float: left;
	clear: both;
	}
	
.acro 
	{
	padding: 6px 6px 6px 6px;
	background-color: #f3f7f8;
	border: 1px solid Silver;
	float: left;
	clear: both;
	}
	
.alert
	{
	background-color: #FFFFDB;
	border: 2px dashed #990000;
	padding: 6px 6px 6px 6px;
	margin: 6px 6px 6px 6px;
	width: 75%;
	}
		
font.red
	{
	font-size: 14px;
	color: #990100; 
	}
	
td.audio_form
	{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
	} 
	
th.audio_form
	{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000; 
	text-align: left; 
	} 	
	
#free_audio
	{
	border-top: 1px dashed #354895;
	border-bottom: 1px dashed #354895;
	} 	
	
#right_bar
	{
	float: right; 
	width: 200px;  
	background: #D8EDF5;
	padding: 3px;
	border: 1px solid #336699;
	margin: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	}
		
#right_bar img
	{
	border: 1px solid #000;
	margin: 3px; 
	float: right; 
	}	
	
#start_now
	{
	width: 446px;
	float: left; 	
	border: 2px dashed #006699;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 4px 4px 4px 4px;
	background-image: url(images/what_are_you_waiting_for_bg.gif);
	background-repeat: no-repeat;
	}			
	
#speaking
	{
	float: right;
	width: 150px; 
	border: 2px dashed #006699;
	font-family: verdana, arial, geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #354895; 
	padding: 5px; 
	margin: 5px; 
	text-align: center; 
	}	
	
#dash
	{
	border-bottom: 1px dashed #354895;
	margin: 0 0 20px 0; 
	} 
	
.dash_all
	{
	border: 1px dashed #272967;
	padding: 10px; 
	margin-top:20px;
	background: #eeeff8; 
	}	
	
.dashed_right
	{
	position: absolute; 
	left: 690px;
	top: 380px; 
	width: 160px; 
	border: 1px dashed #272967;
	padding: 10px;
	margin: 10px;  
	float: right;  
	background: #eeeff8; 
	}				
	
.dashed_right2
	{
	position: absolute; 
	left: 690px;
	top: 580px; 
	width: 160px; 
	border: 1px dashed #272967;
	padding: 10px;
	margin: 10px;  
	float: right;  
	background: #eeeff8; 
	}		
	
.award
	{
	margin: 0 5px 0 5px; 
	float: right; 
	}	
	
.pic_about 
	{
	padding: 8px; 
	}				
	
/* styles for the store */ 

#secNavLinks
	{
	text-decoration: none;
	font-weight: normal; 
	color: #000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;  
	line-height: 20px; 
	}
		
#secNavLinks a
	{
	text-decoration: underline;
	font-weight: normal; 
	color: #000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;  
	line-height: 20px; 
	}		
	
#secNavLinks a:hover
	{
	color: #6170b6;	
	}	
		
#secNav2
	{
	border: 1px solid #9da6d2; 
	width: 170px;
	background-image: url(images/bg_secNav.jpg);
	background-repeat: repeat-x; 
	padding: 7px;
	margin-top: 10px; 
	z-index: 100; 
	}

#secNav2 a
	{
	text-decoration: underline;
	font-weight: bold; 
	color: #010d96;
	line-height: 20px; 
	}
	
#secNav2 a:hover
	{
	color: #6170b6;	
	}		
	
#secNavLinks2
	{
	text-decoration: none;
	font-weight: normal; 
	color: #000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;  
	line-height: 20px; 
	padding: 0 0 0 10px; 
	}
		
#secNavLinks2 a
	{
	text-decoration: underline;
	font-weight: normal; 
	color: #000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;  
	line-height: 20px; 
	}		
	
#secNavLinks2 a:hover
	{
	color: #6170b6;	
	}					
			
#header_img
	{
	margin: 0 0 0 0; 
	} 	

#wrapper
	{
	width: 500px; 
	}
	
.description 
	{
	font-weight: normal; 
	}
	
.description a
	{
	text-decoration: underline;
	font-weight: normal; 
	color: #010d96;
	}
	
.description a:hover
	{
	font-weight: normal; 
	color: #6170b6;	
	}		

#categories
	{
	width: 520px; 
	}

#categoryheader
	{
	color: #990100; 
	}
		
#e-junkie_buttons 
	{
	margin: 5px; 
	} 	

.small
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	color: #000; 
	font-weight: normal;
	padding: 3px 0 0 0; 
	}	
	
.small a
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	color: #010d96; 
	font-weight: normal;
	padding: 3px 0 0 0; 
	text-decoration: underline; 
	}	

.small a:hover
	{
	color: #6170b6;	
	}	
	
	
#product_icon
	{
	float: right;  
	margin: 0 10px 0 10px; 
	}
	
#thumb
	{
	margin: 10px 0 5px 0;
	padding: 3px 10px 0 10px; 
	} 	
		
.testimonial_pic
	{
	float: right; 
	padding: 8px;
	} 

#buttons
	{ 
	padding: 3px 10px 0 10px; 
	} 
	
.red
	{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #990100; 
	padding: 0; 
	}	
	
.red_small
	{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #990100; 
	}		
	
.questionnaire th
	{
	background-color: #eeeff8; 
	font-weight: bold; 
	} 
				
.questionnaire td
	{
	background-color: #eeeff8; 
	}  	
			
.large
	{
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;	
	} 		
	
.large_red
	{
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #990100; 
	}	
		
#privacy
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	line-height: 13px; 
	color: #000; 
	font-weight: normal;
	padding: 3px 0 0 0; 
	}
			
#privacy p 
	{
	padding: 0 10px 0 10px; 	
	} 			
	
#google_search
	{
	width: 180px; 
	margin: 0 0 10px 0; 
	}	
