body
	{
		font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
		font-size: 10pt;
		color: #000;
	}

#header h1
	{
		display: list-item; 
		list-style-image: url(/images/layout/logo.jpg);
		list-style-position: inside;
		letter-spacing: -1000em;
		font-size: 1pt; 
		color: #fff; 
		width: 462px;
		height: 135px;
	}
	
#content
	{
		line-height: 1.5;
	}

#content h1
	{
		font-weight: normal;
		font-size: 2em;
	}
	
#content h2
	{
		font-weight: normal;
		font-size: 1.75em;
	}	

p.picture
	{
		text-align: center;
		font-size: .9em;
	}
	
p.picture img
	{
		display: block;
		margin-bottom: .5em;
	}
		
.brand
	{
		text-transform: uppercase;
	}

#nav, #sub-nav, #about, .skip, hr
	{
		display: none;
	}