@charset "UTF-8";
/* CSS Document */

body {
    background-color: #fbfaf8;
	background-image: url(../images/wallpaper-pale-white-wood2-small.jpg);
	background-repeat: repeat;
	margin: 0px;
	color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

a:link, a:active, a:visited {
    color: #b6432c;
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 14px;
}

a:hover {
	background-color: #d1e4e0; 
}

.divClear {clear:both;}

#footer {
	width: 950px;
  	text-align: right;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 63px;
	margin-bottom: 100px;
}

.thumbtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #202020;
	text-align: center;
}
.maintext {
	color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
