html { position:relative; }
body {
	width:762px;
	background-image: url(graphics/bkg_fade.gif);
	background-color: #fde6d2;
	background-repeat:repeat-x;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	position:relative;
}
div {
	overflow: hidden;
	border: 0px;
	margin: 0px;
}
img {
	border: 0px;
	margin: 0px 0px 0px 0px;
}
#container {
	width: 762px;
	position:relative;
	text-align: left;
}
#header {
	width: 762px;
	height: 193px;
	position:relative;
	text-align: left;
}
#nav {
	width: 762px;
	height: 37px;
	position:relative;
	margin-top:8px;
}
#main {
	width: 762px;
	position:relative;
	text-align: left;
	background-image: url(graphics/bkg_body.gif);
	margin-top:8px;
}
#left {
	width: 198px;
	position:relative;
	text-align:left;
	margin-top:13px;
	float:left;
}
#text {
	width: 336px;
	position:relative;
	margin-top:13px;
	text-align: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height: 18px;
	left: 0px;

}
#right {
	width: 174px;
	position:relative;
	text-align:center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#009966;
	margin-top:13px;
}
#footer {
	width: 760px;
	height: 95px;
	position:relative;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#666666;
	background-image: url(graphics/bkg_footer.gif);
	background-repeat:no-repeat;
}
#footer a { color:#666666; }
#footer a:hover {color:#f58220; }
#copyright {
	width: 350px;
	height: 40px;
	position:relative;
	margin-top: 28px;
	margin-left: 10px;
	float: left;
}
#credits {
	width: 350px;
	height: 40px;
	position:relative;
	text-align:right;
	margin-top: 28px;
	margin-right: 10px;
	float: right;
}
#footernav {
	width: 760px;
	height: 30px;
	position:relative;
	text-align:center;
	float:left;
}
table {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height: 18px;
	margin: 0px;
	margin-bottom:10px;
	padding: 0px;
}
tr {
	margin: 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0 0 15px 0;
}
em {
	color: #CC0000;
	font-style: normal;
}
a {
	color: #009966;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#f58220;
}
a:active {
	text-decoration: none;
}
