@charset "UTF-8";

html, body {
	min-width: 800px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.contentHolderArea {
	margin: 0 auto;
	width: 800px;
}

.contentTable {
	width: 800px;
	height: 800px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_chip.gif);
	background-repeat:repeat;
	background-color:#F8E5C9;
	border-bottom: 1px solid #111111;
}


#contentArea {
	width: 500px;
	vertical-align:top;
	padding: 110px 10px 20px 20px;
	margin: 0px;
	}
	
#contentArea h1 {
	font-size: 190%;
	padding: 10px 10px 10px 0px;
	font-weight: normal;
	border-top: 1px dashed #333;
	color:#333;
	}
	
#contentArea h2 {
	font-size: 160%;
	padding: 10px 10px 10px 0px;
	font-weight: normal;
	border-top:1px dashed #111;
	color:#111;
	}

#contentArea h3 {
	font-size: 120%;
	padding: 5px 10px 10px 0px;
	font-weight: bold;
	border-top: 1px dashed #111;
	border-bottom: 1px dashed #111;
	}
	

#contentArea h4 {
	font-size: 120%;
	padding: 5px 10px 10px 0px;
	font-weight: bolder;
	border-top: 1px dashed #111;
	border-bottom: 1px dashed #111;
	background-color: #FCF6ED;
	}
	
#contentArea h5, h6 {
	font-size: 120%;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	}
	

#contentArea a {
	text-decoration: underline;
	font-weight: bold;
	color:#942519;
	}

#contentArea a:hover {
	text-decoration: none;
	color:#37100E;
	}



#navArea {
	vertical-align: top;
	width: 300px;
	margin: 0px;
	font-weight: bold;
	font-size:12px;
	color:#222222;
	padding-top: 20px;
	}

#navArea a {
	display:block;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	color:#942519;
	background-color: none;
	padding: 5px 5px 5px 10px;
	margin: 5px 0px 5px 0px;
	}

#navArea p {
	padding: 5px 5px 5px 10px;
	margin: 5px 0px 5px 0px;
	color: #777777;
	}

#navArea a:hover {
	text-decoration: none;
	background-color:#942519;
	color:#FFFFFF;
	font-weight: bold;
	
	}
	

.navSurround {
	border-top: 1px dashed #942519;
	border-bottom: 1px dashed #942519;
	}

.footerTable {
	width: 800px;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	background:#FFFFFF;
}

.footerTable td {
	padding: 10px;
	text-align:center;
	font-size: 90%;
	color: #222222;
}

.footerTable a {
	text-decoration: underline;
	font-weight: bold;
	color:#942519;
	}

.footerTable a:hover {
	text-decoration: none;
	color:#37100E;
	}

.required {
	font-weight: bolder;
	color:#9B0C1B;
}


.formTable {
	margin: 0px 0px 10px 0px;
}



.formTable td {
	vertical-align:top;
	}


.formSuccess {
	display: block;
	background-color:#FFF;
	font-size: 130%;
	color: #222;
	padding: 5px;
	margin: 0px;
	text-align:center;
	}
	
	
	
.listingTable {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width:90%;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	}
	


.listingTable td{
	padding: 10px;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	}
	

.galleryTable {
	margin: 10px 0px 20px 0px;
	}
	

.galleryTable td {
	text-align:center;
	padding:5px;
	vertical-align:middle;
	}
	
.galleryTable td img {
	border: none;
	}
	
.galleryTable td a{
	border-bottom:1px solid #990000;
	text-decoration: none;
	}

.galleryTable td a:hover{
	border-bottom:1px solid #555;
	text-decoration: none;
	}	
	
	
	
	
