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

body {
	background-image: url(bg2.jpg);
	background-attachment: fixed;
	background-position: center;
	color: #000;
	font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
	font-style: normal;
	font-size: 16px;
	border: 0px;
	line-height: 1.4em;
}

img { border: 0px; }

.text1 {
	color: #ff6633;
	font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.6em;
}
.text-black-small {
	color: #333333;
	font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
	font-style: normal;
	font-size: 11px;
}
.text2-orange {
	color: #ff6633;
	font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
	font-style: normal;
	font-size: 13px;
}
.text3-olive {
	color: #666633;
	font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 1.6em;
}

.text4-orange-lg {
	color: #ff6633;
	font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
	font-style: normal;
	font-size: 36px;
}
.sub-bg {
	background-image: url(images/subpage_03.jpg);
	width: 950px;
	height: 242px;
}
.index-sub-bg {
	background-image: url(images/index_05.jpg);
	width: 950px;
	height: 37px;
}
.contact-sub-bg {
	background-image: url(images/subpage_05.jpg);
	width: 950px;
	height: 70px;
}
.pageborder {
        box-shadow: 7px 7px 14px 0px rgba(0,0,0,0.75);
}
a:link {
	color: #ff6633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff6633;
}
a:hover {
	text-decoration: underline;
	color: #666633;
}
a:active {
	text-decoration: none;
	color: #ff6633;
}
.border {
	border: 3px double #666633;
}
#contact {
	padding: 15 155 40 50;}
#body {
	padding: 5 45 5 45;}
#contact-subpage {
	padding: 5 15 5 15;}
