
/* Tony Harmer, Studio H Media Limited */
*{
	font-size:100%;
}

/*sets up text and general styles*/
body{
	font:75%/140% Arial, Helvetica, sans-serif;
}

div{
	background:#fff;
}
/*set the text*/
a {
	color:#000;
	text-decoration:underline;
}

h1,h2,h3,h4{
	line-height:120%;
	padding:0em 0em 0.3em 0em;
	margin:0;
	color:#000;
}

h1 {
	font-size:190%;
}

h2 {
	font-size:140%;
}

h3 {
	font-size:110%;
}

h4 {
	font-size:70%;
}

p {
	padding-bottom:0.8em;
}

p,img {
	font-size:99%;
	line-height:130%;
	padding-top:0;
	padding-left:0;
	padding-right:0;
	margin:0;
}


a:hover {
	background:#f1e3f7;
}

a.alt {
	color:#fff;
	text-decoration:underline;
}

a.alt:hover {
	background:transparent;
}

img {
	border:0;
}

img a:hover {
	background:transparent;
}

dd{
	margin-left:0;
}

/* do the layout */


#wrap{
	width:770px;
	margin:0 auto;
	text-align:left;
	}
#wrap1{
	width:770px;
	margin:0 auto;
	text-align:left;
	}

#navbar {
	margin:0px;
	background-color:#000;
	}


ul#navbar li{	
	display:inline;
	list-style-type:none;
	}

#navbar a {
	color:#fff;
	font-weight:bold;
	font-size:larger;
	text-decoration:none;
	}
#navbar a:hover{
	background:#000;
	}

#header{
	}

#main-content{
	width:400px;
	display:inline;
	float:left;
	margin-left:185px;
	padding:10px 0px 10px 0px;
	}
	#sub-content{
	width:155px;
	float:left;
	margin-left:10px;
	padding:10px;
	background-color:#F1E3F7;
	text-align:center;
	}
	#imagelistings{
	width:155px;
	float:left;
	margin-left:-770px;
	padding:10px;
	background-color:#F1E3F7;

	}

#sub-content{
}

#imagelistings{
}

#navigation{
	clear:both;
}
ul#nav li {
	display:inline;
	list-style-type:none;
	}
/*do the classes*/
.filmstill {
	padding:2px;
	background-color:#F1E3F7;
	text-align:center;
	}
.filmstill p{
	font-size:90%;
	line-height:110%;
	}
.filmstill img{
	margin-bottom:5px;
	}
.listbox {
	padding:0px;
	text-align:left;
	border-bottom: 1px solid #333333;
	margin-bottom: 5px;
	}
.listbox a {
	font-size:80%;
	color:#000;
	}
.listbox h2 {
	color:#97555f;
	font-weight:lighter;
	}
.newsbox {
	padding:1px;
	text-align:left;
	border-bottom: 1px solid #333333;
	margin-bottom: 5px;
	}
.newsbox a {
	font-size:80%;
	color:#000;
	}
.newsbox h2 {
	color: #333;
	}
.stand {
	padding:1px;
	text-align:left;
	border-bottom: 1px solid #333333;
	margin-bottom: 5px;
	}

.stand h2 {
	color: #333;
	}
	
.standlit {
	padding:1px;
	text-align:left;
	background-color:#F1E3F7;
	border-bottom: 1px solid #333333;
	margin-bottom: 5px;
	padding-top:5px;
	}
	
.photobox {
	padding:1px;
	text-align:left;
	border-bottom: 1px solid #333333;
	margin-bottom: 5px;
	}

	
.filmnewsbox {
	padding:0px;
	text-align:left;
	border-bottom: 1px solid #333333;
	margin-bottom: 5px;
	}
.filmnewsbox a {
	font-size:100%;
	color:#000;
	}
.filmnewsbox h2 {
	color: #333;
	}
.filmlist {
	padding:0px;
	text-align:left;
	border-bottom: 1px solid #333333;
	margin-bottom: 5px;
	}
.filmlist a {
	font-size:80%;
	color:#000;
	}
.filmlist h2 {
	color:#000;
	}
.filmlistimg{
	float:right;
	margin:0px 0px 0px 5px;
	}
.filmlist ul{
	list-style-type:none;
	}
.showlistimg{
	float:right;
	margin: auto 0px auto 5px;
	}
.showphoto{
	}
.historyimg{
	clear:both;
	padding:20px;
	}
.adbox {
	padding:2px;
	background-color:#F1E3F7;
	text-align:center;
	}
.adbox p{
	font-size:90%;
	line-height:110%;
	}
.adbox img{
	margin-bottom:5px;
	}
.cert {
	background-color: #FFFF99;
	font-weight:bold;
	}
.hilite {
	background-color: #FFCCFF;
	font-weight:bold;
	}
.movi {
	font-size:110%;
	font-weight: bolder;
	}
.corrected {
	text-decoration:line-through;
	}