/* CSS Document */

img
   {display:block; /*images must be set to block in order use auto margins*/
   margin:0 auto; /*centers images in most browsers*/
   text-align:center; /*centers images in older browsers*/
   } 
   
#Background {
	position:absolute; top:20px; left:400px;
	width: 800px;
	height: 800px;
	background-image:url(/images/sample.jpg);
	background-repeat:no-repeat;
}

#Background2 {
	position:absolute; top:20px; left:400px;
	width: 800px;
	height: 800px;
	background-image:url(/images/coffee.jpg);
	background-repeat:no-repeat;
}

#area{
	position:relative; 
	top:-790px; 
	height:500px;
	

}
#Content {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:800px;
	position:relative; 
	border:none;
	margin:0px auto;
	top: -35px;
	left: -50px;
}
#Contentinfo {
	
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	width:355px;
	margin:0px auto;
	font-size:14px;
	color:#FFFFFF;
	position:relative; left:-190px; top:60px; z-index:10;
}
#leftnav {
	font-family:Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 28px;
	text-align:center;
	width:900px;
	margin:0px auto;
	color:#000000;
	position:relative; left:-350px; top:40px; z-index:10;
	display:block;
	border:0px;
	width:200px;
}
#footer {
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:600px;
	position:relative;
	margin:0px auto;
}

#footer2 {
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:600px;
	position:absolute; 
	top: 760px; 
	left: -220px;
	margin:0px auto;
}


a:link, a:visited {
	color: #783f86;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover {
	color: #a19d9d;
	font-weight: bold;
	text-decoration: none;
}

#insidetitle {
	font-family:Times New Roman, Times, serif;
	font-size: 40px;
	width:350px;
	margin:0px auto;
	color:#ffffff;
	position:relative; left:-180px; top:30px; z-index:10;

}


#title{
	position:relative; top:105px; left:-175px; z-index:10;
  	width:900px;
	margin:0px auto;
	padding:15px;
	margin:0 auto; /*centers images in most browsers*/
	text-align:center; /*centers images in older browsers*/
	text-align:center;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:20px;
	color:#9966CC;
	width:800px;
	padding:10px;

}
#title2{
	position:relative; top:60px; left:224px; z-index:10;
  	width:900px;
	margin:0px auto;
	padding:15px;
	margin:0 auto; /*centers images in most browsers*/
	text-align:center; /*centers images in older browsers*/
	text-align:center;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:20px;
	color:#9966CC;
	width:600px;
	text-align:left;
	padding:10px;

}


/*scrollbar navigation for left/right text areas */
#scroll {border: 0px solid black; width: 340px; height: 440px; overflow: auto; padding:1px; padding-right:5px;
}

#scrollleft {border: 0px solid black; width: 235px; height: 330px; overflow: auto; padding:5px;
}


