body{
	background-color: #DDDDDD;
	margin: 35px 0;
	font-family: Palatino Linotype, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1{
	padding-top: 0px;
	color: #3B5242;
	font-size: 2.0em;
	font-family: Palatino Linotype, Helvetica, sans-serif;
}
h2{
	margin-top: 5px;
	color: #3B5242;
	font-family: Palatino Linotype, Helvetica, sans-serif;
	font-size: 1.25em;
}
#content{
	width: 682px;
	margin: 0 auto;
}

#text{
	background-color: #FFFFFF;
	float: left;
	width: 462px;
	height: 560px;
	padding: 0 15px;
}
#image{
	background-color: #555555;
	float: left;
	width: 190px;
	height: 560px;
	
}
#foot{
    clear:both;
	background-color: #e4a13d;
	color: #000;
	height: 30px;
	}

	#foot p{text-align: center; padding:5px;}
	
#foot a:link {color:#000; text-decoration:none;}
#foot a:hover {color:#000;text-decoration:underline;}
#foot a:visited:hover {color:#000;text-decoration:underline;}
#foot a:visited {color:#000;text-decoration:none;}

#globalNav {color: #000;background-color: #e4a13d; font-size:13px; font-family: Palatino Linotype, Helvetica, sans-serif; margin-top:20px;}

#globalNav ul {list-style: none; padding-left: 20px; margin: 0;}

#globalNav li {display: inline;line-height: 36px;}

#globalNav a {text-decoration: none;color: #000;padding: 9px 8px;}

#globalNav a:hover {text-decoration: underline;}



#album {
width:320px; 
height:360px; 
background:#eee url(gallery/deer.jpg) 0 40px no-repeat;
border:1px solid #aaa;
margin:0 auto;
}

.gallery {
padding:0; 
margin:320px 0 0 0; 
list-style-type:none; 
position:relative; 
width:320px;
}
/* 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:-320px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:-280px;
}
/* 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;
}
