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

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	color: #dcba87;
	/* [disabled]font-family: 'Droid Sans', sans-serif; */
	font-style: normal;
	font-size: 19px;
	border: 0px;
}

img { border: 0px; }

.text-light-large{
	color: #dcba87;
	font-family: 'Droid Sans', sans-serif;
	font-size: 19px;
}
.text-light-med{
	color: #dcba87;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
}
.text-light-small{
	color: #dcba87;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}
.text-brown-large{
	color: #795934;
	font-family: 'Droid Sans', sans-serif;
	font-size: 19px;
}
.text-brown-med{
	color: #795934;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
}
.text-brown-small{
	color: #795934;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}
.contact-text-light{
	color: #dcba87;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.contact-text-brown{
	color: #795934;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.sub-bg-index-contact {
	background-image: url(images/index_07.jpg);
	width: 950px;
	height: 93px;
}

.sub-bg {
	background-color: #000;
}


.pageborder {
	-moz-box-shadow: 0px 0px 30px #b4914e;
        -webkit-box-shadow: 0px 0px 30px #b4914e;
        box-shadow: 0px 0px 30px #b4914e;
}

a {
	color: #dcba87;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.border {
	border: 2px solid #8A6D46;
}

#bodypadding {
	padding: 5 10 5 10;}
