/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #aa591f;
	background-attachment: fixed;
	background-image: url(../images/bg-leaf.jpg);
	background-repeat: no-repeat;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #55260c;
	text-decoration: none;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #c35318;
	text-decoration: none;
}
a:visited {
	color: #c35318;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}



a.lkFooter:link {
	color: #32271E;
	font-size: 10px;
}
a.lkFooter:visited {
	color: #32271E;
	font-size: 10px;
}
a.lkFooter:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.lkFooter:active {
	color: #FFFFFF;
	text-decoration: none;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txt10px {
	font-size: 10px;
}

.txtFooter {
	color: #dfac88;
	font-size: 10px;
}

.txtBrown14px {
	color: #55260c;
	font-size: 14px;
	font-weight: bold;
}


/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgContent {
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
}

.bgContentTxt {
	background-image: url(../images/content-txt-bg.jpg);
	background-repeat: repeat-y;
}

.bgContentTxtLeft {
	background-image: url(../images/content-txt-left-slice.png);
	background-repeat: repeat-y;
}

.bgContentTxtRight {
	background-image: url(../images/content-txt-right-slice.png);
	background-repeat: repeat-y;
}

.bgContentWineTxt {
	background-image: url(../images/content-txt-wine-bg.jpg);
	background-repeat: repeat-y;
}

.bgContentWineTxtLeft {
	background-image: url(../images/content-txt-wine-left-slice.png);
	background-repeat: repeat-y;
}

.bgContentWineTxtRight {
	background-image: url(../images/content-txt-wine-right-slice.png);
	background-repeat: repeat-y;
}


/* ------------------------------------------------------- MISC ------------------------------------------------------- */

