@charset "UTF-8";
/* CSS Document */
/* Bella Strada main.css */

body {
	background-image: url(../assets/index_background.png);
	font-family: Baskerville, Georgia, Times New Roman, serif;
	font-size: 100%;
}

a:link {
	color: #630D0D;
}

a:visited {
	color: #5F211E;
}

.link {
	cursor: pointer;
}

h2 {
	color: #630C0C;	
	font-size: 120%;
}

.nospace {
	margin: 0;
	padding: 0;	
}

h3 {
	color: #000;
	font-size: 120%;	
}

.style1 {
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	font-size: 110%;
}

.stylefooter {
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	font-size: 110%;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.style2 {
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	font-size: 150%;
	font-weight: bold;
	padding: 5px 0 0 0;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;

}

.style3 {
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	font-size: 150%;
	padding: 5px 0 0 0;

}

.yellow-bg {
	background: url(../assets/bg-yellow.png) repeat-y;
}

.dkbrown-bg {
	background: url(../assets/bg-dark-brown.png) repeat-y;
}

.ltbrown-bg {
	background: url(../assets/bg-light-brown.png) repeat-y;
}

.white-bg {
	background: color:#FFFFFF;
}

.mainphoto {
	background: url(../assets/bg-yellow.png) repeat-y;
}

#footer {
	text-align: center;
	padding: 20px 0 10px 0;	
}



.thin {
    border: 1px solid white;
    box-shadow: 0 1px 0 gray;
}

.header {
	table-layout:fixed;
	white-space:nowrap;
}
.header th {
	background: url(../assets/bg-yellow.png) repeat-y;
  color: black;
}

.chart {
  table-layout: fixed;
  white-space: nowrap;
}
.chart th {
	background: url(../assets/bg-dark-brown.png) repeat-y;
  color: white;
}
.chart tr:nth-child(even) {
	background: url(../assets/bg-yellow.png) repeat-y;
}