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

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

img { border: 0px; }

.text1-bold{
	color: #ff6633;
	font-family: 'Yellowtail', cursive;
	font-weight: 400;
	font-size: 25px;
}	

.text2 {
	color: #fff;
	font-family: 'Abel', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}
.text3 {
	color: #cccccc;
	font-family: 'Abel', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}
.text4 {
	color: #000;
	font-family: 'Abel', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
}
.text5 {
	color: #ff6633;
	font-family: 'Abel', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
}
.text6-bold{
	color: #ff6633;
	font-family: 'Yellowtail', cursive;
	font-weight: 400;
	font-size: 55px;
}
.text7-bold{
	color: #003399;
	font-family: 'Yellowtail', cursive;
	font-weight: 400;
	font-size: 30px;
}	
.sub-bg {
	background-image: url(images/subpage_03.jpg);
	width: 950px;
	height: 278px;
}
.sub-bg-index {
	background-image: url(images/index_03.jpg);
	width: 950px;
	height: 331px;
}
.sub-bg-index-contact {
	background-image: url(images/index_04.jpg);
	width: 950px;
	height: 87px;
}
.sub-bg-subpage-contact {
	background-image: url(images/subpage_06.jpg);
	width: 950px;
	height: 80px;
}
.sub-bg-subpage-contact2 {
	background-image: url(images/index_05.jpg);
	width: 950px;
	height: 45px;
}
.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: #ff6633;
}
a:active {
	text-decoration: none;
	color: #ff6633;
}
a.white{
	color: #FFF;
}
.border {
	border: 2px solid #003399;
	border-radius: 5px;
;
}
#contact {
	padding: 15 155 40 50;}
#body {
	padding: 5 45 5 45;}
#contact-subpage {
	padding: 5 15 5 15;}
