/* STYLESHEET FOR ATHENEAUM CONSULTING

	---------------------------------
	# FILE CHARACTERISTICS & DETAILS
	---------------------------------
	Ver:		1.0
	Altered:	15th Jan 2007
	Author:		Sam Hampton-Smith
	---------------------------------
	# ISSUES LOG
	---------------------------------

*/

	body {
		margin:			0px;
		padding:		0px;
		background:		#ffffff;
		color:			#a0a0a0;
		font-family:		arial, helv, sans-serif;
		font-size:		66%;
	}

	h1 {
		display:		block;
		margin:			0px;
		padding:		0px;
		text-indent:		-10000px;
		width:			740px;
		height:			114px;
		background:		transparent url(logo.gif) no-repeat top left;
	}

	h2 {
		font-size:		2em;
		color:			#bbbbbb;

	}

	p {
		font-size:		1.2em;
		text-align:		left;
		line-height:		1.17em;
		letter-spacing: 	0.1em;
	}

	
/*	Block level elements - 		*/

	#header {
		display:		block;
		height:			281px;
		width:			740px;
		margin:			auto;
	}

	#content {
		display:		block;
		width:			740px;
		margin:			auto;
	}

	#footer {
		position:		relative;
		width:			740px;
		margin:			auto;
		clear:			right;
	}

	#copyright {
		text-align:		center;	
	}

/* 	Classes and inline elements 	*/

	/* Alter the below to add different background images on each page by specifying a different class name in the header div */

	.homepage {
		background:		transparent url(header.jpg) no-repeat top left;		
	}
	
	.whoweare {
		background:		transparent url(whoweare.jpg) no-repeat top left;		
	}
		
	.theearlydays {
		background:		transparent url(theearlydays.jpg) no-repeat top left;		
	}
		
	.magnummaddiemarvin {
		background:		transparent url(magnummaddiemarvin.jpg) no-repeat top left;		
	}
		
	.theeagleslitter {
		background:		transparent url(theeagleslitter.jpg) no-repeat top left;		
	}
		
	.divaandcomo {
		background:		transparent url(divaandcomo.jpg) no-repeat top left;
	}
		
	.meisner {
		background:		transparent url(meisner.jpg) no-repeat top left;
	}
		
	.judging {
		background:		transparent url(judging.jpg) no-repeat top left;
	}

	#content p, #content h2 {
		margin-left:		30px;
		width: 			390px;
	}

	img.accent {
		width:			300px;
		float:			right;
	}

	#header ul {
		text-align:		right;
		margin:			0px;
	}

	#header ul li {
		margin:			0px;
		padding:		0px;
		list-style:		none;
		display:		inline;
		line-height:		1.4em;
		font-size:		1.0em;
		font-weight:		bold;
		padding-left:		5px;
		padding-right:		5px;
		border-right:		1px solid #FFFFFF;
	}

	#header ul li.last {
		border-right:		none;
	}

	#header ul li a {
		color:			#FFFFFF;
		text-decoration:	none;		
	}

	#header ul li a:active, #header ul li a.active {
		color:			#CCCCCC;
	}

	#footer p {
		width:			740px;
		line-height:		1.8em;
		background:		#010101;
		color:			#fffffff;
		font-size:		1.1em;
		text-align:		center;
		margin:			0px;
		padding:		0px;
		letter-spacing: 	0em;
	}


