/* CSS Document */

HTML { min-height:100%; margin-bottom:1px;
}

BODY {
	background-color:#976f4b;
	background-image:url(images/bg/bgPage.jpg);
	margin:10px;
	margin-height:0px;
	color:#fff4ba;
	scrollbar-face-color:#AA8D77;
	scrollbar-shadow-color:#6D5D51;
	scrollbar-highlight-color:#FFFFEC;
	scrollbar-3dlight-color:#FFF2AB;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#45413E;
	scrollbar-arrow-color:#F9ECA6;
	font: 16px/21px Tahoma, Geneva, sans-serif;
	color: #fdf1b4;
}

a:link {
	color: #fffadf;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

a:active {
	color: #fffadf;
	font-weight: bold;
}

a:visited {
	color: #fffadf;
	font-weight: bold;
}

H1 {
	color: #fff7cb;
	text-align: center;
	font: bold 24px Arial, Helvetica, sans-serif;
	border-bottom-style: double;
	width: 400px;
}

H2 {
	color: #FAEDA7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bgTop {
	background: #8b694d url(images/bg/bgTop.jpg) repeat-x;
}

.bgBottom {
	background: #8b694d url(images/bg/bgBottom.jpg) repeat-x;
}

.bgLeft {
	background: #8b694d url(images/bg/bgLeft.jpg) repeat-y;
}

.bgRight {
	background: #8b694d url(images/bg/bgRight.jpg) repeat-y;
}

.bgBody {
	background: #8b694d url(images/bg/bgBody.jpg) repeat;
}

.bgPug {
	background: #8b694d url(images/bg/bgPug.jpg) repeat;
}

.footer {
	color: #000;
	text-align: center;
	font: bold 10px Verdana, Geneva, sans-serif;
	padding-bottom: 5px;
}

.pics {
	text-align:center;
}

.pics IMG {
	border: 1px #000 solid;
	margin: 10px;
}

.signature {
	float:right;
}
