/* 
CSS Document 
Brown #AB714C
Font Cream #FDE5B9
Purple Font #79456B
Yellow #E4E27B
Lime #E1E672
BG Cream #FEFBDA
*/
body {
	font-family:Tahoma;
	font-weight:bold;
	background-color:#FFFFCC;
}
#master {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}
#header {
	width:800px;
	height:135px;
	padding-bottom:10px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#Content {
	float:left;
	width:500px;
	height:600px;
	text-align:justify;
	background-color:#FFFFCC;
	padding-left:10px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}
#Lcol {
	float:left;
	width:500px;
	height:350px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}
#Rcol {
	float:right;
	width:290px;
	height:350px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}
#menu {
	height:350px;
	margin-left:75px;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	background-color:#FFFFCC;
}
#foot {
	width:800px;
	height:100px;
	padding-top:200px;
	font-size:12px;
	color:#AB714C;
	text-align:center;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	float:left;
}
.purple {
	color:#79456B;
}
.title {
	font:Tahoma;
	font-weight:bold;
	font-style:italic;
}
.txt {
	font-family:"Century Gothic";
	font-size:16px;
	font-weight:bold;
}
ul {
	margin-left:50px;
	margin-top:100px;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	top: -43px;
	/* 
	right:100px;
	top:300px; */
}
li {
	list-style-type:square;
	font-size:16px;
	font-family:"Century Gothic";
	line-height:2em;
	/* text-align:right; */
}
li a {
	text-decoration:none;
}
li a:link, li a:visited {
	color:#79456B;
	margin:0;
	/* padding:0 .1em 0 0;
	 border-right:6px solid #fff; */
}
li a:hover {
	display:block;
	width:175px;
	border-right:3px solid #AB714C;
	color:#E4E27B;
	background-color:#AB714C;
} 
li a span {
	display:none;
}
li a:hover span {
	display:block;
	font-size:16px;
	text-transform:none;
	text-align:center;
	/* line-height:1.8em;
	letter-spacing:normal; */
	position:absolute;
	top:300px;
	right:10px;
	width:650px;
	color:#79456B;
}
/*LVHA */
#menu a {
	display:block;
	width:200px;
	font-family:"Century Gothic";
}
#menu a:link {
	color:#79456B;
	text-decoration:none;
	display:block;
	width:200px;
}
#menu a:visited {
	color:#79456B;
	text-decoration:none;
}
#menu a:hover {
	color:#E4E27B;
	background-color:#AB714C;
}
#menu a:active {
	color:#79456B;
	text-decoration:underline;
}
/*LVHA */
#foot a {
	font-family:"Century Gothic";
	text-align:center;
}
#foot a:link {
	color:#79456B;
	text-decoration:none;
}
#foot a:visited {
	color:#79456B;
	text-decoration:none;
}
#foot a:hover {
	color:#E4E27B;
	background-color:#AB714C;
}
#foot a:active {
	color:#79456B;
	text-decoration:underline;
}
