@charset "UTF-8";
/* CSS Document */

@font-face {
 font-family: ExcelsiorSans;
 src: url("../ExcelsiorSans.eot") /* EOT file for IE */
}
@font-face {
 font-family: ExcelsiorSans;
 src: url("../ExcelsiorSans.ttf") /* TTF file for CSS3 browsers */
}


body {
  padding: 0;
  margin: 0;
  background: #cdc6ba url(../images/bg.jpg) repeat-x center top;
  font-family: ExcelsiorSans,Impact, Arial, Helvetica, sans-serif;
  width: 100%;
  display: table;
 

}

#capt img {padding: 20px 0px 5px 2px;}
.capt_label {cursor: pointer; cursor: hand;
	color: #ffffff;
	font-size: 18px;
	line-height:20px;
}

#wrapper {
	vertical-align: middle;
	width:950px;
	height:1000px;
	margin-left: auto; 
	margin-right: auto;
	padding:0px 0px 0px 0px;
  	text-align: left;
	position: relative;
	padding-top: 1px;
	
	}
	
#star1 {
	width: 52px;
	height: 49px;
	position: absolute;
	top:490px;
	left:230px;
	background: url(../images/star.gif) no-repeat;
	z-index: 6;
}

#star2 {
	width: 52px;
	height: 49px;
	position: absolute;
	top:490px;
	left:665px;
	background: url(../images/star.gif) no-repeat;
	z-index: 7;
}

	
#record {
	width: 950px;
	height: 474px;
	position: absolute;
	top:0px;
	left:0px;
	background: url(../images/record.jpg) no-repeat;
	z-index: 2;
}
#text {
	width: 950px;
	height: 100px;
	position: absolute;
	color: #ffffff;
	top:475px;
	left:0px;
	z-index: 8;
	text-align: center;
	font-size: 28px;
}

.title {
	font-size: 60px;
	color: #c3b992;
	line-height: 65px;
}
.white {
	color: #ffffff;
	font-size: 28px;
	letter-spacing:.022em;
	line-height: 30px;
}

.red {
	color: #721b1b;
	font-size: 28px;
	letter-spacing:.022em;
	line-height: 30px;
}

.tan {
	color: #a89f7f;
	font-size: 28px;
	letter-spacing:.022em;
	line-height: 30px;
}

.label {
	color: #ffffff;
	font-size: 18px;
	line-height:30px;
}

#map {
	width: 510px;
	height: 679px;
	background: url(../images/map.jpg) no-repeat;
	position: absolute;
	top:599px;
	left:0px;
	z-index: 3;		
}
#address { 
	width: 400px;
	height: 100px;	
	position: absolute;
	top:450px;
	left:75px;
	z-index: 3;
	font-size: 28px;	
}
#contact {
	width: 400px;
	height: 500px;
	position: absolute;
	top:650px;
	left:600px;
	z-index: 5;		
}
textarea {
 background-color: #8e2121;
 color: #ffffff;
 border: solid 1px #8e2121;
 padding:5px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px; 
 scrollbar-base-color:#8e2121;
}
input {
 background-color: #8e2121;
 color: #ffffff;
 border: solid 1px #8e2121; 
 padding:5px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
}

input.submit {
	padding:0px;
 	border: none;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	text-decoration: none;
	outline: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	text-decoration: none;
	outline: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #721b1b;
	font-style: normal;
	text-decoration: none;
	outline: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	text-decoration: none;
	outline: none;
}
