<!-- 
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background:#670001 url(/images/repeatBG.jpg) repeat-y center top;
	color: #000000;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	/*background-image: url(/images/htmlBG.jpg);
	background-repeat: repeat-y; */
	
}
.maincont {
	position: relative;
	width: 750px;
	height: 100%;
	vertical-align: top;
	font-family: Georgia, Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; /*formerly 8.6 */
	line-height: 1.5em;
	text-align:left;
	background-image: url(/images/repeatBG.jpg);
	background-repeat: repeat-y;
	background-position:top;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	/*border-style:ridge; 
	border-color:#FFFFFF; */ 
}

#mainContent {
	position: relative;
	width: 395px;
	height: 600px;
	padding-left:345px;
	margin-top: 0px;
	padding-top: 0px;
	
}

#footer {
	position: relative;
	width: 475px;
	padding-left:350px;
	
}

#picture img {
	position:absolute; width:200px; z-index:5; left: 42px; top: 182px;
	border-width: 5px;
	color: #650000;
	visibility: visible;
}

.photoGallery img {
	border-width: 2px #650000;
	margin: 5px;
	padding: 0px;
	visibility: visible;
	vertical-align:top;
}
	
h1 {
	margin-top: 11px;
	font-size: 24px;
	margin-bottom: 4px;
	font-weight: 100;
}

.phoneNumber{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
}

.content_table {
    border-width: 0px;
	border-style:none;
	border-color:#FFFFFF;
}

.sectionheader {
	font-family: Century Gothic, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}
.subsectionheader {
	font-family: Century Gothic, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

.form-divider {
	text-align: left;
	font-weight: normal;
	font-style:italic;
	/* border-bottom: 1px solid #000000; */
}

p {
	font-family: Georgia, Century Gothic, Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	line-height: 1.5em;
	text-align:left;
	font-weight: normal;
	color:#333333;
	/* margin-top: 7px; */
}

ul, li{
	font-family: Georgia, Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; /*formerly 8.6 */
	line-height: 1.5em;
	text-align:left;
	font-weight: bold;
	color:#333333;
}

br {
	margin: .25%;
	padding: .25%;
	line-height: .75em;
}



.productTitle {
	font-size: large;
	font-weight: bold;
	color: #650000;
	text-align: left;
}

/* a:link {
	color: #FFCC00;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FF3300;
} */

FORM CSS 

select { 
color: #FFFFFF; 
background-color: #F5E9CB; 
border: 1 solid #330000 
}

input {   
font-size: 13px;
color:#333333;     
background-color: #F5E9CB; 
/* border: 1 solid #666666 */
}



input.noborder {  
font-size: 14px; 
color:#333333; 
background-color: #F5E9CB; 
border: 1 solid #666666
}

textarea { 
font-size: 13px;
color:#333333;     
background-color: #F5E9CB; 
border: 1 solid #650000;
}
-->