/* CSS Document */

/* BASIC ELEMENTS */

body{
	font: 11pt/18pt times;
	color: #000000;
	}
	
p {
	font: 11pt/15pt times;
	color: #000000;
	margin-top: 5px;
	text-align: justify;
	margin-left: 40px;
	}
	
h8 {
	font: italic bold 11pt/14pt times;
	color: #000000;
	margin-top: 0px;
	text-align: justify;
	margin-left: 40px;
	}
	
h6 {
	font: italic bold 12pt/14pt times;
	color: #000000;
	margin-top: 0px;
	text-align: justify;
	margin-left: 40px;
	}
	
h5 {
	font: 8pt/10pt arial;
	color: #7b2407;
	margin-top: 2px;
	text-align: center;
	margin-left: 0px;
	letter-spacing: 0px;
	}
	
h1 {
	font: italic normal 18pt times;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #7b2407;
	}
		
h2 {
	font: italic normal 13pt/15pt times;
	letter-spacing: 0px;
	margin-bottom: -1px;
	margin-left: 20px;
	color: #7b2407;
	}

h3 {
	font: normal 11pt/15pt times;
	color: #000000;
	margin-top: 5px;
	text-align: left;
	margin-left: 40px;
	}
	
h4 {
	font: italic normal 9pt times;
	margin-bottom: 0px;
	color: #7b2407;
	}	
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #AF4E1C;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #AF4E1C;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #7b2407;
	}
	
li {
	font: 11pt/15pt times;
	color:#000000;
	margin-left: 30px;	
	}
	
	
/* SPECIFIC DIVS */

#copy {
	background-image: url(images/vision-acupuncture_08.jpg);	
	background-repeat:no-repeat;
	background-color: #fdf7ef;
	}
	
#copytext3 {  
	margin-left: 25px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	}
	
#copytext {  
	margin: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
	}
	
#copytext2 {
	width: 400px;
	}
	
#rightcaptions {
	width: 125px;
	margin-top:30px;
	margin-left: 2px;
	z-index:5;
	}
