*
{
	padding: 0;
	border: 0;
	margin: 0;
}

html
{
  overflow-y: scroll;
}

body
{
	border-top: 15px solid #220F0C;
  background-image: url('../images/layout/background.png');
	color: #220F0C;
	padding-bottom: 10px;
}

a
{
	outline: none;
	text-decoration: none;
}

p a, p a:visited
{
	color: #590024;
	font-weight: 900;
}

p a:hover
{
	border-bottom: 1px dotted #590024;
}

strong
{
	font-weight: 900;
}

li
{
	list-style-type: none;
}

h1#logo
{
	margin: 100px auto 0 auto;
	width: 259px;
}

ul#nav
{
	margin: 100px auto 0 auto;
	display: block;
	width: 900px;
	text-align: center;
	text-transform: uppercase;
	font: 21px "museo-slab-1", "museo-slab-2", "Georgia", serif;
	letter-spacing: 2px;
}

	ul#nav > li
	{
		display: inline;
		margin: 0 30px;
		font-weight: 500;
		position: relative;
	}
	
	ul#nav > li a
	{
		color: #220F0C;
	}

	ul#nav > li a.selected
	{
		border-bottom: 5px solid #220F0C;
	}
	
	ul#nav > li ul
	{
		text-align: left;
		position: absolute;
		left: 0;
		top: 25px;
		text-transform: lowercase;
		font-size: 14px;
		letter-spacing: 0;
		font-weight: 300;
		display: none;
		color: #999;
	}
	
	ul#nav ul li
	{
		display: block;
		margin-top: 7px;
		
	}

ul#gallery
{
	width: 640px;
	margin: 25px auto 0 auto;
}

	ul#gallery li
	{	
		display: none;
		height: 100px;
		width: 300px;
		float: left;
		margin: 8px;
		border: 1px solid #220F0C;
		position: relative;
	}
	
	ul#gallery li .rollover
	{
		position: absolute;
		display: none;
		width: 300px;
		font: 24px "museo-slab-1", "museo-slab-2", "Georgia", serif;
		font-weight: 300;
		text-align: center;
		height: 100px;
		line-height: 100px;
		background: #220F0C;
		color: white;
	}

.detail
{
	width: 640px;
	margin: 0 auto;
	font-family: "museo-slab-1", "museo-slab-2", "Georgia", serif;
	display: none;
}

	.detail h2
	{
		font-size: 40px;
		font-weight: 900;
		margin-bottom: 15px;
	}
	
	.detail h3
	{
		font-weight: 500;
		margin-bottom: 10px;
		margin-top: 20px;
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	
	.detail p
	{
		font-size: 13px;
		line-height: 23px;
		font-weight: 500;
		margin-bottom: 10px;
		width: 600px;
	}
	
	.detail ul.thumbnails li
	{
		width: 100px;
		height: 100px;
		border: 1px solid #220F0C;
		float: left;
		margin: 0 20px 20px 0;
		overflow: hidden;
	}
	
	.detail ul.thumbnails img
	{
		width: 100px;
		height: 100px;
	}

#copyright
{
	position: absolute;
	color: #BBB;
	right: 5px;
	top: 20px;
	font: 13px  "museo-slab-1", "museo-slab-2", "Georgia", serif;
	font-weight: 300;
}
