body {
    font-family: "Palatino Linotype", "Palatino", "Book Antiqua", Georgia, serif;
	/*background-color: #F3E9B4;
	*/color: #1c1c1c;
	font-size: .9em;
	}

td {
    font-family: "Palatino Linotype", "Palatino", "Book Antiqua", Georgia, serif;
}

th {
    font-family: "Palatino Linotype", "Palatino", "Book Antiqua", Georgia, serif;
}
a:link, a:visited {
	color:#336633;
	text-decoration: none;
	}
a:hover, a:active{
	color:#333333;
	text-decoration: underline;
	}
		
#wrap {
	width: 960px;
	text-align: center;
	margin: 0 auto;
	background-color: #ffffff;
	/*border: #666666 medium double;*/
	}
	
#leftcol {
	float:left;
	width: 350px;
	margin-right: 10px;
	padding: 5px;
	/*border: black medium double;
	*/}
#rightcol {
	float:left;
	width: 545px;
	height:  100%;
	padding: 7px 10px 5px 10px;
	/*border: black medium double;
	*/}
	
#clear {
	clear: both;
	}	
.logo {
	float:left;
	padding: 0 0 20px 5px;
	}
.navigation {
	text-align: right;
	background-image: url(images/border.png);
	background-repeat: repeat-x;
	background-position:center;
	padding: 3px 0 0 0;
	margin: 0;
	/*border-bottom: #000 medium double;*/
	}
.h1 {
    font-family: "Palatino Linotype", "Palatino", "Book Antiqua", Georgia, serif;
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #2E2E2E;
	}
.h2 {
	color:#336633;
	font-size: 1.1em;
	font-weight:bold;
	letter-spacing:1px;
	}	
.small {
	font-size: smaller;
	}
.fabric {
	color: #1c1c1c;
	font-style: italic;
	}
.contact {
	border-top:  #666666 medium double;
	padding-bottom: 5px;
	text-align: center;
	list-style-type: square;
	color: #336633;
	}
.contact li {
	display: inline;
}	