/* CSS Document */
	*{
		margin: 0;
		padding: 0;	
	}
	
	body{
		font-family: garamond,"Times New Roman", Times, serif;
	}
	
	h1{
		background-color: #D1A549;
		padding: 30px 0 5px 10px;
		margin: 0 4px 0 4px;
		font-family: "lucida sans",arial;
		color: #EBD8B1;
	}
	
	h1 a{
		text-decoration: none;
		color: #EBD8B1;
	}
	
		h1 a:hover{
		text-decoration: underline;
	}
	
	h1 a:visited{
			color: #EBD8B1;
	}
	
	h2{
			font-family: "lucida sans",arial;
		color: #D1A549;
		font-size: 95%;
	}
	
	h3{
			font-family: "lucida sans",arial;
		color: #D1A549;
		font-size: 95%;
		padding-top: 10px;		
	}
	
	a{
			font-family: "lucida sans",arial;
	}
	
	a.email{
		border: 0 !important;
				font-family: garamond,"Times New Roman", Times, serif;
	}
	
	ul{
		margin-left: 40px;
	}
	
	div#container{
		margin: 0 auto;
		width: 662px;
		background: transparent url(../images/background.gif) top left repeat-y;
	}
	
	div#subcontainer{
	padding: 0 4px 0 4px;
	}
	
	
	div#maincontent{
		padding: 20px 252px 30px 20px;
	}
	
	div#maincontent img{
		border: 0;
	}
	
	div#maincontent p{
		padding: 5px 20px 10px 0;
	}
	
	div#maincontent a{
		border: 2px solid #ccc;
	}
	
	div#maincontent a:hover{
		border: 2px solid #900;
	}
	
	div#subcontent{
		float: right;
		width: 197px;
		padding: 20px 14px 30px 20px;
	}
	
	div#imagestrip{
		background-color: white;
		margin: 0 3px 0 4px;
		padding-top: 3px;
	}
	
	div#imagestrip a{
		border: 2px solid white;
		margin-right: 1px;
	}
	
	div#imagestrip a:hover{
		border: 2px solid #900;
	}
		
	div#imagestrip a img{
		margin-right: 0;
		border: none;
	}
	
	div#imagestrip a img.firstimage{
		margin-left: 1px;
	}	
	
	div#footer{
			background: white url(../images/footerback.gif) top left no-repeat;
			padding: 5px 10px 5px 10px;
			clear: both;
	}
	
	div#footer p{
			font-size: 70%;
			padding-bottom: 20px;
			text-align: center;
	}
	
	dt a{
		text-decoration: none;
		color: #990000;
		font-weight: bold;
		border: 0 !important;
	}
	
	dt a:hover{
		text-decoration: underline;
	}
	
	dd{
	 padding: 5px 10px 15px 20px;
	}
	
	a.backlink{
	color: #900;
	text-decoration: none;
			font-size: 80%;
			border: 0 !important;
			
	}
	
	a.backlink:hover{
		text-decoration: underline;
		border: 0 !important;
	}
	
	div.photo{
		background-color: #D1A549;	
		font-size: 90%;
		padding: 2px;
		margin-bottom: 10px;
	}
	
	div.photo a img{
		border: 0;
	}
	
	div.photo a {
		border: 2px solid #D1A549;
		display: block;
	}
	
	div.photo a:hover{
		border: 2px solid #900;
	}
	
	div.photo p.caption{
		text-align: center;
		padding-bottom: 5px;
	}
	
	p.info{
		margin-top: 30px;
		text-align: center;
		font-size: 90%;
	}
	
	a.standard{
				font-family: garamond,"Times New Roman", Times, serif;
				color: #900;
				text-decoration:none;
				border: 0 !important;
	}
	
		a:hover.standard{
				text-decoration:none;
				text-decoration:underline;
	}

table.pricetbl{
	width: 350px;
margin: 10px 0 10px 0;
			font-family: "lucida sans",arial;
			font-size: 80%;
}

table.pricetbl tr.odd{background-color: #d0e0f4;}

table.pricetbl th{
	text-align: left;
}

table.pricetbl th.month{
	background-color: white;
	text-align: left;
	border-bottom: 1px solid #a6a6a6;
}

table.pricetbl td{
	padding: 2px;
	text-align: left;
}


