@charset "utf-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FFFFFF;
}

body {
	background-color: #3E1207;
	text-align: center;
	color: #CCCCCC;
}
blockquote {
	color: #ff903f;
}
#container {
	height: 700px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#mainTd {
	background-color: #4c1e13;
	background-image: url(../images/web01_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
#mainDiv {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 5px;
	padding: 5px;
	width: 430px;
	text-align: left;
	float: right;
}
#footer {
	background-image: url(../images/web01_04.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 900px;
	text-align: center;
	font-size: 13px;
	margin: auto;
	color: #999999;
}
#subfooter {
	font-size: 10px;
	color: #999999;
	background-image: url(../images/web01_05.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 900px;
	text-align: center;
	vertical-align: middle;
}
a:link {
	color: #d1312b;
	text-decoration: underline;
}
a:visited {
	color: #d1312b;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
