body {
	text-align: center; /* for IE */
	margin:0; padding:0; /* remove padding for Opera */
	background: #4f4e4e url(../images/layout/bg_main.gif) repeat-y center top;
}
td {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	color: #FFFFFF;
}
#container {
	margin: 0px auto;
	width:850px;
	text-align: left;
	height: 100%;
	vertical-align: top;
}

#header {
	width: 850px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5780e;
	border-bottom-color: #FFFFFF;
	text-align: center;
}
#footer{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
#leftnav {
	text-align: center;
	width: 160px;
	vertical-align: top;
	padding: 20px;

}
#main {
	text-align: left;
	padding-top: 20px;
	vertical-align: top;
	padding-right: 20px;
	padding-bottom: 20px;
}
.heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #e5780e;
}
.heading2 {
	font-size: 14px;
	font-weight: bold;
	color: #e5780e;
}
.heading3 {
	font-weight: bold;
	color: #ffffff;
}
.heading4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
