/*New England Violins.Com Style Sheet*/

body {
  font-family: Georgia, Times New Roman, serif;
  font-size:10pt; 
  margin : 0;
  padding : 0;
  background-color : #F8EDC2; 
}

table {
  font-family: Georgia, Times New Roman, serif;  
  font-size:10px; 
  font-weight: normal;
  line-height:115%
  text-align:left; 
  text-indent: 0px;
}

p, ul, ol, li {
  font-family: Georgia, Times New Roman, serif;
  font-size:10pt; 
  color:#663300; 
  font-weight:normal;
  text-align:left;
  line-height:115%;
  margin-left:0px; 
  margin-right:0px;
  margin-bottom:0px; 
  margin-top:0px;
}
  
h1 {

  font-family:Verdana, Arial, Helvetica, san-serifs; 
  font-size:14pt; 
  font-weight:bold;
  color:#663300; 
  text-align:center;

}


h2 {
  font-family:Verdana, Arial, Helvetica, san-serifs; 
  font-size:12pt;
  font-weight:bold;
  color:#5C4033; 
  text-align:center;
}

#content {
  top :100px;
  /*margin: top - right - bot-  left */
  margin : 0px 25% 0 20%;
  padding :3px;
  font-family: Georgia, Times New Roman, serif;
  font-size:10pt; 
  color : #663300;
}
#content h1 {
  color : #663300;
} 

 #content h2 {
  color : #996600;
}

 #rightnavigation {
  display: none;
  position : absolute;
  background-color : #FFFFEE; 
  top : 100px;
  margin-top : 0px;
  left : 800px;
  width : 140px;
  padding-left :2px;
  z-index : 3;
  color : #663300;
  padding : 3px;
}
#leftnavigation {
 /*	display: block; */
/*   float : left;
  position: static;*/
  position : absolute;
  left : 25px; 
  top: 100px;
  width : 150px;
  margin-left : 10px;
  margin-top : 0px;
  color : #663300;
  padding : 3px;
  height: 150px;
}


a:hover {
	color: #FF000FF
}
a:link {
	font-family: Verdana, Arial, Helvetica, san-serifs; 
	color: #0000CC;
	font-size:12px;
	text-decoration:strong;
}
a:visited {
	color: #6600CC;
	font-size: 12px;
	text-decoration: strong;
}	
