/* Judi's Woodwind Repair*/
/* Website and Associated code copyright 2007, DESIGNOJEK*/

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. */
/*What you may NOT use - .jpg, .gif, and .png files. */


/* basics
----------------------------------------------- */

#content p {
	/*font-family: Georgia, Times, serif;*/
	font-size: 0.7em;
	margin: 0px;
	line-height: 16px;
	}
	
#content li {
	font-size: 0.7em;
	}
	
#content td {
	font-size: 0.7em;
	text-align: left;
	}	
	
.clear{
	clear: both;
	}
	
img {
	border: none;
	}	
	
h1 {
	color: #195196;
	font-size: 1.4em;
	}
	
h2 {
	font-family: Georgia, Times, serif;
	color: #392d23;
	font-size: 1em;
	font-variant: small-caps;
	}
	
.left {
	text-align: left;
	}
	
.center {
	text-align: center;
	}

.right {
	text-align: right;
	}
	
h2.header {
	font-weight: bold;
	padding-bottom: 6px;
	color: #97381c;
	font-variant: small-caps;
	}