
/*
 *	Stylesheet for Angus The Clown homepage
 */

	/* General */

		h1 {
			margin-top: 00px;
			color: black;
			font-size: 6em;
			font-family: "Century Gothic", "ITC Avant Garde Gothic", "Trebuchet MS", sans-serif;
		}
		
		h2 {
			margin-top: 00px;
			color: red;
			font-size: 1.5em;
			font-family: "Century Gothic", "ITC Avant Garde Gothic", "Trebuchet MS", sans-serif;
		}
		
		h3 {
			margin-top: 00px;
			color: darkslategray;
			font-size: 1em;
			font-family: "Century Gothic", "ITC Avant Garde Gothic", "Trebuchet MS", sans-serif;
		}
		
		body {
			background-color: white;
			margin-top: 00px;
			color: black;
			font-family: "Lucida Grande", sans-serif;
		}
		
	/* Divs */

		#Wrapper {
			position: absolute;
			top: 0px;
			left: 50%;
			width: 850px;
			padding-left: 40px;
			padding-right: 40px;
			margin-left: -425px;
		}
		
		#Logo {
			position: absolute;
			top: 102px;
			left: 15px;
		}
		
		#Title {
			position: absolute;
			top: 100px;
			left: 130px;
		}
		
		#Credits1 {
			position: absolute;
			top: 260px;
			left: 470px;
			width: 180px;
			padding-bottom: 32px;
		}
		
		#Credits2 {
			position: absolute;
			top: 260px;
			left: 670px;
			width: 180px;
		}
		
		#Film1 {
			position: absolute;
			top: 260px;
			left: 0px;
			width: 400px;
		}
		
		#Film2 {
			position: absolute;
			top: 660px;
			left: 0px;
			width: 400px;
		}
		
	/* Classes */

		.credits {
			font-size: 0.9em;
			font-family: "Lucida Grande", sans-serif;
		}
		
		.caption {
			font-size: 0.9em;
			font-family: "Lucida Grande", sans-serif;
		}
		
		.subcaption {
			font-size: 0.9em;
			font-family: "Lucida Grande", sans-serif;
		}
		
		.button {
			margin-top: 10px;
		}
		
		a:link {
			color: black;
			text-decoration: none;
			font-weight: bold;
		}
		
		a:visited {
			color: black;
			text-decoration: none;
			font-weight: bold;
		}
		
		a:hover {
			color: #666666;
			text-decoration: none;
			font-weight: bold;
		}

