A { text-decoration: none; }
A:link		{ color:  #9B5657; text-decoration: none; } /* menu text*/
A:visited	{ color:  #9B5657; text-decoration: none; } 
A:active	{ color:  #9B5657;  } 
A:hover		{ color:  #9B5657; text-decoration: none; } 
	
	
	div.content { /*main content*/
	/*float:left;*/
	/*display:inline;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #660033;
	margin-top: 0.5em;
    margin-left: 0.2em;
/*  margin-right: 1.2em;*/
	/*line-height: 200em;*/
	text-align:justify;
	padding-left: 0em;
	padding-right: 0em;
	width:370px;	
    line-height:1.4em;
	   /*letter-spacing:0.02em;*/
	}
	
	div.address { /*main content*/
	/*float:left;*/
	/*display:inline;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	/*color: #620E04;*/
		color: #660033;
	margin-top: 0.5em;
    margin-left: 0.2em;
/*  margin-right: 1.2em;*/
	/*line-height: 200em;*/
	text-align:justify;
	padding-left: 0em;
	padding-right: 0em;
	width:150px;	
    letter-spacing:0.02em;
     line-height:1.4em;
	 	font-weight: normal;
	}
	
	 A:visited{
color: #9B5657;
}

	 A:active{
color: #9B5657;
}
	
	div.title { /*index-subtitles*/
	/*float:left;*/
	text-align:left;
	font-family: Arial, "Copperplate Gothic Light", "Times New Roman", Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #620E04;
	/*margin: 0em 0.25em 0.em 0em;*/
	margin-top: 0.5em;
    margin-left: 0.2em;
	padding: 0em;
	letter-spacing:-0.02em;
	 /*margin-left: 10em;*/
	/*line-height: 1em;*/
	/*text-transform: uppercase; lowercase; captitalize*/
}

	div.box{
	border:thin solid;
	border-style:double;
	width:390px;
	height:160px;

	/*border-color: #CCCCCC;*/
	border-color: #FFFFFF;		
	/*text-align:center;*/
	padding: 0.2em;
	/*border-top-right-radius:0.8em;
	-moz-border-top-right-radius:0.8em;*/
	}
	
		div.box2{
	border:thin solid;
	border-style:double;
	width:200px;
	height:160px;
	/*border-color: #CCCCCC;*/
	border-color: #FFFFFF;
	/*text-align:center;*/
	padding: 0.2em;
	/*border-top-right-radius:0.8em;
	-moz-border-top-right-radius:0.8em;*/
	}
	
/***************************************************************************************/	
/* MENU CODE */
/***************************************************************************************/
	
	.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid #381F1F; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 12px; /*offset of tabs relative to browser left edge*/
/*font: bold 12px ;*/
	/*font-family: Helvetica, sans-serif;*/
		font-family: Arial, "Copperplate Gothic Light", "Times New Roman", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
		font-weight: regular;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 5px solid #381F1F; /*right divider between tabs*/
color:  #9B5657;
background: #381F1F; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: #9B5657;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #381F1F; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#FFFFFF;
}

/***************************************************************************************/
/***************************************************************************************/
