* {												/* reset */
		margin: 0;							
		padding: 0;
}
													/* global text settings */
body	{
			background-color: black;
			background-image: url("images/chairBG.jpg");
			background-attachment: fixed;
			font-family: arial, helvetica, sans-serif;
			font-size: .8em;
			color: black;
}

#wrapper	{
				background-color: #005163;
				width: 76%;
				min-width: 750px;
				margin: auto;
}

#header	{
				min-height: 50px;
}

h1	{
		font-size: 4em;
		line-height: 1.3em;
		color: #938554;
}

h2	{
		color: #938554;
		font-size: 2.5em;
		line-height: 1.5em;
}

h2#tagline	{
					font-size: 1em;
					color: white;
}

h2.listing	{
					margin-left: 3.5em;
}
												/* Navigation bar styles */
#site-navigation	{
								padding-bottom: 1em;
}

ul#site-navigation	{
								margin-left: 0;
								padding-left: 0;
}

#site-navigation	a	{
								font-size: 1.5em;
								line-height: 2em;
								padding: 8px 10px;
}

#site-navigation	a:link, 	#site-navigation	a:visited	{
																				color: white;
																				background-color: #0886A2;
																				text-decoration: none;
																				border: 0;
}

#site-navigation	a:hover	{
											background-color: #C2E2F1;
											color: black;
}

#site-navigation li	{
								display: inline;
								list-style-type: none;
}

											/* Main content styles */
#main-content	{
						min-height: 50%;
}

#copy	{
			font-size: 2em;
			color: white;
			margin-left: 100px;
}

#film-list	{
						background-image: url("images/reelBG.jpg");
}

.film-links	li {
						list-style-type: none;
						margin-left: 12em;
}

.film-links	a:link, .film-links a:visited	{
															font-size: 1.5em;
															line-height: 1.5em;
															color: white;
															text-decoration: none;
}

.film-links a:hover	{
								background-color: #938554;
}

.sources	{
				font-size: .8em;
				line-height: 2em;
				color: white;
}

.sources a	{
					color: white;
					text-decoration: none;
}
											/* Footer styles */
#footer {
				background-color: #C2E2F1;
				min-width: 750px;
				font-size: .75em;
				clear: both;
}

#footer a	{
					color: black;
					text-decoration: none;
}
											/* Photo/image styles*/
#portrait	{
					float:left;
					padding-right: 20px;
}

.caption	{
				font-size: .85em;
				color: white;
}
