body {
	background: url(header_bkg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}
#header {
	background: url(header.jpg) no-repeat center top;
	height: 39px;
	margin: 0px;
	padding-top: 112px;
	color: #576E8D;
	font: bold small-caps normal 18px garamond, "Times New Roman", Times, serif;
	padding-bottom: 25px;
}
#header a {
	padding-left: 30px;
	padding-right: 30px;
	color: #748DAB;
	text-decoration: none;
	font-weight: bold;
}
#header a:hover {
	color: #576E8D;
	border-bottom: 3px solid #FCF3D2;
	font-weight: bold;
}


#container {
	background: url(bkg.jpg) repeat-y center top;
}
#main p {
	padding: 0px;
	/* text-indent: 25px; */ 
}

#main {
	width: 780px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	font: 11pt "Trebuchet MS";
}
#main h1 {
	color: #738CAA;
	font: 22pt garamond, "Times New Roman", Times, serif;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px 0px 15px;
	text-align: center;
}


#footer {
	background: #F9F9F7 url(footer_bkg.jpg);
	height: 70px;
	bottom: 0px;
	width: 100%;
	right: 0px;
	padding-top: 10px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #DABC7E;
	text-transform: capitalize;
}
#footer a {
	text-decoration: none;
	color: #A3B5C9;
	margin-right: 10px;
	margin-left: 10px;
}
#footer_container {
	width: 800px;
}

#footer a:hover {
	text-decoration: none;
	color: #DABC7E;
	border-bottom: 2px solid #E9E9E0;
}
#main img {
	padding-right: 15px;
}
#main h2 {
	color: #DABC7E;
	font-size: 16pt;
	border-bottom: 1px solid #586F8E;
	width: 500px;
	text-align: center;
}
#main strong {
	color: #738CAA;
	letter-spacing: 1px;
}
#main em {
	color: #DABC7E;
	font-weight: bold;
}
#main a {
	color: #748DAB;
	text-transform: capitalize;
}

