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

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

img { border: 0px; }

.text1 {
	color: #ff0000;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
}
.text-red-xl {
	color: #ff0000;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 700;
}
.text-black-large {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 700;
}
.text-black {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
}
.text2-gray {
	color: #666;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 13px;
}
.text3-red {
	color: #ff0000;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 13px;
}
.textwhite-index {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}
.sub-bg {
	background-image: url(images/subpage_10.jpg);
	width: 950px;
}
.sub-bg-footer {
	background-image: url(images/subpage_11.jpg);
	width: 950px;
	height: 106px;
	padding: 12 0 0 0;
}
.index-bg {
	background-image: url(images/index_10.jpg);
	width: 950px;
	height: 126px;
}
a {
	color: #000;
	text-decoration: underline;
}
a.tan {
	color: #ffcc66;
	text-decoration: underline;
}
a.white {
	color: #fff;
	text-decoration: underline;
}
.border {
	border: 3px solid #ff0000;
}
#contact {
	padding: 15 155 40 50;}
#body {
	padding: 5 45 5 45;}
#contact-subpage {
	padding: 5 15 5 15;}
