body {
	font-family: tahoma, arial, sans-serif; 
    margin:10px auto 0 auto;
	background: url(../images/background.jpg);
	background-repeat: repeat
	}

#wrapper {
	background: url(../images/CardsBack.jpg) no-repeat;
	width: 770px;
	height: 500px;
	top: 15px;
	overflow: visible;
	margin: 0 auto;
}
img {
	border: 0px;
}
/*--------------------------*/
/* Setup for Link Rollovers */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30px;
	}
	
ul#gallery li {
	position: relative;
	}
	
li ul {
	position: absolute;
	top: 0;
	display: none;
	left: 90px; /* IE6 Bug */
}

li2 ul {
	position: absolute;
	top: 0;
	display: none;
	left: 145px; /* IE6 Bug */
}

ul#gallery li a {
	display: block;
	text-decoration: none;
	border: 0px solid #ccc; /* IE6 Bug */
}
	
/* Cards Gallery Layout - Hides Text Description */	
ul li .Ca1 {
	display: block;
	text-indent: -4400px;
	position: absolute;
	top: 105px;
	left: 545px;
	width: 30px;
	height: 30px;
	background: url(../images/Ca01t.jpg); 
	}
ul li .Ca2 {
	display: block;
	text-indent: -4400px;
	position: absolute;
	top: 140px;
	left: 545px;	
	width: 30px;
	height: 30px;
	background: url(../images/Ca02t.jpg); 
	}
	ul li .Ca3 {
	display: block;
	text-indent: -4400px;
	position: absolute;
	top: 105px;
	left: 580px;	
	width: 30px;
	height: 30px;
	background: url(../images/Ca03t.jpg); 
	}
	ul li .Ca4 {
	display: block;
	text-indent: -4400px;
	position: absolute;
	top: 140px;
	left: 580px;	
	width: 30px;
	height: 30px;
	background: url(../images/Ca04t.jpg); 
	}
	ul li .Ca5 {
	display: block;
	text-indent: -4400px;
	position: absolute;
	top: 175px;
	left: 580px;	
	width: 30px;
	height: 30px;
	background: url(../images/Ca05t.jpg); 
	}
	
/* Yellow square on Hover */
ul li:hover .Ca1, ul li:hover .Ca2, ul li:hover .Ca3, ul li:hover .Ca4, ul li:hover .Ca5 {
	display: block;
	background: #E1904A; 
	}		
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }


/* Positioning of Target Images */
li:hover ul, li.over ul { 
	display: block;
	position: absolute;
	top: 75px;
 } 
/*-------------------------*/
/* Bottom Navigation Laout */
#nav {
	width: 770px;
	height: 30px;
	position: relative;
	top: 370px;
	left: 10px;
}

#nav a {
	font-size: 10px;
	color: #D6ECAE;
	text-decoration: none;
	padding: 0px 4px 0px 0px;
	margin-right: 4px;
	font-weight: bold;
}

#nav a:hover {
	color: #E1904A;
}

#indent1 {
	text-indent: 385px;
}

#indent2 {
	text-indent: 345px;
}

#indent3 {
	text-indent: 365px;
}

#copyrightSize {
	width: 770px;
	height: 30px;
	position: relative;
	top: 410px;
	margin-left: 415px;
	font-size: 9px;
	color: #D6ECAE;
}