/* CSS Document */

html body {
	margin: 50px 0px 50px 0px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%; /* Defaults of all browsers 16px */
	color: #000;
	background-color: #b6ab90;
	background-image: url(../images/bkg.jpg);
	text-align: center; /* For IE */ 
}
div p {
	padding: 0px;
	margin: 0px;
}
#footer {
	width: 936px;
	font-size: 0.625em; /* 0.625 x 16 = 10px */
	line-height: 1.4em; /* 1.4 x 10 = 14px; */
	text-align: center;
}
.text {
	font-size: 0.75em; /* 0.75 x 16px = 12px */
	line-height: 1.5em; /* 1.5 x 12px = 18px */
}

/* LINKS ELEMENTS */
#container-links {
	margin-left: auto;
	margin-right: auto;
	width: 936px;
	text-align: left;
	clear: both;
}
#links-top {
	width: 936px;
	background-image: url(../images/paper-bkg.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
#links-header {
	width: 936px;
	height: 265px;
	background-image: url(../images/links-top-bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	clear: both;
}
p.links-nav {
	margin: 54px 0px 0px 82px;
}
#links-bottom {
	width: 936px;
	background-image: url(../images/paper-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 48px;
	float: left;
	clear: both;
}
#links-strip {
	width: 840px;
	height: 179px;
	margin: 14px 0px 0px 48px;
	float: left;
	clear: both;
}
#links-coldividers {
	width: 840px;
	margin-left: 48px;
	background-image: url(../images/links-columns.gif);
	background-repeat: repeat-y;
	float: left;
	clear: both;
}
div.links-column {
	width: 213px;
	font-size: 0.688em; /* 0.688 x 16px = 11px */
	line-height: 1.27em; /* 1.27 x 11px = 14px */
	text-align: justify;
	display: inline;
	float: left;
}
div.links-column2 {
	width: 199px;
	font-size: 0.688em; /* 0.688 x 16px = 11px */
	line-height: 1.27em; /* 1.27 x 11px = 14px */
	text-align: justify;
	display: inline;
	float: left;
	clear: right;
}
div.links-column p {
	margin: 0px 14px 10px 0px;
}
div.links-column2 p {
	margin-bottom: 10px;
}


/* LINK ELEMENTS - LINKS */
div A:link {
	color: #a92408;
	text-decoration: none;
}
div A:active {
	color: #000;
	text-decoration: underline;
}
div A:hover {
	color: #000;
	text-decoration: underline;
}
div A:visited {
	color: #000;
	text-decoration: underline;
}
div A:visited:hover {
	color: #a92408;
	text-decoration: underline;
}

