/** LAYOUT **/
#container{
	width: 960px;
	margin: 0px auto;
}

#content{
	padding: 10px;
}

#thumbnail-list{
	list-style: none;
	margin: 0px -8px;
	_margin: 0px -10px;
}

#thumbnail-list li{
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	 *display: inline;
	width: 220px;
	text-align: center;
	margin: 10px 8px;
	_margin: 10px;

}
#navigation--list{
	list-style: none;
	margin: 0px -8px;
	_margin: 0px -10px;
}

#navigation-list li{
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	 *display: inline;
	width: 220px;
	text-align: center;
	margin: 10px 8px;
	_margin: 10px;

}



.home-link{
	float: right;
}

/** TYPOGRAPHY **/
body{
	font: 14px/1.5 normal normal Verdana, arial, sans;
	text-align: center;
}

#container{
	text-align: left;
}


p{
	margin-bottom: 1.5 em;
}

a{
}

a:hover{
}

h1{
	font-size: 28px;
	line-height: 3em;
}

h2{
	font-size: 18px;
	line-height: 1.6667em;
	margin-top: 1.6667em;
}

h3{
	font-weight: bold;
	margin-bottom: 5px;
}


/** COLOR/IMAGES **/
body{
	background: #4e4646 url('../images/page-bg.jpg') repeat-x;
}

#content{
	background: #ecdebb;
}

h1, h2, a{
	color: #bc0402;
}



a:hover{

	border-bottom: 3px #bc0402 double;
}
#footer p{
	
	text-align: center;
	color: #deee26;
}