h1 { 
	margin-bottom: 15px;
	background-image: url(../images/header/archive.png); 
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#top {
	height: 180px;
}

#content {
	background-image: url(../images/properties2/content_back2.png);
}

#content img {
	margin: 5px 15px 10px 0;
}

#content .search {
	margin-left: 50px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content table.listing {
	margin-left: 23px;
	margin-right: 55px;
	margin-top: 35px;
	padding-bottom: 20px;
	border: 1px solid #f2f2f2;
	border-color: #eeeeee #f2f2f2 #e1e1e1 #f2f2f2;
	background-image: url(../images/archive/centerline.gif);
}

#content table table {
	width: 393px;
	border-collapse: collapse;
	margin: 0;
}

#content th {
	padding: 0;
	text-align: left;
	background-image: url(../images/archive/title_back.jpg);
	border-bottom: 1px solid #f2f2f2;
}

#content th a {
	font-size: 1px;
	text-indent: -1000em;
	display: block;
	height: 17px;
	background-repeat: no-repeat;
}

th.sort-title	{ width: 228px; }   
th.sort-release { width: 85px; }   
th.sort-genre   { width: 80px; }   

th.sort-title   a { background-image: url(../images/archive/movie_titles_off.png); }
th.sort-release a { background-image: url(../images/archive/release_date_off.png); }
th.sort-genre   a { background-image: url(../images/archive/genre_off.png); }

table.sort-title   th.sort-title   a { background-image: url(../images/archive/movie_titles_on.png); }
table.sort-release th.sort-release a { background-image: url(../images/archive/release_date_on.png); }
table.sort-genre   th.sort-genre   a { background-image: url(../images/archive/genre_on.png); }

#content table table td {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
	font-size: 11px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */



