

/* body
----------------------------------------------- */

body { 
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000; 
	margin: 0px; 
	padding: 20px;
}



/* typography
----------------------------------------------- */

.text-h1 {
	color: #543028;
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

.text-h2 {
	color: #333333;
	font:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}




/* links
----------------------------------------------- */

.links {
    font-size: 13px;
	font-weight: bold;
    color: #543028; 
	text-decoration: underline;
}

a:hover, a:active {
    font-size: 13px;
	font-weight: bold;
    color: #543028; 
	text-decoration: underline;
}



/* vert-one = menu
----------------------------------------------- */

ul.vert-one {margin:0px; padding:0; list-style-type:none; display:block; font:bold 13px Arial; line-height:250%; width:200px;}
ul.vert-one li {margin:0; padding:0; border-bottom:1px solid #ffffff;}
ul.vert-one li a {display:block; text-decoration:none; color:#ffffff; background:#65453E; padding:0px 0px 0px 10px; width:180px;}
ul.vert-one li a.current {background:#543028}
ul.vert-one li a:hover {text-decoration:none; color:#ffffff; background:#543028}





/* thumbnails
----------------------------------------------- */

.thumbnail{
	padding: 5px 5px 5px 5px;
	background-color: #EEEBEA;
	border: 1px solid #EEEBEA;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}	
