<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
	background:url(img/bg.png) repeat-x #931108;
	height:100%;
	text-align:center;
	display:block;
}

a {
	border:none;
	text-decoration:none;
	color:#fff;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	line-height:.5;
	color:#fff;
	font weight: bold;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
}
	

h4 {
	font-family:"Lustria", Georgia, Times New Roman, Times, serif;
	font-size:21px;
	font-weight:800;
	line-height:.2;
	color:#c69764;
}

#logo {
	width: 310px;
	margin-left:auto;
	margin-right:auto;
}

#head {
	width: 310px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;

}
#button {
	width: 146px;
	height: 38px;
	background-image:url(img/button.png);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:600;
	color: #FFF;
	line-height:3.2;
	margin-left:auto;
	float:left;
	
}

#button2 {
	width: 146px;
	height: 38px;
	background-image:url(img/button.png);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:600;
	color: #FFF;
	margin-right:auto;
	line-height:3.2;
	float:right;
	
}

#contactbutton {
	width:310px;
	height:44px;
	background-image:url(img/contact_button.png);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:600;
	color: #FFF;
	line-height:3.2;
	margin-left:auto;
	margin-right:auto;
	margin-top:16px;
}

#mapbutton {
	width:310px;
	height:44px;
	background-image:url(img/map_button.png);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:600;
	color: #FFF;
	line-height:3.2;
	margin-left:auto;
	margin-right:auto;
	margin-top:16px;
}


#nav {
	width: 310px;
	height:38px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:18px;
}

#nav2 {
	width: 310px;
	height:38px;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	width:100%;
	height: 100px;
	margin-top:20px;
	background-color:#474544;
	font-family:"Lustria", Georgia, Times New Roman, Times, serif;
	font-size:10px;
	color:#fff;
}

#content {
	width: 310px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	font-family:"Lustria", Georgia, Times New Roman, Times, serif;
	font-size:12px;
	text-align:left;
	color:#fff;
}

#content a {
	color:#c69764;
	border:none;
}

</pre></body></html>