/* 
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:	#AB714C;
}
img {
	border:0;
}
.container {
	width:800px;
	margin:0 auto;
	-moz-box-shadow: 10px 10px 6px #000; 
	-webkit-box-shadow: 10px 10px 6px #000; 
	box-shadow: 10px 10px 6px #000; 
	/* For IE 8 */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000')"; 
	/* For IE 5.5 - 7    
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10,Direction=135, Color='#000000'); */
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=Black, offX=5, offY=5, positive=true);  /* <= IE7 */
}
#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:290px;
	height:300px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}
#Rcol {
	float:right;
	width:500px;
	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:790px;
	height:auto;
	padding:5px;
	border-bottom:1px solid black;
	font-size:10px;
	color:#E4E27B;
	background-color:#A17751;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.purple {
	color:#AB714C;
}
.title {
	font:Tahoma;
	font-weight:bold;
	font-style:italic;
}
.txt {
	font-family:"Century Gothic";
	font-size:16px;
	font-weight:bold;
}
ul {
	margin-left:10px;
	margin-top:100px;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	top: -84px;
	/* 
	right:100px;
	top:300px; */
}
li {
	list-style-type:none;
	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:#AB714C;
	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 {
	position:absolute;
	top:270px;
	left:85px;
	width:622px;
	height:auto;
	display:block;
	font-size:16px;
	text-transform:none;
	text-align:center;
	background-color:#AB714C;
	color:#E4E27B;
	border:1px solid #AB714C;
}
#home_image {
	position:relative;
	color:#E4E27B;
	top:280px; 
	left:95px;
	width:600px;
	height:270px;
	background-color:#AB714C;
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	z-index:1;
}

/*LVHA */
#menu a {
	display:block;
	width:200px;
	font-family:"Century Gothic";
}
#menu a:link {
	color:#AB714C;
	text-decoration:none;
	display:block;
	width:200px;
}
#menu a:visited {
	color:#AB714C;
	text-decoration:none;
}
#menu a:hover {
	color:#E4E27B;
	background-color:#AB714C;
}
#menu a:active {
	color:#AB714C;
	text-decoration:underline;
}
/*LVHA */
#foot a {
	font-family:"Century Gothic";
	text-align:center;
}
#foot a:link {
	color:#E4E27B;
	text-decoration:none;
}
#foot a:visited {
	color:#E4E27B;
	text-decoration:none;
}
#foot a:hover {
	color:#AB714C;
	background-color:#E4E27B;
}
#foot a:active {
	color:#E4E27B;
	text-decoration:underline;
}

