html, body {
	background:		#FFFFFF;
	font-size:		10px;
}

* {
	border:			0;
	padding:		0;
	margin:			0;
}

div#container {
	display:		block;
	height:			219px;
	position:		absolute;
	bottom:			120px;
	width:			1500px;
	padding:		0 0 0 448px;
	
	background:		#A2998A;
	color:			#FFFFFF;
	
	overflow:		hidden;
}

div#logo {
	position:		fixed;
	bottom:			66px;
	left:			0;
	z-index:		1000;
}

div#logo h1 {
	display:		none;	
}

h2 {
	font-size:		16px;
	margin:			25px 0 10px 0;
	color:			#DDD3C4;
	text-transform:	uppercase;
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-weight:	normal;
}

p {
	font-size:		12px;
	line-height:	15px;
	width:			500px;
	font-family:	"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin-bottom:	1em;
}

p.frontpage {
	width:			500px;
	margin:			26px 0 0 0;

	font-size:		21px;
	line-height:	28px;
	font-family:	Georgia, "Times New Roman", Times, serif;
}

p.location {
	float:			left;
	width:			180px;	
}

.uppercase {
	text-transform:	uppercase;
}

.highlight {
	color:			#F99D31;
}

.modern {
	font-family:	"FuturaStd-Book", Futura, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-transform:	uppercase; 
}

#container ul {
	float:			left;
}

#container li {
	list-style:		none;
	width:			200px;
	font-size:		12px;
	line-height:	15px;
	font-family:	"Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

a {
	color:			#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:			#F99D31;
	text-decoration:underline;
}

#credit {
	position:		absolute;
	bottom:			100px;
	right:			20px;
	color:			#DEDEDE;
}

#credit a {
	color:			#D0D0D0;
}