/* 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 */
}

/* CONTACT ELEMENTS */
#container-contact {
	margin-left: auto;
	margin-right: auto;
	width: 936px;
	text-align: left;
	clear: both;
}
#contact-top {
	width: 936px;
	background-image: url(../images/paper-bkg.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
#contact-header {
	width: 936px;
	height: 171px;
	background-image: url(../images/contact-top-bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	clear: both;
}
p.contact-nav {
	margin: 54px 0px 0px 82px;
}
#contact-bottom {
	width: 936px;
	background-image: url(../images/paper-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 48px;
	float: left;
	clear: both;
}
#contact-strip1 {
	width: 840px;
	height: 207px;
	margin-left: 48px;
	float: left;
	clear: both;
}
#contact-strip2 {
	width: 840px;
	height: 129px;
	margin-left: 48px;
	background-image: url(../images/contact-top-info.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	clear: both;
}
div.contact-text {
	height: 114px;
	margin-top: 15px;
	font-size: 0.688em; /* 0.688 x 16px = 11px */
	line-height: 1.27em; /* 1.27 x 11px = 14px */
	text-align: center;
	display: inline;
	float: left;	
}
#contact-sidebar {
	width: 244px;
	margin-left: 48px;
	display: inline;
	float: left;
}
#contact-form1 {
	width: 248px;
	display: inline;
	float: left;
}
#contact-form2 {
	width: 348px;
	background-image: url(../images/contact-form-bkg.jpg);
	background-repeat: repeat-y;
	display: inline;
	float: left;
	clear: right;
}
#contact-form2 td {
	font-size: 0.75em; /* 0.75 x 16px = 12px */
	line-height: 1.25em; /* 1.25 x 12px = 16px */
}
#contact-form2 p {
	padding: 6px 0px 0px 6px;
}
input,select,textarea {
	margin: 5px 0px 10px 6px;
}
.error {
	font-size: 0.833em; /* 0.833 x 12px = 10px */
	font-weight: bold;
}


/* LINK ELEMENTS - CONTACT */
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;
}

