@charset "utf-8";
/* CSS Document */


body {
	background:url(../images/LE_page_side.gif) top repeat-x;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}

th, td {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;	
}

h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
}
.style2 {font-size: 14px}
.style3 {font-size: 10px}
.style4 {
	color: #CC0000;
	font-weight: bold;
}
.style5 {color: #3b3c3d}
.style6 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

A:link {
	text-decoration: none; color: #996600; font-weight: bold;
	}
A:visited {
	text-decoration: none ; color: #996600; font-weight: bold;
	}
A:active {
	text-decoration: none; color: #996600; font-weight: bold;
	}
A:hover {
	text-decoration: underline; color: #996600; font-weight: bold;
	}

#pictures {
	width:100%;
	margin-bottom:20px;
	}
#pictures caption {
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	background:#CCCCCC;
	}	
#pictures td {
	padding:10px 0 20px 0;
	text-align:center;
	}

/* Photos */

/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#996600;
}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
width:500px; 
height:400px; 
background:#eee url(../images/pictures.gif) no-repeat 50% 50%;
border:1px solid #aaa;
margin:30px auto;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
padding:0; 
margin:390px 0 0 10px; 
list-style-type:none; 
position:relative; 
width:500px;
}
/* remove the default image border */
.gallery img {
border:0;
}
/* make the list horizontal */
.gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:26px; 
height:26px; 
line-height:24px; 
border:1px solid #444;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:-370px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {

}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
left:0;
border-left:40px solid #eee;
border-right:40px solid #eee;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#444; 
color:#fff;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}
