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

body {
	background-image: url(bg2.jpg);
	background-attachment: fixed;
	background-position: center;
	color: #ffcc99;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	border: 0px;
}

img { border: 0px; }

.text1-bold{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 19px;
}

.text-white-lge{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 34px;

}

.text-white-xlge{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
}
.text-bodytext {
	color: #D6D6D6;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
}
.text-bodytext3 {
	color: #ffcc99;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 24px;
	line-height: 1.4;
}
.text-bodytext4 {
	color: #ffcc99;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 32px;
	line-height: 1.4;
}
.text-whitesmall{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
}

.sub-bg {
	background-image: url(images/subpage_04.jpg);
	width: 950px;
	height: 462px;
	text-align: left;
}
.sub-bg-index {
	background-image: url(images/index_03.jpg);
	width: 950px;
	height: 155px;
}
.sub-bg-index-contact {
	background-image: url(images/index_04.jpg);
	width: 950px;
	height: 118px;
}
.sub-bg-subpage-contact {
	background-image: url(images/subpage_05.jpg);
	width: 950px;
	height: 93px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFCC99;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
a.tan{
	color: #ffcc99;
}
.border {
	border: 2px solid #ffcc99;
}
#contact {
	padding: 15 155 40 50;}
#body {
	padding: 5 45 5 45;
	font-size: 24px;
}
#contact-subpage {
	padding: 5 15 5 15;}
