/* standard css 1.1 for vgfauxfinishes */
/* by Wayne Babineau */

/************ Elements ***************/

	a:link, a:visited { 
		border-bottom: 1px dotted #660000; 
		color: #660000; 
		text-decoration: none; 
	}

	a:link img, a:visited img { 
		border: 0; 
		color: #660000; 
		text-decoration: none; 
	}

	body { 
		margin: 0; 
		padding: 0; 
		background-color: #a38059;
		color: #341a06;
		text-align: left; 
		font-size: small;
		list-style: none;
	}

	h1 { 
		font-family: "Times New Roman", Times, serif; 
		font-size: large; 
		font-weight: bolder; 
		margin: 0 0 0 0; 
		text-align: left; 
		color: #341a06; 
	}
	
	ol, ul {
		font-family: "Times New Roman", Times, serif; 
		font-weight: normal; 
		margin: 0 0 0 20px; 
		text-align: left; 
		color: #341a06;
		list-style: square;
	}

/************ Classes ***************/

	.hiddenimg {
		display: none;
	}	

	.largesample { 
		padding: 1px; 
		border: 1px solid #745431; 
		background-color: #EADBBE; 
	}

	.thumbnail a { 
		float: left; 
		width: 120px; 
		padding: 1px; 
		border: 1px solid #745431; 
		background-color: #EADBBE; 
		margin: 0 0 10px 0; 
	}

	h1.consult {
		font-family: "Times New Roman", Times, serif; 
		font-size: large; 
		font-weight: bolder; 
		margin: 0 0 0 0; 
		text-align: left; 
		color: #341a06; 
	}
	
	h1.sample { 
		font-family: "Times New Roman", Times, serif; 
		font-size: 1.8em; 
		font-weight: normal; 
		margin: 0 0 0 0; 
		text-align: center; 
		color: #000000; 
	}
	
	ol.consult, ul.consult {
		font-family: "Times New Roman", Times, serif; 
		font-weight: normal; 
		margin: 0 0 0 20px; 
		text-align: left; 
		color: #341a06;
		list-style: square;
	}
	
	p.boldred {
		color: #660000;
		background: transparent;
		font-family: "Times New Roman", Times, serif; 
		font-weight: bold;
	}
	
	p.contact {
		background: transparent;
		color: #341a06;
		font-family: "Times New Roman", Times, serif; 
		font-style: italic;
	}
	
	p.bigcaps {
		background: transparent;
		color:  #4a2a0e;
		font-family:  "New Century Schoolbook", "Times New Roman", Times, serif;
		font-size: 96px;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		text-align: center;
	}
	
	p.zapfino {
		background: transparent;
		color: #4a2a0e;
		font-family: "LTZapfino Four", "Aquiline Two", "Edwardian Script ITC", Vivaldi, cursive;
		font-size: 36px;
		font-style: italic;
		font-weight: bolder;
		line-height: 1;
		text-align: center;
	}
	
/************ IDs *******************/

	#disclaimer { 
		height: auto;
		width: auto;
		/* width: 500px;  */
		margin: 30px 0 0 0; 
		font-family: "Times New Roman", Times, serif; 
		font-size: smaller; 
		line-height: 18px; 
		color: #000;
		border-top: 1px dotted #000000;
	}
	
	#disclaimersample { 
		height: auto;
		width: auto;
		/* width: 401px;  */
		margin: 30px 0 0 0; 
		font-family: "Times New Roman", Times, serif; 
		font-size: smaller; 
		line-height: 18px; 
		color: #000; 
		border-top: 1px dotted #000000;
	}

	#navigation a:link, #navigation a:visited { 
		color: #341a06; 
		text-decoration: none; 
		border: 0; 
	}

	#navigation a:link img, #navigation a:visited img { 
		color: #000; 
		text-decoration: none; 
		border: 0; 
	}

	#navigationsample a:link, #navigationsample a:visited { 
		color: #341a06; 
		text-decoration: none; 
		border: 0; 
	}

	#navigationsample a:link img, #navigationsample a:visited img { 
		color: #000; 
		text-decoration: none; 
		border: 0; 
	}

	#topbar { 
		width: auto; 
		height: 10px; 
		background-color: #2a1708; 
	}
