@charset "UTF-8";
body {
	background-image: url(bk-ground/bg_bluegrey.gif);
}
#container {
	height: 1100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:200px;
	z-index:1;
}

#main {
	position:absolute;
	left:0px;
	top:244px;
	width:900px;
	height:900px;
	z-index:2;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
.letterhead-red {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #900;
	font-weight: lighter;
}
.letterhead-black {
	font-size: 24px;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}
.letterhead-white {
	font-size: 24px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000;
}
h2 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 18px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
h5 {
	font-size: 12px;
}
