/* Background Properties */

.background-booty {
	background-image: url(images/background-booty-01.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.background-booty-02 {
	background-image: url(images/background-booty-02.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.background-booty-03 {
	background-image: url(images/background-booty-03.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.background-find-some {
	background-image: url(images/background-find-some.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.background-legal {
	background-color: #050608;
	margin: 0px;
}
.background-main {
	background-image: url(images/background-main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #050608;
	margin: 0px;
}
.background-main-02 {
	background-image: url(images/background-main-02.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #050608;
	margin: 0px;
}
.background-main-03 {
	background-image: url(images/background-main-03.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #050608;
	margin: 0px;
}
.background-main-04 {
	background-image: url(images/background-main-04.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #050608;
	margin: 0px;
}
.background-main-05 {
	background-image: url(images/background-main-05.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #050608;
	margin: 0px;
}
.background-news {
	background-image: url(images/background-news.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.background-splash {
	background-image: url(images/background-splash.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #050608;
	margin: 0px;
}

/* Text */

.find-some-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
.find-some-text-bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.footer-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #565455;
	vertical-align: text-top;
}
.legal-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
.legal-text-bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.news-dates {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4A1F19;
	font-weight: bold;
}
.news-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #0C0B06;
}
.news-titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #0C0B06;
	font-weight: bold;
}


/* Links */

a.footer-links-main-off {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C37141;
	vertical-align: text-bottom;
}
a.footer-links-main-off:link {
	text-decoration: none;
}
a.footer-links-main-off:visited {
	text-decoration: none;
}
a.footer-links-main-off:hover {
	text-decoration: none;
	color: #EFDDB5;
}
a.footer-links-main-off:active {
	text-decoration: none;
	color: #EFDDB5;
}

/**/

a.footer-links-main-on {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EFDDB5;
	vertical-align: text-bottom;
}
a.footer-links-main-on:link {
	text-decoration: none;
}
a.footer-links-main-on:visited {
	text-decoration: none;
}
a.footer-links-main-on:hover {
	text-decoration: none;
}
a.footer-links-main-on:active {
	text-decoration: none;
}

/**/

a.footer-links-sub {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #565455;
	vertical-align: text-top;
}
a.footer-links-sub:link {
	text-decoration: underline;
}
a.footer-links-sub:visited {
	text-decoration: underline;
}
a.footer-links-sub:hover {
	text-decoration: none;
}
a.footer-links-sub:active {
	text-decoration: none;
}

/**/

a.legal-links {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
a.legal-links:link {
	text-decoration: underline;
}
a.legal-links:visited {
	text-decoration: underline;
}
a.legal-links:hover {
	text-decoration: none;
}
a.legal-links:active {
	text-decoration: none;
}

/**/

a.news-links {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #0C0B06;
}
a.news-links:link {
	text-decoration: underline;
}
a.news-links:visited {
	text-decoration: underline;
}
a.news-links:hover {
	text-decoration: none;
}
a.news-links:active {
	text-decoration: none;
}

/**/

a.news-links-02 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #7F4E47;
}
a.news-links-02:link {
	text-decoration: none;
}
a.news-links-02:visited {
	text-decoration: none;
}
a.news-links-02:hover {
	text-decoration: underline;
}
a.news-links-02:active {
	text-decoration: underline;
}


/* Form Properties */

.form-margin {
	margin: 0px;
}
.form-menu {
	background-color: #0C0B06;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 12px;
}