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

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
}
#nav {
	height: 35px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 15px;
	padding-top: 200px;
	font-weight: bold;
	text-transform: uppercase;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #CCCCCC;
	height: 50px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#main {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
	padding-bottom: 25px;
}
#link {
	width: 950px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #701E26;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 10px;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0F00;
	word-spacing: 3px;
	text-decoration: underline;
}
.addresstext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC0F01;
}
address {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC0F00;
}
.detail {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

