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

@font-face
{
font-family: Century Gothic;
src: url(CenturyGothic.ttf);
font-weight: normal;
}

@font-face
{
font-family: Segoe Print;
src: url(SegoePrint.ttf);
}

 body {
 margin: 0;
 padding: 0;
 background:#DFDFDF;
 overflow-y:scroll;
}
* {
	outline: none;
}
#site {
	background:#FFF;
	width: 1000px;
	margin: 0 auto;
	float: none;
	border-left:rgb(109,29,31) 1px solid;
	border-right:rgb(109,29,31) 1px solid;
	font-family:'Century Gothic';
	font-size:14px;
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#site:before, #site:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#site:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(6deg); 
       -moz-transform:skew(8deg) rotate(6deg);     
        -ms-transform:skew(8deg) rotate(6deg);     
         -o-transform:skew(8deg) rotate(6deg); 
            transform:skew(8deg) rotate(6deg);
}
.gradient {
	/* For any browser that can't create a gradient  */
    background-color:#6D1D1F;
	/*//mozilla*/
    background:-moz-linear-gradient(top, #6D1D1F, #FBF0F0);
	/* Chrome/Safari     */
    background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #FBF0F0), color-stop(1, #6D1D1F));
	background-image:-o-linear-gradient(90deg, rgb(251,240,240), rgb(109,29,31));
}
.header {
	width:90%;
	height:170px;
	margin:0 0 30px 50px;
	padding:0;
	color:#000;
	float:left;
}
.ht1 {
	width:auto;
	height:auto;
	padding:0;
	margin:30px 0 0 100px;
	float:left;
	text-align:center;
	font-size:13px;
}
.effect {
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}
.box {
	float:left;
	width:70px;
	height:70px;
	margin-top:25px;
	margin-right:-130px;
	margin-left:155px;
	border:rgb(109,29,31) 1px solid;
	border-radius:18px;
}
.box img {
	border:1px hidden;
	border-radius:17px;
}
.content h4, .content2 h3, .gallery h3 {
	font-family:'Segoe Print';
	color:rgb(109,29,31);
	font-size:16px;
}
.clearfloat {
	float: none;
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	display: block;
}
/* CSS Document */

html, body, div, nav, ul, h1, h2, h3, h4, h5, h6 {
	display:block;
	margin: 0;
	padding: 0;
}
.menu {
	width:90%;
	height:50px;
	float:left;
	margin:20px 0 20px 50px;
	background:transparent;
}
.menu ul {
	float: left;
	list-style: none;
	margin: auto;
}
.menu ul li {
	float: left;
	cursor: pointer;
	padding: 8px 35px 0 30px;
}
.menu a {
	margin: 0 10px;
	font-family:'Segoe Print';
	font-size:20px;
	text-decoration:none;
	color:rgb(109,29,31);
}
.menu a:hover {
	text-decoration:underline;
}
.effect7 {
	position:relative;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after {
	content:"";
	position:absolute;
	z-index:-1;
	-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:0 0 20px rgba(0, 0, 0, 0.8);
	box-shadow:0 0 20px rgba(0, 0, 0, 0.8);
	top:0;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
.effect7:after {
	right:10px;
	left:auto;
	-webkit-transform:skew(8deg) rotate(6deg);
	-moz-transform:skew(8deg) rotate(6deg);
	-ms-transform:skew(8deg) rotate(6deg);
	-o-transform:skew(8deg) rotate(6deg);
	transform:skew(8deg) rotate(6deg);
}

.bordered {
	margin-top:20px;
	margin-left:40px;
	background:#FBF0F0;
	border-top: 1px solid rgb(109,29,31);
	width: 600px;
	padding: 20px;
	float: none;
	min-height:600px;
}
.content, .content2, .gallery {
	width:90%;
	float: none;
	display: block;
	padding:0;
	margin:0 0 0 50px;
	line-height:1.7em;
	min-height:600px;
}
.index {
	line-height:2em;
	text-align:center;
}
.content a, .content2 a, .gallery a, .bordered a {
	color:rgb(109,29,31);
	text-decoration:none;
}
.content a:hover, .content2 a:hover, .gallery a, .bordered a:hover {
	text-decoration:underline;
}
.content h3, .content h2, content2 h3, content2 h2, .gallery h3, .gallery h2 {
	font-family:'Segoe Print';
	text-align:center;
	color:rgb(109,29,31);
}
.content ul, content2 ul, .gallery ul {
	list-style:circle;
	margin-left:15px;
}
.content ul li ul, content2 ul li ul, .gallery ul li ul {
	list-style:none;
}
.content ul li a, content2 ul li a, .gallery ul li a {
 color:rgb(109,29,31);
 text-decoration:none;
}
.content ul li a:hover, content2 ul li a:hover, .gallery ul li a:hover {
	text-decoration:underline;
}
.content img {
	border:1px solid;
	border-radius:18px;
	border-color:rgb(109,29,31);
	margin-top:45px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}
.gallery img {
	border:1px solid;
	border-color:rgb(109,29,31);
}

.map, .gallerytext {
	float:right;
	margin-right:0;
	margin-top:45px;
	width:180px;
	text-align:center;
	border:1px solid;
	border-radius:18px;
	border-color:rgb(109,29,31);
	line-height:1.6em;
	font-size:12px;
	background:#F4F4F4;
}
.map a {
	color:rgb(109,29,31);
	font-size:12px;
	text-decoration:underline;
}


#footer {
	height:auto;
	float:none;
	margin-top:10px;
	padding:6px 0 6px 0;
	text-align:center;
	font-size:10px;
	font-family:'Century Gothic';
	line-height:1.9em;
	color:#000;
}
#footer a {
	font-family:'Segoe Print';
	color:rgb(109,29,31);
	text-decoration:none;
}
</pre></body></html>