html, body
{
	font-family: gill sans, verdana, sans-serif;
	color: #777;
	font-size: 11px;
} 

img {
	border: 0px;
	}

a, a:link, a:visited {
	color: #666; 
	text-decoration: none;
	}

a:hover, a:active {
	color: #999;
	text-decoration: none;
	}
	
#frame{ 
} 
 
#header{
 	background-color: #fff; 
	border-bottom: 2px solid #999;
	vertical-align: bottom;
 } 
 
#outer{ 
  	background-color: #FFFFFF; /* center column colour */ 
	border-right-color: #ffffff;  /* right column colour */ 
	border-right-style: solid; 
 } 
 
#right{
 vertical-align: bottom;
 background-color:#ffffff; 
} 
 
#footer{
 background-color:#ffffff; 
} 
 
#r-content {
	padding: 10px;
	height: 360px;
	overflow: auto;
}

#r-nav {
	text-align: right;
}
 
 
.clr{
	clear:both;
	}
 
.content{
	} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

img.photoframe {
	border-right: 2px solid #ccc;
	border-bottom: 3px solid #ddd;
}

div.photoframe {
	background: url(images/photoframe.jpg) top left;
	padding-bottom: 8px;
}

div.photoframe292 {
	background: url(images/photoframe_292_391.jpg) top left;
	padding-bottom: 8px;
	margin-left: 65px;
	margin-bottom: 0px;
}

div.photoframe457 {
	background: url(images/photoframe_457_344.jpg) top left;
}

div.photoframe460 {
	background: url(images/photoframe_460_309.jpg) top left;
}

div.photoframe480 {
	background: url(images/photoframe_480_237.jpg) top left;
	margin-top: 35px;
}


/* navigation */

#nav {
	clear: both;
	white-space: nowrap;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	}
#nav a {
	float: left;
	padding: 1px 0px 1px 0px;
	text-decoration: none;
	color: #666;
	}
#nav a:hover, #nav a.active {
	color: #999;
	}

#subnav {
	clear: both;
	white-space: nowrap;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	}
#subnav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	}
#subnav a {
	float: left;
	padding: 1px 0px 1px 0px;
	text-decoration: none;
	color: #666;
	}
#subnav a:hover, #subnav a.active {
	color: #999;
	}

#reelhead {
	font-size: 14px;
	font-variant: small-caps;	
	float: right;
	padding: 0;
}

#reeltoc {
	font-size: 12px;
	font-variant: small-caps;	
	clear: both;
	white-space: nowrap;
	float: right;
	padding: 0;
	margin-top: 0px;   
	list-style-type: none;
	overflow: none;
}

#reeltoc li {
        padding: 5px 0px;
}
	
p.copy {
	margin-top: 0px;
	color: #aaa;
	font-size: 10px;
	}

img.thumb {
	border: 1px solid #eee;
	}
img.thumb-act {
	border: 1px solid #333;
}
img.thumb:hover {
	border: 1px solid #999;
} 
 /*printer styles*/ 
@media print{ 
}
