@charset "utf-8";
body /* handles background, font, line-height and text color */ {
	background-color: #E8E7E1;
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #201D1E;
	margin:0;
}
a:link, a:active, a:visited /* links */ {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #201D1E;
	text-decoration: underline
}
a:hover /* color change upon hovering over a link */ {
	color: #84777B;
	text-decoration: none
}

#intro /* found on the homepage */ {
	padding: 10px 20px;
}

.grey_text {
	color: #5D5D5D;
	padding: 5;
	margin: 5;
}
.grey_text a:link, .grey_text a:visited, .grey_text a:active {
	color: #5D5D5D;
}
.grey_text a:hover {
	color: #660000;
	text-decoration: none;
}
.title_page {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #201D1E;
	padding-top: 30px;
	padding-right: 35px;
}
.title_page2 {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #660000;
	margin-bottom: 10px;
}
.month /* used on the links page */ { padding-top:10px;}

.story /* used on the links page */ {padding-bottom:8px; margin:0;}

.video {
	padding: 0 0 8px 22px;
	background: url(img/video.png) no-repeat top left;
	display:block;
}

.title_page3 {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #660000;
	padding-right: 10px;
	padding-bottom: 20px;
}
.title_renov {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #660000;
}
.main2 {
	color: #201D1E;
	padding-top: 55px;
	padding-right: 40px;
}
.main2 a:link {
	color: #201D1E;
	text-decoration: underline;
}
.main2 a:active {
	color: #201D1E;
	text-decoration: underline
}
.main2 a:hover {
	color: #84777B;
	text-decoration: none
}
.main2 a:visited {
	color: #201D1E;
	text-decoration: underline
}
.red_text {
	color: #660000;
}
.red_text a:link {
	color: #660000;
}
.red_text a:hover {
	color: #84777B;
	decoration: none;
}
.red_text a:active {
	color: #660000;
}
.red_text a:visited {
	color: #660000;
}
.main4lt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.main4lt a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.main4lt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	decoration: none;
	text-decoration: none;
}
.main4lt a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.main4lt a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666;
}
.main5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #41413F;
}
#photos td {
	padding-top:7px;
	padding-bottom:7px;
}
