@import url("styles.css");

body {
	padding: 0px;
	margin: 0px;
	background-image: url(../pix/bk-page.jpg);
	background-repeat: repeat-x;
	background-color: #F4F0E3;
	text-align: center;
}
.pgCenter {
	margin:0px;
	overflow: hidden;
}
.pgCenter #container {
	width: 800px;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../pix/bk-pgCenter.jpg);
	background-repeat: no-repeat;
	background-position: center -20px;
}
/* nav col */

#navCol {
	height: 506px;
	width: 300px;
	margin-top: 0;
	float:right;
	background-image: url(../pix/bk-nav.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#contCol {
	width: 500px;
	float:left;
}
/* home contents */
#contents {
	padding-top:20px;
	padding-left:20px;
}
#contents img {
	margin:0px;
}
#contents H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	margin: 0;
	margin-bottom: 12px;
	line-height: 30px;
	font-weight: normal;
}
#contents H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #3E3331;
}
#contents H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	line-height: 22px;
}
#contents H2 a, #contents H3 a {
	color: #DC3A23;
	text-decoration: none;
}
#contents H2 a, #contents H3 a:hover {
	color: #9E8985;
	text-decoration: underline;
}
#contents p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-right: 10px;
}
/* Footer */
#footer {
	clear:both;
	width: 800px;
	height:100px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	padding:0px;
	margin:0px;
}
#footer p, #footer p a {
	color: #3E3331;
	margin-top:20px;
	text-decoration:none;
}
#footer p a:hover {
	color: #9E8985;
	text-decoration: underline;
}
#address {
	height: 20px;
	width: 500px;
	margin-top: 0;
	float:left;
}
#address p {
	margin-left:20px;
}
#ftNav p {
	margin-left:15px;
}
#ftNav {
	height: 20px;
	width: 300px;
	margin-top: 0;
	float:right;
	text-align: LEFT;
}

