@charset "UTF-8";
/* CSS Document */


<!--
@import url("common/css/jqGalViewII.css");
-->

body {
	background-color: #FFF;
	font-family: Helvetica, Arial,  sans-serif;
	font-size:12px;
	font-weight:bold;
}
#page {
	width:800px;
	margin:auto;
	margin-top:30px;	
}
#title {
	width: 190px;
	height: 90px;
	margin-right: 15px;
	float:left;
	text-align:right;
}
#nav {
	width: 130px;
	margin-right: 15px;
	float:left;
	text-align:left;
}

#content {
	width: 650px;
	float:left;
}
#content #details{
	font-size:10px;
}
#details {
	padding-top:10px;
	padding-left: 3px;
	
}
#details img{
	padding-bottom:5px;
	
}
.titlesmall {
	font-size:10px;
		
}
.titlebig {
	font-size:20px;
	line-height:18px;	
}


a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #000;
}

.photothumbs {
	width:900px;
}
.photothumbs img {
	margin-right: 12px;
	margin-bottom: 12px;
	float:left;
}
.filmrow {
	height: 175px;
	font-size:10px;
	float: none;
	font-size:9px
}
.filmcell {
	width: 185px;
	height: 175px;
	margin-right:3px;
	float:left;
}
.filmcell img {
	margin-bottom: 2px;
	float:left;
}
.grey {
	color:#999;	
}

ul {
	list-style-type:none;
	padding-left: 0px;
	
	
}

